Skip to content

9.1.0

Choose a tag to compare

@Anaethelion Anaethelion released this 31 Jul 16:58
· 2 commits to main since this release
94ae1cb

API

  • Updated APIs to 9.1.0

Typed API

  • Update TypedAPI to latest elasticsearch-specification 9.1
  • This release introduces a new MethodAPI used by the TypedClient which makes the client friendlier for dead code elimination.
    Reducing the size of the client when only a subset of the APIs are used. The old API structure remains available for backward compatibility, but it is now deprecated.