We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347e17f commit bc9e2f2Copy full SHA for bc9e2f2
CHANGES.md
@@ -1,5 +1,8 @@
1
# request-converter change log
2
3
+## 9.1.2 (2025-07-11)
4
+* Remove outdated URL patch in console parser ([#86](https://github.com/elastic/request-converter/pull/86))
5
+
6
## 9.1.1 (2025-06-13)
7
* Use environment variable for ES host by default in curl exporter ([#85](https://github.com/elastic/request-converter/pull/85))
8
* Update schyyema for 9.1
@@ -62,3 +65,4 @@
62
65
63
66
64
67
68
package.json
@@ -1,6 +1,6 @@
{
"name": "@elastic/request-converter",
- "version": "9.1.1",
+ "version": "9.1.2",
"description": "Elasticsearch request converter",
"author": "Miguel Grinberg",
"license": "Apache-2.0",
0 commit comments