Skip to content

Commit 46dcc79

Browse files
Release 9.2.1
1 parent 6a736b5 commit 46dcc79

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# request-converter change log
22

3+
## 9.2.1 (2025-11-12)
4+
* Write correctly formatted ndjson bodies in the curl exporter ([#99](https://github.com/elastic/request-converter/pull/99))
5+
* Fix CLI's `--elasticsearch-url` option ([#98](https://github.com/elastic/request-converter/pull/98))
6+
37
## 9.2.0 (2025-09-19)
48
* Update schema for 9.2 ([#95](https://github.com/elastic/request-converter/pull/95))
59
* Python: Handle body properties with dashes or dots ([#94](https://github.com/elastic/request-converter/pull/94))
@@ -72,3 +76,4 @@
7276

7377

7478

79+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/request-converter",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Elasticsearch request converter",
55
"author": "Miguel Grinberg",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)