You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG-9.x.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Gem
4
4
5
-
The size of both `elasticsearch` and `elasticsearch-api` gems will be smaller, since some unnecessary files that were being included in the gem have been removed.
5
+
The size of both `elasticsearch` and `elasticsearch-api` gems will be smaller, since some unnecessary files that were being included in the gem have been removed. There's also been a lot of old code cleanup for `9.x`.
6
6
7
7
The required Ruby version is set to `2.6` to keep compatiblity wit JRuby 9.3. However, we only test the code against currently supported Ruby versions.
8
8
@@ -12,6 +12,11 @@ The CI build now runs tests to ensure compatibility with Elasticsearch Serverles
12
12
13
13
## Elasticsearch API
14
14
15
+
* The source code is now based on `elasticsearch-specification`, so the API documentation is much more detailed and extensive.
16
+
* Scroll APIs: Since sending the `scroll_id` as a parameter was deprecated, now it needs to be sent in the body for `clear_scroll`, `scroll`.
17
+
*`indices.get_field_mapping` - `:fields` is a required parameter.
18
+
* The functions in `utils.rb` that had names starting with double underscore have been renamed to remove these.
0 commit comments