Releases: kuzzleio/kuzzle
Releases · kuzzleio/kuzzle
2.27.4
2.27.3
2.27.2
2.27.1
2.27.0
2.26.3
2.26.2
2.26.1
2.26.0
2.26.0 (2023-09-13)
New features
Enhancements
- [ #2475 ] Doc/fix guides (GuinierRemi)
- [ #2470 ] Fixed controller/bulk typo (GuinierRemi)
- [ #2472 ] Update SinceBadge that misses trailing slash (rolljee)
- [ #2471 ] Eslint-plugin-kuzzle should be a devDependencies (sebtiz13)
- [ #2469 ] Fixed controller/bulk typo on documentation (GuinierRemi)
Important node:
- We are dropping the support of NodeJS 14
2.25.0
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)