fullstackhero / dotnet-microservices-boilerplate

The Ultimate Microservices Starter Kit for .NET Developers!
https://fullstackhero.net/dotnet-microservices-boilerplate/
510 stars 122 forks source link

chore(deps): bump Serilog.Sinks.Elasticsearch from 8.4.1 to 9.0.0 #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Serilog.Sinks.Elasticsearch from 8.4.1 to 9.0.0.

Release notes

Sourced from Serilog.Sinks.Elasticsearch's releases.

v9.0.0

What's Changed

... (truncated)

Changelog

Sourced from Serilog.Sinks.Elasticsearch's changelog.

[9.0.0] - 2023-01-23

Added

Major Changes

  • DetectElasticsearchVersion is set to true by default.
  • When DetectElasticsearchVersion is set to false Elasticsearch version 7 is assumed (as it has broadest wire-compatibility at the moment - v7 and v8)
  • When DetectElasticsearchVersion is set to true, TypeName is handled automatically across different versions of Elasticserach (6.x to 8.x). For example, user-defined name will NOT be used on v7 and v8. Also, correct templates endpoint will be picked up.
  • Elasticsearch 8.x endpoint for templates is supported (_index_template)
  • Internal class ElasticsearchVersionManager has been added, mainly to handle situations where detection of version fails or when it is disabled. In the case of fallback, sink will assume "default" version 7.
  • Elasticsearch.NET client version 7.15.2 (latest version 7, until new Elastic.Clients.Elasticsearch 8.x catches up functional parity with 7.x).
  • Elasticsearch server versions 2 and 5 are no longer supported.

Other Changes

  • Nuget pacakges have been updated (except for the Elasticsearch integration-tests related packages)
  • Most of the ElasticserachSink functionality has been moved into internal BatchedElasticsearchSink class that inherits from IBatchedLogEventSink, so it complies with new recommended way of integration with PeriodicBatchingSink and we don't use obsolete constructors.
  • ConnectionStub was moved out of ElasticsearchSinkTestsBase and extended. Both are now in /Stubs subfolder. Newer versions of Elasticsearch.NET client are now using "pre-flight" request to determine if endpoint is Elasticsearch and if it is indeed between 6.x and 8.x. ConnectionStub had to accommodate for that.
  • Unit tests have been fixed/added accordingly, running on multiple target frameworks (net6, net7 and net48).
  • Built-in .NET SDK conditional compilation symbols are now used (e.g NETFRAMEWORK).

[9.0.0] - 2022-04-29

Fixed

  • Dropped support for old .NET framework, and now uses .NET Core. Previous versions were out of support by MS anyway.
  • Fixed the build so it uses GitHub Actions as AppVeyor was not working
  • Created packages in GitHub Packages

Added

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: