Skip to content

Commit 419bd1a

Browse files
Update schema for 9.0
1 parent 416c8aa commit 419bd1a

File tree

3 files changed

+19214
-6239
lines changed

3 files changed

+19214
-6239
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# request-converter change log
22

3+
## 8.18.0 (2025-02-24)
4+
* Support for externally hosted exporters ([#69](https://github.com/elastic/request-converter/pull/69))
5+
* Update schema for 8.18
6+
7+
## 8.17.0 (2024-12-04)
8+
* Parse {placeholders} in request URLs ([#64](https://github.com/elastic/request-converter/pull/64))
9+
* Support trailing commas in requests ([#74](https://github.com/elastic/request-converter/pull/74))
10+
* Support Kibana URLs in the curl exporter (Fixes #71) ([#72](https://github.com/elastic/request-converter/pull/72))
11+
* Include source in parsed request ([#67](https://github.com/elastic/request-converter/pull/67))
12+
* Separate initialize functions per language ([#76](https://github.com/elastic/request-converter/pull/76))
13+
* Update schema for 8.17
14+
315
## 8.16.0 (2024-10-14)
416
* Update schema for 8.16
517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/request-converter",
3-
"version": "8.17.0",
3+
"version": "9.0.0",
44
"description": "Elasticsearch request converter",
55
"author": "Miguel Grinberg",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)