v7.9.0-alpha.1
Pre-release
Pre-release
v7.8.1-alpha.1...v7.9.0-alpha.1
Features & Enhancements
- #118 Add
ElasticsearchException
to model Elasticsearch exceptions (issue: #112) - #121 Update rest specs to 7.9 and regenerate client
- #127 Expose dangling indices APIs
- #132 Add support for global and per call request timeouts (issue: #116)
Breaking Changes
-
#132 Add support for global and per call request timeouts (issue: #116)
The addition of per API call timeouts has added an additional timeout parameter to the
Transport
send function, which is a breaking change if you are using this function directly for beta or experimental APIs. This function is likely to be refactored in the future (see #132)