Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2023

Bumps Serilog.Sinks.ElasticSearch from 8.4.1 to 9.0.3.

Release notes

Sourced from Serilog.Sinks.ElasticSearch's releases.

v9.0.3

What's Changed

Full Changelog: serilog-contrib/serilog-sinks-elasticsearch@v9.0.0...v9.0.3

v9.0.2

What's Changed

  • Add support for API Keys by @​qgbo in #545
  • Upgraded dependencies

Full Changelog: serilog-contrib/serilog-sinks-elasticsearch@v9.0.1...v9.0.2

v9.0.1

What's Changed

Full Changelog: serilog-contrib/serilog-sinks-elasticsearch@v9.0.0...v9.0.1

v9.0.0

What's Changed

... (truncated)

Changelog

Sourced from Serilog.Sinks.ElasticSearch's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[9.0.2]

  • Add support for API Keys by @​qgbo in #545
  • Upgraded dependencies

[9.0.1]

[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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [Serilog.Sinks.ElasticSearch](https://github.com/serilog-contrib/serilog-sinks-elasticsearch) from 8.4.1 to 9.0.3.
- [Release notes](https://github.com/serilog-contrib/serilog-sinks-elasticsearch/releases)
- [Changelog](https://github.com/serilog-contrib/serilog-sinks-elasticsearch/blob/dev/CHANGES.md)
- [Commits](https://github.com/serilog-contrib/serilog-sinks-elasticsearch/commits/v9.0.3)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.ElasticSearch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2023
@giovanninocco giovanninocco merged commit b17267a into main Oct 13, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Serilog.Sinks.ElasticSearch-9.0.3 branch October 13, 2023 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants