Skip to content

v7.9.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@russcam russcam released this 18 Aug 21:48

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)

View the full list of issues and PRs