File tree 3 files changed +19214
-6239
lines changed
3 files changed +19214
-6239
lines changed Original file line number Diff line number Diff line change 1
1
# request-converter change log
2
2
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
+
3
15
## 8.16.0 (2024-10-14)
4
16
* Update schema for 8.16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/request-converter" ,
3
- "version" : " 8.17 .0" ,
3
+ "version" : " 9.0 .0" ,
4
4
"description" : " Elasticsearch request converter" ,
5
5
"author" : " Miguel Grinberg" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments