9.1.0
API
- Updated APIs to 9.1.0
Typed API
- Update TypedAPI to latest elasticsearch-specification 9.1
- This release introduces a new
MethodAPIused by theTypedClientwhich makes the client friendlier for dead code elimination.
Reducing the size of the client when only a subset of the APIs are used. The oldAPIstructure remains available for backward compatibility, but it is now deprecated.