-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.35.0](v2.34.0...v2.35.0) (2024-12-19) ### Bug Fixes * add node_version env var in workflow ([05ff115](05ff115)) * ci was not running properly ([699f180](699f180)) * deployment workflow run rework ([db0501e](db0501e)) * elasticsearch docker_platforms ([b91edfe](b91edfe)) * only deploy on master branch ([c481243](c481243)) * typo in workflow ([e565d7d](e565d7d)) * ubuntu version and deps issues ([8ef4738](8ef4738)) ### Features * **protocols:** add logging socket closing ([5da5930](5da5930))
- Loading branch information
1 parent
f32181f
commit 6dbfc99
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kuzzle", | ||
"author": "The Kuzzle Team <[email protected]>", | ||
"version": "2.35.0-beta.4", | ||
"version": "2.35.0", | ||
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.", | ||
"bin": "bin/start-kuzzle-server", | ||
"scripts": { | ||
|