Prep 8.17.0 (#2543)

This commit is contained in:
Josh Mock
2024-12-12 10:50:16 -06:00
committed by GitHub
parent e2905c5708
commit be0400789a
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.17.0
[discrete]
==== Features
[discrete]
===== Support for Elasticsearch `v8.17`
You can find all the API changes
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.0.html[here].
[discrete]
=== 8.16.3

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.16.3",
"versionCanary": "8.16.3-canary.0",
"version": "8.17.0",
"versionCanary": "8.17.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",
"types": "index.d.ts",