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

Bump CloudNative.CloudEvents.Kafka, CloudNative.CloudEvents and Confluent.Kafka #1138

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2024

Bumps CloudNative.CloudEvents.Kafka, CloudNative.CloudEvents and Confluent.Kafka. These dependencies needed to be updated together.
Updates CloudNative.CloudEvents.Kafka from 2.7.1 to 2.8.0

Commits
  • 54cbd3c Release 2.8.0
  • bad80eb Fix Kafka test which was broken by xUnit upgrade
  • 95aeded Update unit test parameter nullability
  • 4463f8e Update dependencies
  • 830415d Update CloudNative.CloudEvents.Mqtt to MQTTnet version 4.3.6.1152
  • c0e3f9a Prepare for a separate major version of CloudNative.CloudEvents.Mqtt
  • 77d5a37 build(deps): Bump System.Text.Json
  • 0c44aad #286 Add in a framework reference for net8 (#289)
  • 684698c Add compatibility checks
  • 6385133 Test null check in Timestamps.TryParse and document parameters (#285)
  • Additional commits viewable in compare view

Updates CloudNative.CloudEvents from 2.7.1 to 2.8.0

Commits
  • 54cbd3c Release 2.8.0
  • bad80eb Fix Kafka test which was broken by xUnit upgrade
  • 95aeded Update unit test parameter nullability
  • 4463f8e Update dependencies
  • 830415d Update CloudNative.CloudEvents.Mqtt to MQTTnet version 4.3.6.1152
  • c0e3f9a Prepare for a separate major version of CloudNative.CloudEvents.Mqtt
  • 77d5a37 build(deps): Bump System.Text.Json
  • 0c44aad #286 Add in a framework reference for net8 (#289)
  • 684698c Add compatibility checks
  • 6385133 Test null check in Timestamps.TryParse and document parameters (#285)
  • Additional commits viewable in compare view

Updates Confluent.Kafka from 1.9.0 to 1.9.3

Release notes

Sourced from Confluent.Kafka's releases.

1.9.3

Enhancements

  • Added NormalizeSchemas configuration property to the Avro, Json and Protobuf serdes.

Fixes

  • Schema Registry authentication now works with passwords that contain the ':' character (luismedel).
  • Added missing librdkafka internal and broker error codes to the ErrorCode enum.

1.9.2

Enhancements

  • References librdkafka.redist 1.9.2 which includes an Apple M1 librdkafka build.
  • Added ACL AdminClient operations (CreateAcls, DescribeAcls, DeleteAcls) (emasab).
  • Added DeleteGroups to AdminClient (3schwartz).
  • Enhanced the Avro Specific Deserializer to ignore the type namespace (sergemat).
  • Improved efficiency of the statistics handler (VladimirTyrin).

Fixes

  • The AdminClient poll loop no longer terminates when a request results in an error (emasab).
  • Upgraded Newtonsoft.Json to 13.0.1 to address a security vulnerability in 9.0.1.
Changelog

Sourced from Confluent.Kafka's changelog.

1.9.3

Enhancements

  • Added NormalizeSchemas configuration property to the Avro, Json and Protobuf serdes.

Fixes

  • Schema Registry authentication now works with passwords that contain the ':' character (luismedel).
  • Added missing librdkafka internal and broker error codes to the ErrorCode enum.

1.9.2

Enhancements

  • References librdkafka.redist 1.9.2 which includes an Apple M1 librdkafka build.
  • Added ACL AdminClient operations (CreateAcls, DescribeAcls, DeleteAcls) (emasab).
  • Added DeleteGroups to AdminClient (3schwartz).
  • Enhanced the Avro Specific Deserializer to ignore the type namespace (sergemat).
  • Improved efficiency of the statistics handler (VladimirTyrin).

Fixes

  • The AdminClient poll loop no longer terminates when a request results in an error (emasab).
  • Upgraded Newtonsoft.Json to 13.0.1 to address a security vulnerability in 9.0.1.

1.9.1

There was no 1.9.1 release of the .NET Client.

Commits

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)

…uent.Kafka

Bumps [CloudNative.CloudEvents.Kafka](https://github.com/cloudevents/sdk-csharp), [CloudNative.CloudEvents](https://github.com/cloudevents/sdk-csharp) and [Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet). These dependencies needed to be updated together.

Updates `CloudNative.CloudEvents.Kafka` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/cloudevents/sdk-csharp/releases)
- [Changelog](https://github.com/cloudevents/sdk-csharp/blob/main/docs/changes-since-1x.md)
- [Commits](cloudevents/sdk-csharp@v2.7.1...v2.8.0)

Updates `CloudNative.CloudEvents` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/cloudevents/sdk-csharp/releases)
- [Changelog](https://github.com/cloudevents/sdk-csharp/blob/main/docs/changes-since-1x.md)
- [Commits](cloudevents/sdk-csharp@v2.7.1...v2.8.0)

Updates `Confluent.Kafka` from 1.9.0 to 1.9.3
- [Release notes](https://github.com/confluentinc/confluent-kafka-dotnet/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-dotnet@v1.9.0...v1.9.3)

---
updated-dependencies:
- dependency-name: CloudNative.CloudEvents.Kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: CloudNative.CloudEvents
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Confluent.Kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2024
@GdataGithubBot GdataGithubBot enabled auto-merge (rebase) August 9, 2024 04:56
@GdataGithubBot GdataGithubBot merged commit 8dae51a into master Aug 9, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/multi-251a3b70f1 branch August 9, 2024 05:01
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.

1 participant