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 d6302ce commit 1380925Copy full SHA for 1380925
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## Release 7.9.0
2
+
3
+- Updated endpoints and namespaces for Elasticsearch 7.9
4
+ [28bf0ed](https://github.com/elastic/elasticsearch-php/commit/28bf0ed6df6bc95f83f369509431d97907bfdeb0)
5
+- Moved `scroll_id` into `body` for search operations in the documentation
6
+ [#1052](https://github.com/elastic/elasticsearch-php/pull/1052)
7
+- Fixed PHP 7.4 preloading feature for autoload.php
8
+ [#1051](https://github.com/elastic/elasticsearch-php/pull/1051)
9
+- Improved message of JSON errors using `json_last_error_msg()`
10
+ [#1045](https://github.com/elastic/elasticsearch-php/pull/1045)
11
12
## Release 7.8.0
13
14
- Updated endpoints and namespaces for Elasticsearch 7.8
0 commit comments