Releases: elasticstretch/elasticsearch-di
Update dependencies: ES client, .NET 8
Full Changelog: v1.1.3...v1.2.0
Incompatibility with Elastic.Clients.Elasticsearch 8.12
The ES client has introduced breaking changes which will require corresponding changes to this library (likely a new major version). First, let's release a patch specifying the incompatibility.
Full Changelog: v1.1.2...v1.1.3
Set HTTP client name
Another "gotcha" with the HTTP message handler builder.
HTTP Handler filter support
Message handler pipeline is more involved. Logging handlers are actually implemented as IHttpMessageHandlerBuilderFilter
.
HTTP Factory Integration
Integrating with the HTTP factory brings many advantages, including standardized logging and configurable resiliency (with Polly).
Currently only the HttpMessageHandler
pipeline is supported.
Elasticsearch Dependency Injection
Working DI extension with options and config binding. See README for usage.
Full Changelog: https://github.com/kmcclellan/elasticstretch/commits/v1.0.0
v0.0.1 - Dependency Injection (pre)
Register ES client