File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# request-converter change log
2
2
3
+ ## 8.15.2 (2024-08-07)
4
+ * Export the ` listFormats() ` function ([ #47 ] ( https://github.com/elastic/request-converter/pull/47 ) )
5
+ * Friendly error when invalid export format is requested ([ #48 ] ( https://github.com/elastic/request-converter/pull/48 ) )
6
+ * Treat bodies as of type 'value' when not described in schema ([ #49 ] ( https://github.com/elastic/request-converter/pull/49 ) )
7
+ * Ensure undefined bodies are encoded as null ([ #53 ] ( https://github.com/elastic/request-converter/pull/53 ) )
8
+
3
9
## 8.15.1 (2024-08-02)
4
10
* JavaScript support ([ #44 ] ( https://github.com/elastic/request-converter/pull/44 ) )
5
11
20
26
## 8.14.0 (2024-06-11)
21
27
22
28
* Initial release
23
-
24
-
25
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/request-converter" ,
3
- "version" : " 8.15.1 " ,
3
+ "version" : " 8.15.2 " ,
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