Skip to content

Commit

Permalink
chore(release): 2.31.0-elasticsearch-8.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.31.0-elasticsearch-8.1](v2.30.0...v2.31.0-elasticsearch-8.1) (2024-05-15)

### Bug Fixes

* **conflicts:** merge conflict ([e763392](e763392))
* **es8:** add elasticsearch-8 in listened branches ([e59cedd](e59cedd))
* **es8:** update deployment to allow elasticsearch-8 package to be deployed as a pre-release ([8286522](8286522))
* **storage:** update more types ([50bfe58](50bfe58))
* **tests:** fixing unit tests ([50f2cac](50f2cac))

### Features

* **elasticsearch8:** tests unit are now okay ([1f4d1e8](1f4d1e8))
* **es8:** elasticsearch 8 unit tests & functional tests running ([bdcce96](bdcce96))
* **es8:** support both es7 and es8 ([e12c35a](e12c35a))
* only support ES 8.x ([4a8038e](4a8038e))
* **storage:** add more types, fix some requests ([a18d454](a18d454))
* **storage:** upgrade to the Elasticsearch 8 client ([6753640](6753640))
  • Loading branch information
semantic-release-bot committed May 15, 2024
1 parent e59cedd commit 2fc9cc2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.31.0-elasticsearch-8.1](https://github.com/kuzzleio/kuzzle/compare/v2.30.0...v2.31.0-elasticsearch-8.1) (2024-05-15)


### Bug Fixes

* **conflicts:** merge conflict ([e763392](https://github.com/kuzzleio/kuzzle/commit/e76339261029262aac31af972dc81f05a082e469))
* **es8:** add elasticsearch-8 in listened branches ([e59cedd](https://github.com/kuzzleio/kuzzle/commit/e59cedd2a2404e315024f18eb3823af03e341411))
* **es8:** update deployment to allow elasticsearch-8 package to be deployed as a pre-release ([8286522](https://github.com/kuzzleio/kuzzle/commit/8286522368ee70efd54a6d631a5917f02d96b952))
* **storage:** update more types ([50bfe58](https://github.com/kuzzleio/kuzzle/commit/50bfe580db9e86d6e1de761605ac86debdae2e48))
* **tests:** fixing unit tests ([50f2cac](https://github.com/kuzzleio/kuzzle/commit/50f2cac418f1616ec1c9c68ef149f8072a7a45e4))


### Features

* **elasticsearch8:** tests unit are now okay ([1f4d1e8](https://github.com/kuzzleio/kuzzle/commit/1f4d1e8686c3f460496f8a73d983371a173d3a14))
* **es8:** elasticsearch 8 unit tests & functional tests running ([bdcce96](https://github.com/kuzzleio/kuzzle/commit/bdcce96fc97ff58143f29484ae1da2076ee2e885))
* **es8:** support both es7 and es8 ([e12c35a](https://github.com/kuzzleio/kuzzle/commit/e12c35af6b3a8d375005177cdf56509396db5cb4))
* only support ES 8.x ([4a8038e](https://github.com/kuzzleio/kuzzle/commit/4a8038e7729a9cdf5b9d7b2c0540899f8911d11c))
* **storage:** add more types, fix some requests ([a18d454](https://github.com/kuzzleio/kuzzle/commit/a18d454b36d5fe565ad6b08a772c13c3e6a16bab))
* **storage:** upgrade to the Elasticsearch 8 client ([6753640](https://github.com/kuzzleio/kuzzle/commit/675364013e3b07fc665bfea70e2489b28bad0d8e))

# [2.30.0](https://github.com/kuzzleio/kuzzle/compare/v2.29.1...v2.30.0) (2024-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kuzzle",
"author": "The Kuzzle Team <[email protected]>",
"version": "2.30.0",
"version": "2.31.0-elasticsearch-8.1",
"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": {
Expand Down

0 comments on commit 2fc9cc2

Please sign in to comment.