Skip to content

Commit 54cec73

Browse files
chore(release): 2.41.0 [skip ci]
## [2.41.0](v2.40.1...v2.41.0) (2025-03-05) ### Features * add a new unauthenticated `/_ready` HTTP endpoint ([#2592](#2592)) ([52d54fa](52d54fa)) * collection getSettings ([#2588](#2588)) ([da75cbc](da75cbc)) ### Bug Fixes * add a getter for started property and a setter, create _started private property ([aacee11](aacee11)) * update es version to avoid anyController error ([6d594dd](6d594dd))
1 parent df1693c commit 54cec73

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.41.0](https://github.com/kuzzleio/kuzzle/compare/v2.40.1...v2.41.0) (2025-03-05)
2+
3+
4+
### Features
5+
6+
* add a new unauthenticated `/_ready` HTTP endpoint ([#2592](https://github.com/kuzzleio/kuzzle/issues/2592)) ([52d54fa](https://github.com/kuzzleio/kuzzle/commit/52d54fa9ce10ec50fab46f9ca44dc01e46893e64))
7+
* collection getSettings ([#2588](https://github.com/kuzzleio/kuzzle/issues/2588)) ([da75cbc](https://github.com/kuzzleio/kuzzle/commit/da75cbc011adb6abd6a6db295f7355d9dc088e85))
8+
9+
10+
### Bug Fixes
11+
12+
* add a getter for started property and a setter, create _started private property ([aacee11](https://github.com/kuzzleio/kuzzle/commit/aacee11ce3598a324ebc774bb624614ed50314bf))
13+
* update es version to avoid anyController error ([6d594dd](https://github.com/kuzzleio/kuzzle/commit/6d594ddb9a454b404af4c5c8f85d264c9029ba59))
14+
115
## [2.40.1](https://github.com/kuzzleio/kuzzle/compare/v2.40.0...v2.40.1) (2025-02-11)
216

317

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kuzzle",
33
"author": "The Kuzzle Team <[email protected]>",
4-
"version": "2.40.1",
4+
"version": "2.41.0",
55
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
66
"bin": "bin/start-kuzzle-server",
77
"scripts": {

0 commit comments

Comments
 (0)