From 6e801e4bd3b91b962a2239cc13c2246f9b53427f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 5 Nov 2024 15:31:24 -0600 Subject: [PATCH] chore(main): release 0.8.0+20231031 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a513d..fe83642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.7.0+20231031...v0.8.0+20231031) (2024-11-05) + + +### Features + +* Apache Arrow support ([#98](https://github.com/elastic/elasticsearch-serverless-js/issues/98)) ([490538c](https://github.com/elastic/elasticsearch-serverless-js/commit/490538c5b491135617390493bd945819000aa49f)) +* Latest serverless specification changes ([#95](https://github.com/elastic/elasticsearch-serverless-js/issues/95)) ([8ed1f3e](https://github.com/elastic/elasticsearch-serverless-js/commit/8ed1f3ed367964c4ee7ccd1e0b1d993a0dd00190)) +* Respect disablePrototypePoisoningProtection option ([#99](https://github.com/elastic/elasticsearch-serverless-js/issues/99)) ([d28ebfb](https://github.com/elastic/elasticsearch-serverless-js/commit/d28ebfbb17f612120e5ddf11b24fdf6408887102)) + ## [0.7.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.6.0+20231031...v0.7.0+20231031) (2024-09-30) diff --git a/package.json b/package.json index b5d6a6a..6c51bf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch-serverless", - "version": "0.7.0+20231031", + "version": "0.8.0+20231031", "description": "The official Node.js Elastic client for the Elasticsearch Serverless service.", "main": "./index.js", "types": "index.d.ts",