Skip to content

Releases: romansp/MiniProfiler.Elasticsearch

v7.1.0

21 Oct 20:46
Compare
Choose a tag to compare

What's Changed

  • Migrate to .NET 6 by @romansp in #18
  • Switch to Ubuntu image for AppVeyor builds by @romansp in #19
  • Add README.md file into nuget package by @romansp in #20
  • Set CustomTiming.Errored for unsuccessful Elastic calls by @romansp in #21

Full Changelog: v7.0...v7.1.0

v7.0.0

08 May 08:03
Compare
Choose a tag to compare

Breaking changes

  • dropped net461 support
  • ProfiledElasticsearchClient renamed to ProfiledElasticLowLevelClient

New Features

  • Added ElasticDiagnosticListener to provide integration to push events to MiniProfiler without wrapping ElasticClient. (#12)
  • Added AddElastic extension method for IMiniProfilerBuilder for easy integration through dependency injection. (#12)
public void ConfigureServices(IServiceCollection services)
{
    services.AddMiniProfiler()
            .AddElastic();
}

Other Changes

  • No longer calling ConnectionConfiguration.DisableDirectStreaming to avoid possible performance hit. Please disable direct streaming manually if you want to see full request/response payloads from Elastic (#15).

v6.1.1

11 Aug 07:32
Compare
Choose a tag to compare
  • addressed an issue when registered as singleton IElasticClient will be profiled only once (#10). thanks @cvallance

v6.1.0

02 Jan 21:01
Compare
Choose a tag to compare
  • netstandard2.0 support

v6.0

23 Dec 17:42
Compare
Choose a tag to compare
  • Support for NEST and Elasticsearch.Net v6.x

v5.0

25 Mar 13:56
3281424
Compare
Choose a tag to compare
  • Support for NEST and Elasticsearch.Net v5.x

v4.0

25 Mar 13:41
88794c3
Compare
Choose a tag to compare
  • Added support for NEST and Elasticsearch.Net v2.x

v3.2

25 Mar 12:13
2e95db5
Compare
Choose a tag to compare
  • Restricted dependency to NEST to versions >= 1.0 && < 2.0. That fixes runtime exception when using NEST 5.x (Issue #4).

v3.1.1.140

11 Apr 19:50
Compare
Choose a tag to compare

Initial release of Elasticsearch and NEST profiled clients for logging to MiniProfiler.

3.1.1.140 NuGet package