5 hours ago
MeiliSearch

v1.47.0 🦇

🌈 Enhancements

Search personalization on federated search

We now support using the search personalization feature on federated search requests.

Like page/hitPerPage or limit/offset, the personalization option must be specified in the federation attribute to work properly. Otherwise, an error will be returned reminding you to move the attribute in federation.

By @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6414

The new settings indexer is feature complete 🎉

  • We now better support the tokenizer-related settings
  • We improved the quality of the new settings indexer to enhance the engine's performance when changing the locales, the dictionary, synonyms, stop words, separator, and non-separator tokens.
  • This makes the new settings indexer feature-complete, meaning that, unless you set the MEILI_EXPERIMENTAL_NO_EDITION_2024_FOR_SETTINGS environment variable to true, all settings tasks can now be handled by the new settings indexer, bringing a better scaling behavior, much faster cancellation, and a more precise progress view.

By @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6409

Observability improvements

We expose more Prometheus metrics to improve observability, specifically to show more metrics on document throughput and ease debugging.

By @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6430

🦋 Fixes

🔒 Security

🔩 Misc. changes

Search implementation refactor

Refactor the search pipeline to mutualize the code. The new implementation will always perform a federated search under the hood, and then the output will be transformed into the expected route's output.

Noticeable changes from the user perspective:

  • Some error messages have been modified
  • Small breaking change: a few error codes change, such as MultiSearch<Error> <--> Search<Error>

Other changes

New Contributors

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.46.1...v1.47.0

7 hours ago
seaweedfs

4.34

What's Changed

Full Changelog: https://github.com/seaweedfs/seaweedfs/compare/4.33...4.34

2 days ago
zuul

v3.6.12

  • Fix for vulnerability where callers could see content meant for other callers if the origin returns an HTTP 1xx response #2137
3 days ago
dgraph

v25.3.5

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.4...v25.3.5

3 days ago
dgraph

v25.3.5

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.4...v25.3.5

3 days ago
spring-cloud-gateway

5.0.2

⭐ New Features

  • Enable body filter codec encoding customization via CodecCustomizer #4151
  • Adds StripContextPath filter #4089

🐞 Bug Fixes

  • RewriteFunction nullability in Spring Boot 4 #4061
  • AbstractProxyExchange takes into account MediaType parameters #3948

📔 Documentation

  • docs(server-webflux): updating gateway actuator documentation as per … #4163
  • Fix typos in DiscoveryLocatorProperties documentation, make terms consistent, remove already implemented TODO #4123
  • Spring Cloud Gateway docs contain wrong configuration properties #4103
  • Spring Cloud Docs has wrong references in "How It Works" section for Server MVC #4098
  • [doc] Fix broken link to GatewayFilter #4073
  • Documentation mismatch: Route configuration path incorrect for Spring Cloud Gateway Server WebFlux #4047
  • Docs: Fix broken GitHub links in Server WebMvc "How It Works" docs #3928
  • CONTRIBUTING references CLA, but this appears to have been replaced with DCO #3884
  • Document TLS/SSL Configuration for Spring Cloud MVC Gateway #3654
  • Better docs about naming convention in PredicateDefinition: Path receives pattern key and it works? #3523

❤️ Contributors

Thank you to all the contributors who worked on this release:

@03hjain, @AahilRafiq, @RenanMarques, @Yuri-Costa09, @dependabot[bot], @garvit-joshi, @jerolba, @qnnn, and @ryanjbaxter

3 days ago
spring-cloud-gateway

4.3.5

⭐ New Features

  • MVC ProxyExchange does not provide observability of URI template #3458
  • Add support for empty path prefixes #3201

📔 Documentation

  • docs: add ReadBody route predicate factory documentation #4138

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot], @mhalbritter, @pachat-pacifique, and @ryanjbaxter

4 days ago
seaweedfs

4.33

What's Changed

Full Changelog: https://github.com/seaweedfs/seaweedfs/compare/4.32...4.33

5 days ago
rustfs

1.0.0-beta.8

What's Changed

New Contributors

Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0-beta.7...1.0.0-beta.8