|
431f71b0a9
|
Don't always hardcode Content-Type in proxy
|
2025-08-18 09:26:38 +02:00 |
|
|
2d9f02298d
|
Update snap
|
2025-08-18 09:26:38 +02:00 |
|
|
e73c4301e3
|
Misc churn
|
2025-08-18 09:26:38 +02:00 |
|
|
eda9665fc8
|
Move meilisearch_types::Network to its own module
|
2025-08-18 09:26:06 +02:00 |
|
|
5c309a2669
|
Make types Serialize and Deserialize for proxying
|
2025-08-18 09:26:06 +02:00 |
|
|
54fd9dd10d
|
New errors
|
2025-08-18 09:26:06 +02:00 |
|
|
b6f0852ba7
|
Dependency changes
|
2025-08-18 09:26:06 +02:00 |
|
|
214066a2cc
|
IndexScheduler::update_task now merges the task.network and accepts &mut Task
|
2025-08-18 09:26:06 +02:00 |
|
|
e47a8d6792
|
IndexScheduler::set_task_network
|
2025-08-18 09:26:06 +02:00 |
|
|
14507b29d1
|
file-store: persist returns the persisted File object
|
2025-08-18 09:25:30 +02:00 |
|
|
66d3856014
|
Dump support for network
|
2025-08-18 09:25:30 +02:00 |
|
|
ced26f04ad
|
Proxy all document tasks to the network when sharding is enabled
|
2025-08-18 09:25:30 +02:00 |
|
|
00a051914b
|
Shard documents
|
2025-08-18 09:25:30 +02:00 |
|
|
cb3931e2c7
|
network: add sharding to Network and writeApiKey to Remotes
|
2025-08-18 09:25:30 +02:00 |
|
|
2f411fa3f4
|
Add proxy module to proxy requests to members of a network
|
2025-08-18 09:25:30 +02:00 |
|
|
49277630f7
|
Add new milli::update: 🆕:indexer::sharding module
|
2025-08-18 09:25:30 +02:00 |
|
|
3d191c26f2
|
Add network to Task and TaskView
|
2025-08-18 09:25:29 +02:00 |
|
|
c790282826
|
Add EE license
|
2025-08-18 09:25:29 +02:00 |
|
|
5507a73b23
|
Merge pull request #5829 from meilisearch/index-rename
Index rename
|
2025-08-14 15:39:28 +00:00 |
|
|
a608e57c3c
|
Merge pull request #5741 from meilisearch/fragment-filters
Vector filters
|
2025-08-13 16:39:02 +00:00 |
|
|
398efa3c55
|
Merge branch 'main' into fragment-filters
|
2025-08-13 17:27:09 +02:00 |
|
|
307ea38c2a
|
Remove old irrelevant tests
|
2025-08-13 17:19:37 +02:00 |
|
|
cdeca59587
|
Add error message for quoting errors
|
2025-08-13 17:14:36 +02:00 |
|
|
8529e2161a
|
Clarify more errors
|
2025-08-13 13:37:19 +02:00 |
|
|
b80869f2be
|
Add two other "did you mean" messages
|
2025-08-13 13:16:25 +02:00 |
|
|
666ae1a3e7
|
Add "did you mean" message
|
2025-08-13 13:00:38 +02:00 |
|
|
f6559258ce
|
Improve operation error on vector filters
|
2025-08-13 10:32:28 +02:00 |
|
|
b5ba0e42b3
|
Add new error
|
2025-08-13 09:58:16 +02:00 |
|
|
b0479eb996
|
make it work with the dump and dumpless upgrade
|
2025-08-13 09:54:34 +02:00 |
|
|
2bab375001
|
update the task details again
|
2025-08-13 09:54:32 +02:00 |
|
|
81020c7d6d
|
remove a duplicated test
|
2025-08-13 09:51:51 +02:00 |
|
|
4068c58417
|
change the details of the tasks
|
2025-08-13 09:51:49 +02:00 |
|
|
a904ce109a
|
fix error code and add a bunch of tests for the swap and index rename
|
2025-08-13 09:48:39 +02:00 |
|
|
ecea247e5d
|
Provide a rename argument to the swap
|
2025-08-13 09:48:39 +02:00 |
|
|
ae5bd9d0e3
|
fix: updated_at was not 'updated' when updating the index name
|
2025-08-13 09:48:39 +02:00 |
|
|
ae2d0a67a4
|
Enhance index update functionality to support renaming by adding new_uid field. Update related structures and methods to handle the new index UID during updates, ensuring backward compatibility with existing index operations.
|
2025-08-13 09:48:39 +02:00 |
|
|
0f1c78b185
|
Add index rename feature
|
2025-08-13 09:48:39 +02:00 |
|
|
300f5ce0f4
|
Merge pull request #5778 from meilisearch/retrieve-query-vectors
Return query vector
|
2025-08-13 07:39:15 +00:00 |
|
|
3240d89e81
|
Merge pull request #5830 from meilisearch/v1-17-1
Update version for v1.17.1
v1.17.1
|
2025-08-12 15:43:28 +00:00 |
|
|
63a649fd7d
|
Merge pull request #5831 from meilisearch/fix-ci
Fix update-cargo-version CI
|
2025-08-12 14:16:22 +00:00 |
|
|
b9e014c044
|
Update snapshots
|
2025-08-12 15:36:28 +02:00 |
|
|
9021cb4258
|
Fix update-cargo-version CI
|
2025-08-12 14:55:57 +02:00 |
|
|
de52fe91f5
|
Update version
|
2025-08-12 14:52:50 +02:00 |
|
|
97ecbb53ff
|
Merge pull request #5823 from meilisearch/ci-open-api
Add CI to publish OpenAPI file
|
2025-08-12 12:38:05 +00:00 |
|
|
14b1a3300b
|
Fix indentation
|
2025-08-12 10:07:34 +02:00 |
|
|
f4903c2fe7
|
Merge pull request #5824 from meilisearch/curquiza-patch-1
Update release doc (again)
v1.17.0
|
2025-08-12 06:33:40 +00:00 |
|
|
3d271c25c7
|
Merge pull request #5815 from meilisearch/curquiza-patch-2
Minor update for release process
|
2025-08-11 17:14:48 +00:00 |
|
|
3c84010403
|
Minor change in CI manifest
|
2025-08-11 18:31:30 +02:00 |
|
|
a69af611e3
|
Add documentation
|
2025-08-11 18:29:52 +02:00 |
|
|
1f126a2d8a
|
Update release doc (again)
|
2025-08-11 18:23:37 +02:00 |
|