Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump Serilog.Sinks.Elasticsearch from 9.0.3 to 10.0.0 in /src/Intility.Extensions.Logging.Elasticsearch #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps Serilog.Sinks.Elasticsearch from 9.0.3 to 10.0.0.

Release notes

Sourced from Serilog.Sinks.Elasticsearch's releases.

v10.0.0

What's Changed

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

Changelog

Sourced from Serilog.Sinks.Elasticsearch's changelog.

[10.0.0]

  • Upgraded Serilog versions in #579

[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

[8.4.1] - 2020-09-28

Fixed

  • Make sure TypeName is set to _doc when setting the template version to ESv7. The regression was introduced in 8.4.0. #364

... (truncated)

Commits
  • 4b1c592 Update to Serilog.Sinks.PeriodicBatching v4.0 and break dependency on depreca...
  • 22fbaf9 Roll back a version
  • c3a707b Updated dependencies
  • 628b613 Prepare for release
  • 0763a17 Use apikey to access elastic search (#545)
  • 2182854 Update CHANGES.md [NO-CI]
  • f24ba3a Update README.md
  • 0ed859f Bump Elasticsearch.Net.v6 (#489)
  • a01baff Added original exception to FailureCallback action (#449)
  • fef527b updated readme about opensearch support (#516)
  • Additional commits viewable in compare view

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 9.0.3 to 10.0.0.
- [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](serilog-contrib/serilog-sinks-elasticsearch@v9.0.3...v10.0.0)

---
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 .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 1, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants