-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update getmeili/meilisearch Docker tag to v1.13.3 #504
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/getmeili-meilisearch-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- k8s/turingpi/apps/default/hoarder/app Kustomization: flux-system/hoarder HelmRelease: default/hoarder
+++ k8s/turingpi/apps/default/hoarder/app Kustomization: flux-system/hoarder HelmRelease: default/hoarder
@@ -60,13 +60,13 @@
envFrom:
- secretRef:
name: hoarder
image:
pullPolicy: IfNotPresent
repository: getmeili/meilisearch
- tag: v1.11.1
+ tag: v1.12.1
probes:
liveness:
enabled: true
readiness:
enabled: true
startup: |
--- HelmRelease: default/hoarder Deployment: default/hoarder
+++ HelmRelease: default/hoarder Deployment: default/hoarder
@@ -48,13 +48,13 @@
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
- port: 9222
+ port: 3000
timeoutSeconds: 1
name: chrome
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
@@ -73,28 +73,28 @@
- ALL
startupProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
- port: 7700
+ port: 9222
timeoutSeconds: 1
- env:
- name: MEILI_NO_ANALYTICS
value: 'true'
envFrom:
- secretRef:
name: hoarder
- image: getmeili/meilisearch:v1.11.1
+ image: getmeili/meilisearch:v1.12.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
- port: 9222
+ port: 3000
timeoutSeconds: 1
name: meilisearch
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
@@ -145,13 +145,13 @@
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
- port: 9222
+ port: 3000
timeoutSeconds: 1
name: web
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
@@ -170,13 +170,13 @@
- ALL
startupProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
- port: 7700
+ port: 9222
timeoutSeconds: 1
volumeMounts:
- mountPath: /app/apps/web/.next/cache
name: cache
- mountPath: /data
name: data |
211c8d8
to
6ea2a5e
Compare
6ea2a5e
to
92b81e0
Compare
--- HelmRelease: default/hoarder Deployment: default/hoarder-meilisearch
+++ HelmRelease: default/hoarder Deployment: default/hoarder-meilisearch
@@ -49,13 +49,13 @@
- env:
- name: MEILI_NO_ANALYTICS
value: 'true'
envFrom:
- secretRef:
name: hoarder
- image: getmeili/meilisearch:v1.11.1
+ image: getmeili/meilisearch:v1.13.3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket: |
92b81e0
to
37af6ee
Compare
37af6ee
to
f074cfe
Compare
f074cfe
to
3c0a2de
Compare
35b2fe5
to
852f80b
Compare
852f80b
to
9ba72e5
Compare
9ba72e5
to
473f774
Compare
473f774
to
b88ebcf
Compare
b88ebcf
to
103a461
Compare
103a461
to
ba7b3e4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.11.1
->v1.13.3
Release Notes
meilisearch/meilisearch (getmeili/meilisearch)
v1.13.3
: 🕊️Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.13.2...v1.13.3
v1.13.2
: 🕊️Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.13.1...v1.13.2
v1.13.1
: 🕊️Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.13.0...v1.13.1
v1.13.0
: 🕊️Compare Source
Meilisearch v1.13 stabilizes AI-powered search integration! 🎉 This release also introduces two new experimental features: upgrading to new Meilisearch releases without generating a dump and making federated requests across multiple Meilisearch instances.
🧰 All official Meilisearch integrations (including SDKs, clients, and other tools) are compatible with this Meilisearch release. Integration deployment takes 4 to 48 hours after a new version becomes available.
Some SDKs might not include all new features. Consult the project repository for detailed information. Is a feature you need missing from your chosen SDK? Create an issue letting us know you need it, or, for open-source karma points, open a PR implementing it (we'll love you for that ❤️).
New features and updates 🔥
AI-powered search and vector store stabilization
With v1.13, AI-powered search is available to all users by default and no longer requires manual activation.
Breaking Changes
vectorStore
is no longer an accepted value for the/experimental-features
route/api/embed
or/api/embeddings
invalid_embedder
has been split intoinvalid_search_embedder
andinvalid_similar_embedder
. These codes are returned when theembedder
parameter of a request to/search
,/multi-search
or/similar
specifies a non-existing embedder or is not a stringinvalid_hybrid_query
has been renamed toinvalid_search_hybrid_query
. It is returned when thehybrid
parameter contains unknown keys or is not eithernull
or an objectDone by @dureuill in https://github.com/meilisearch/meilisearch/pull/5232 & https://github.com/meilisearch/meilisearch/pull/5234
Experimental feature: Dumpless upgrades
Use
--experimental-dumpless-upgrade
after updating the Meilisearch binary to migrate to a new release:This faster and more efficient process does not require you to generate a dump and pass it to Meilisearch when upgrading to a new release.
Read more about it on the dedicated product discussion.
Done by @irevoire and @dureuill in https://github.com/meilisearch/meilisearch/pull/5264
Experimental feature: Remote federated search requests
Use remote federated search requests together with the
/multi-search
route to query multiple Meilisearch instances simultaneously. This is particularly useful when handling very large databases.First, use the
/experimental-features
route to enablenetwork
:Next, set up your network of Meilisearch instances with a call to
PATCH /network
configuring oneself
and multipleremotes
:Repeat this process with every instance in your network, then add documents. Do not send the same documents to different instances.
Finally, make a
/multi-search
query with the newfederationOptions.remote
:Find more information about this feature on the public usage page
Other improvements
GITHUB_TOKEN
authentication in installation script by @Sherlouk in https://github.com/meilisearch/meilisearch/pull/5216usedDatabaseSize
field on the/stats
route by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5314/stats
route by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5341Fixes 🐞
Misc
idna
severity issue by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5218Extend::extend
by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5221documentTemplateMaxBytes
parameter by @dureuill in https://github.com/meilisearch/meilisearch/pull/5306❤️ Thanks again to our external contributors:
v1.12.8
: 🦗Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.12.7...v1.12.8
v1.12.7
: 🦗Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.12.6...v1.12.7
v1.12.6
: 🦗Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.12.5...v1.12.6
v1.12.5
: 🦗Compare Source
Fixes 🪲
batch_uid
of all tasks, as batches are not persisted in dumps in v1.12. See #5247 for details.Full Changelog: meilisearch/meilisearch@v1.12.4...v1.12.5
v1.12.4
: 🦗Compare Source
Fixes 🪲
Full Changelog: meilisearch/meilisearch@v1.12.3...v1.12.4
v1.12.3
: 🦗Compare Source
What's Changed
PUT
route by @dureuill in https://github.com/meilisearch/meilisearch/pull/5224Full Changelog: meilisearch/meilisearch@v1.12.2...v1.12.3
v1.12.2
: 🦗Compare Source
🪲 Fixes
sortableAttributes
orfilterableAttributes
. By @dureuill in https://github.com/meilisearch/meilisearch/pull/5205Full Changelog: meilisearch/meilisearch@v1.12.1...v1.12.2
v1.12.1
Compare Source
Fixes
There was a bug in the engine when adding an empty payload, it was making the batch fails.
Fixed by @irevoire in https://github.com/meilisearch/meilisearch/pull/5192
Full Changelog: meilisearch/meilisearch@v1.12.0...v1.12.1
v1.12.0
: 🦗Compare Source
Meilisearch v1.12 introduces significant indexing speed improvements, almost halving the time required to index large datasets. This release also introduces new settings to customize and potentially further increase indexing speed.
🧰 All official Meilisearch integrations (including SDKs, clients, and other tools) are compatible with this Meilisearch release. Integration deployment happens between 4 to 48 hours after a new version becomes available.
Some SDKs might not include all new features. Consult the project repository for detailed information. Is a feature you need missing from your chosen SDK? Create an issue letting us know you need it, or, for open-source karma points, open a PR implementing it (we'll love you for that ❤️).
New features and updates 🔥
Improve indexing speed
Indexing time is improved across the board!
The new indexer also makes task cancellation faster.
Done by @dureuill, @ManyTheFish, and @Kerollmops in #4900.
New index settings: use
facetSearch
andprefixSearch
to improve indexing speedv1.12 introduces two new index settings:
facetSearch
andprefixSearch
.Both settings allow you to skip parts of the indexing process. This leads to significant improvements to indexing speed, but may negatively impact search experience in some use cases.
Done by @ManyTheFish in #5091
facetSearch
Use this setting to toggle facet search:
The default value for
facetSearch
istrue
. When set tofalse
, this setting disables facet search for all filterable attributes in an index.prefixSearch
Use this setting to configure the ability to search a word by prefix on an index:
prefixSearch
accepts one of the following values:"indexingTime"
: enables prefix processing during indexing. This is the default Meilisearch behavior"disabled"
: deactivates prefix search completelyDisabling prefix search means the query
he
will no longer match the wordhello
. This may significantly impact search result relevancy, but speeds up the indexing process.New API route:
/batches
The new
/batches
endpoint allow you to query information about task batches.GET
/batches
returns a list of batch objects:curl -X GET 'http://localhost:7700/batches'
This endpoint accepts the same parameters as
GET
/tasks
route, allowing you to narrow down which batches you want to see. Parameters used withGET
/batches
apply to the tasks, not the batches themselves. For example,GET /batches?uid=0
returns batches containing tasks with ataskUid
of0
, not batches with abatchUid
of0
.You may also query
GET
/batches/:uid
to retrieve information about a single batch object:curl -X GET 'http://localhost:7700/batches/BATCH_UID'
/batches/:uid
does not accept any parameters.Batch objects contain the following fields:
Additionally, task objects now include a new field,
batchUid
. Use this field together with/batches/:uid
to retrieve data on a specific batch.Done by @irevoire in #5060, #5070, #5080
Other improvements
GET
/tasks
:reverse
. Ifreverse
is set totrue
, tasks will be returned in reversed order, from oldest to newest tasks. Done by @irevoire in #5048showMatchesPosition
set totrue
give a single location for the whole phrase @flevi29 in #4928indices
field to_matchesPosition
specifying which array elements contain the matches by @LukasKalbertodt in #5005vectorStore
change: field distribution no longer contains_vectors
. Its value used to be incorrect, and there is no current use case for the fixed, most likely empty, value. Done as part of #4900Fixes 🐞
attributesToSearchOn
in #5062 by @ManyTheFishMisc
delete_index.rs
by @DerTimonius in #4963create_index.rs
by @DerTimonius in #4962get_documents.rs
by @PedroTurik in #5025formatted.rs
by @PedroTurik in #5043❤️ Thanks again to our external contributors:
v1.11.3
: 🐿️Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.11.2...v1.11.3
v1.11.2
: 🐿️Compare Source
What's Changed
Full Changelog: meilisearch/meilisearch@v1.11.1...v1.11.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.