v1.48.3
rapidaai/voice-aiv1.48.3Jun 29, 2026by ManyTheFish
AI Summary
This release fixes a critical bug in the S3 snapshot system caused by a race condition and resolves an issue where remote federated search returned duplicate documents. It also includes minor improvements such as adding a missing search filter parameter to the chat workspace settings response.
Key Highlights
- Fixed a rare S3 snapshots bug involving buffer recycling
- Resolved duplicate document returns in remote federated search
- Added missing searchFilterParam to chat workspace settings response
- Split unit tests into separate files for better organization
New Features
- Added missing searchFilterParam to GET chat workspace settings response
Full Release Notes
# 🪲 Bug fixes
- Fix a rare S3 snapshots bug by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6472
We fixed a rare bug that could appear when using the S3 snapshot system. The bug is a race condition that occurs when we try to recycle internal buffers to reduce memory usage, which can cause an internal error and abort the snapshot upload.
- Avoid remote search to return the same document twice by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6473
When using the remote federated search, Meilisearch was returning the same document twice from different machines. This was due to an internal filter that was not forwarded properly to the remote instances.
# **🔩 Miscellaneous**
- Add missing searchFilterParam to GET chat workspace settings response by @CaroFG in https://github.com/meilisearch/meilisearch/pull/6475
- Split unit tests into separate files (one commit per file) by @0xfandom in https://github.com/meilisearch/meilisearch/pull/6468
- Add missing information from pre-openAPI-migration by @curquiza in https://github.com/meilisearch/meilisearch/pull/6467
## New Contributors
Thanks to @0xfandom, who made his first contribution in https://github.com/meilisearch/meilisearch/pull/6468 🎉
**Full Changelog**: https://github.com/meilisearch/meilisearch/compare/v1.48.2...v1.48.3