Skip to content

2.25.0

Compare
Choose a tag to compare
@fmauNeko fmauNeko released this 24 May 10:11
· 430 commits to master since this release
0560fc4

2.25.0 (2023-05-24)

Overview : This Kuzzle backend release fixes a variety of issues and adds quality of life features to the product.

New features

  • [ #2461 ] Added a new parameter in kuzzlerc that accepts other content types than JSON as an input on the HTTP API such as YAML (fmauNeko)
  • [ #2455 ] Added a public _healthcheck route to allow orchestrators to monitor the health of a Kuzzle instance (rolljee)

Enhancements

  • [ #2459 ] We now delete the ID Card in Redis when Kuzzle shuts down, which prevents some startup errors and speeds up the restart process (Shiranuit)

Resolved Issues

  • [ #2463 ] Fixed an issue where searches in Elasticsearch with the 'exists' keyword would not work as intended #2347 (Shiranuit)
  • [ #2460 ] Fixed an issue where document:search was not returning the proper missing_argument error when index or collection was missing (Shiranuit)