Skip to content

Commit 2b29f2a

Browse files
committed
[DOCS] Updates Changelog 9.x
1 parent 3680ee1 commit 2b29f2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG-9.x.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Gem
44

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`.
66

77
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.
88

@@ -12,6 +12,11 @@ The CI build now runs tests to ensure compatibility with Elasticsearch Serverles
1212

1313
## Elasticsearch API
1414

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.
19+
1520
### Development
1621

1722
#### Testing

0 commit comments

Comments
 (0)