Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 10 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

## 8.19.0 Release notes

[[release_notes_8_19]]
=== 8.19 Release notes

[discrete]
[[release_notes_8_19_0]]
## 8.19.0 Release notes

#### Client

Tested versions of Ruby for 8.19.0: Ruby (MRI) 3.1, 3.2, 3.3, 3.4. JRuby 9.3, JRuby 9.4 and JRuby 10.
Expand All @@ -32,18 +25,18 @@ Tested versions of Ruby for 8.19.0: Ruby (MRI) 3.1, 3.2, 3.3, 3.4. JRuby 9.3, JR
Time parameters `master_timeout` and `timeout` have been added to the following APIs:

* `index_lifecycle_management`:
** `delete_lifecycle`
** `get_lifecycle`
** `put_lifecycle`
** `start`
** `stop`
** `explain_lifecycle` - Only `master_timeout`
* `delete_lifecycle`
* `get_lifecycle`
* `put_lifecycle`
* `start`
* `stop`
* `explain_lifecycle` - Only `master_timeout`

* `ingest`:
** `delete_geoip_database`
** `delete_ip_location_database`
** `put_geoip_database`
** `put_ip_location_database`
* `delete_geoip_database`
* `delete_ip_location_database`
* `put_geoip_database`
* `put_ip_location_database`

#### New APIs

Expand Down