Skip to content

Releases: elasticstretch/elasticsearch-di

Update dependencies: ES client, .NET 8

03 Feb 22:49

Choose a tag to compare

Incompatibility with Elastic.Clients.Elasticsearch 8.12

03 Feb 21:07

Choose a tag to compare

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

11 Aug 14:57

Choose a tag to compare

Another "gotcha" with the HTTP message handler builder.

HTTP Handler filter support

11 Aug 00:54

Choose a tag to compare

Message handler pipeline is more involved. Logging handlers are actually implemented as IHttpMessageHandlerBuilderFilter.

HTTP Factory Integration

10 Aug 21:48
2900bc6

Choose a tag to compare

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

29 May 03:55

Choose a tag to compare

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)

28 May 03:58

Choose a tag to compare

Pre-release
Register ES client