Skip to content

Commit db1074c

Browse files
chore(main): release 0.2.0+20231031 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9858727 commit db1074c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.2.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.1.0+20231031...v0.2.0+20231031) (2023-12-14)
2+
3+
4+
### Features
5+
6+
* Drop support for Node v16 ([#34](https://github.com/elastic/elasticsearch-serverless-js/issues/34)) ([85ac77b](https://github.com/elastic/elasticsearch-serverless-js/commit/85ac77b3de2ad1c305efff01b938dfb53706fa92))
7+
* **helpers:** Throw an explicit error when asStream is used with bulk helper ([#37](https://github.com/elastic/elasticsearch-serverless-js/issues/37)) ([9ee3a11](https://github.com/elastic/elasticsearch-serverless-js/commit/9ee3a1177871512a618d467c5dcaeacf26a98692))
8+
* **transport:** Upgrade transport to 8.4.0 ([#40](https://github.com/elastic/elasticsearch-serverless-js/issues/40)) ([9858727](https://github.com/elastic/elasticsearch-serverless-js/commit/9858727f98679dd0d82db21e4533990c3124e5f1))
9+
10+
11+
### Bug Fixes
12+
13+
* Add Elastic-Api-Version, fix MIME types ([#28](https://github.com/elastic/elasticsearch-serverless-js/issues/28)) ([3bf1bd0](https://github.com/elastic/elasticsearch-serverless-js/commit/3bf1bd0cb9ac30222a7114b5888e4d2b2aec7690))
14+
* **http:** Serverless-optimized HTTP options ([#18](https://github.com/elastic/elasticsearch-serverless-js/issues/18)) ([7ef4666](https://github.com/elastic/elasticsearch-serverless-js/commit/7ef46666287d57da051a23f38eb0d4e9eb2a1f06))
115

216
## [0.1.0](https://github.com/elastic/elasticsearch-serverless-js/compare/%40{2023-05-01}...v0.1.0+20231031) (2023-10-17)
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/elasticsearch-serverless",
3-
"version": "0.1.0+20231031",
3+
"version": "0.2.0+20231031",
44
"description": "The official Node.js Elastic client for the Elasticsearch Serverless service.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)