Skip to content

Commit f1711dd

Browse files
Release 9.1.3
1 parent fa0d341 commit f1711dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

3+
## 9.1.3 (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+
* PHP: escape dollar variables ([#88](https://github.com/elastic/request-converter/pull/88))
7+
38
## 9.1.2 (2025-07-11)
49
* Remove outdated URL patch in console parser ([#86](https://github.com/elastic/request-converter/pull/86))
510

@@ -66,3 +71,4 @@
6671

6772

6873

74+

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.1.2",
3+
"version": "9.1.3",
44
"description": "Elasticsearch request converter",
55
"author": "Miguel Grinberg",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)