Skip to content

Commit bd4db96

Browse files
Release 8.15.2
1 parent b0ac3c6 commit bd4db96

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# request-converter change log
22

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+
39
## 8.15.1 (2024-08-02)
410
* JavaScript support ([#44](https://github.com/elastic/request-converter/pull/44))
511

@@ -20,6 +26,3 @@
2026
## 8.14.0 (2024-06-11)
2127

2228
* Initial release
23-
24-
25-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/request-converter",
3-
"version": "8.15.1",
3+
"version": "8.15.2",
44
"description": "Elasticsearch request converter",
55
"author": "Miguel Grinberg",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)