-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update all non-major dependencies #84
Conversation
7e85eb6
to
4593d42
Compare
39ffeaf
to
6e1d9f2
Compare
e9f1c24
to
5989999
Compare
5989999
to
d0256e3
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
0c4ec56
to
7dbf2d2
Compare
3d8a8f0
to
c280555
Compare
680aad8
to
0a65aff
Compare
0a65aff
to
5d3d1c9
Compare
d4a21df
to
c041921
Compare
bb70b58
to
b88d735
Compare
b88d735
to
4282188
Compare
e79b6d0
to
d368407
Compare
75432e2
to
f67ee06
Compare
f67ee06
to
beeb43a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…ate/all-minor-patch
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
v1.51.2
->v1.56.0
v1.31.0
->v1.33.0
v1.30.1
->v1.33.0
v1.38.1
->v1.41.2
v0.3.4
->v0.4.2
v2.1.1
->v2.2.0
v0.12.0
->v0.13.0
v2.11.0
->v2.12.0
v1.29.1
->v1.31.0
v0.4.40
->v0.4.44
v0.3.0
->v0.4.0
Release Notes
Shopify/sarama (github.com/Shopify/sarama)
v1.41.2
: Version 1.41.2 (2023-09-12)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
New Contributors
Full Changelog: IBM/sarama@v1.41.1...v1.41.2
v1.41.1
: Version 1.41.1 (2023-08-30)Compare Source
What's Changed
🐛 Fixes
🔧 Maintenance
📝 Documentation
➕ Other Changes
Full Changelog: IBM/sarama@v1.41.0...v1.41.1
v1.41.0
: Version 1.41.0 (2023-08-21)Compare Source
What's Changed
🚨 Breaking Changes
Note: this version of Sarama has had a big overhaul in its adherence to the use of the right Kafka protocol versions for the given Config Version. It has also bumped the default Version set in Config (where one is not supplied) to 2.1.0. This is in preparation for Kafka 4.0 dropping support for protocol versions older than 2.1. If you are using Sarama against Kafka clusters older than v2.1.0, or using it against Azure EventHubs then you will likely have to change your application code to pin to the appropriate Version.
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
c322873
by @dnwe in https://github.com/IBM/sarama/pull/2586🔧 Maintenance
📝 Documentation
New Contributors
Full Changelog: IBM/sarama@v1.40.1...v1.41.0
v1.40.1
: Version 1.40.1 (2023-07-27)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes
New Contributors
Full Changelog: IBM/sarama@v1.40.0...v1.40.1
v1.40.0
: Version 1.40.0 (2023-07-17)Compare Source
What's Changed
Note: this is the first release after the transition of Sarama ownership from Shopify to IBM in https://github.com/IBM/sarama/issues/2461
🚨 Breaking Changes
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
New Contributors
Full Changelog: IBM/sarama@v1.38.1...v1.40.0
arquivei/foundationkit (github.com/arquivei/foundationkit)
v0.4.2
Compare Source
What's Changed
Full Changelog: arquivei/foundationkit@v0.4.1...v0.4.2
v0.4.1
Compare Source
What's Changed
Full Changelog: arquivei/foundationkit@v0.4.0...v0.4.1
v0.4.0
Compare Source
What's Changed
Full Changelog: arquivei/foundationkit@v0.3.6...v0.4.0
v0.3.6
Compare Source
Updates direct dependencies:
Also:
v0.3.5
Compare Source
What's Changed
Full Changelog: arquivei/foundationkit@v0.3.4...v0.3.5
confluentinc/confluent-kafka-go (github.com/confluentinc/confluent-kafka-go/v2)
v2.2.0
Compare Source
This is a feature release.
IncrementalAlterConfigs API (#945).
User SASL/SCRAM credentials alteration and description (#1004).
Fixes
Serializer.Serialize()
, caused due toan unchecked error (#997, @baganokodo2022).
nil
slice inAdminClient.ListConsumerGroupOffsets
, when earlier itwas not processing that correctly (#985, @alexandredantas).
confluent-kafka-go is based on librdkafka v2.2.0, see the
librdkafka v2.2.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.1.1
This is a maintenance release.
It is strongly recommended to update to v2.1.1 if v2.1.0 is being used, as it
fixes a critical issue in the consumer (#980).
confluent-kafka-go is based on librdkafka v2.1.1, see the
librdkafka v2.1.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.1.0
This is a feature release:
SeekPartitions()
method to seek multiple partitions atonce and deprecated
Seek()
(#940).add offset leader epoch to the TopicPartition
and Message structs (#968).
(#973).
panic when they are used after close (#901).
correctly (#950).
Offset.Set()
(#962, @jdockerty).confluent-kafka-go is based on librdkafka v2.1.0, see the
librdkafka v2.1.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.0.2
This is a feature release:
AdminClient) allows modifying the stored SASL PLAIN/SCRAM credentials that
will be used for subsequent (new) connections to a broker.
ProduceChannel()
) and channel basedconsumer (Consumer
Events()
) are deprecated.IsTimeout()
on Error type. This is a convenience method that checksif the error is due to a timeout.
Seek()
is now ignored and an infinite timeout isused, the method will block until the fetcher state is updated (typically
within microseconds).
Add Consumer Group operations to Admin API.
Allow listing consumer groups per state.
Partially implemented: support for AlterConsumerGroupOffsets.
ListConsumerGroups
Admin operation. Supports listing by state.DescribeConsumerGroups
Admin operation. Supports multiple groups.DeleteConsumerGroups
Admin operation. Supports multiple groups (@vsantwana).ListConsumerGroupOffsets
Admin operation. Currently, only supports1 group with multiple partitions. Supports the
requireStable
option.AlterConsumerGroupOffsets
Admin operation. Currently, only supports1 group with multiple offsets.
SetRoundtripDuration
to the mock broker for setting RTT delay fora given mock broker (@kkoehler, #892).
Fixes
SpecificDeserializer.Deserialize
method was not returning its resultresult correctly, and was hence unusable. The return has been fixed (#849).
SerializerConfig
,was ignored. It is now used as expected (@perdue, #870).
panic. This was due to a
nil
pointer, fixed with proper initialization(@HansK-p, @ju-popov, #878).
Upgrade considerations
ciphers need to be explicitly configured to continue working, but it is highly
recommended not to use them.
The rest of the API remains backward compatible, see the librdkafka release notes
below for details.
added to the module name, and package imports must reflect this change.
confluent-kafka-go is based on librdkafka v2.0.2, see the
librdkafka v2.0.0 release notes
and later ones for a complete list of changes, enhancements, fixes and upgrade considerations.
Note: There were no confluent-kafka-go v2.0.0 or v2.0.1 releases.
v1.9.2
This is a maintenance release:
confluent-kafka-go is based on librdkafka v1.9.2, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v1.9.1
This is a feature release:
confluent-kafka-go is based on librdkafka v1.9.1, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v1.9.0
This is a feature release:
for a real Kafka cluster (by @SourceFellows and @kkoehler, #729).
See examples/mock_cluster.
Fixes
#798).
needed (@jliunyu, #757).
confluent-kafka-go is based on librdkafka v1.9.0, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v1.8.2
This is a maintenance release:
confluent-kafka-go is based on librdkafka v1.8.2, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
Note: There were no confluent-kafka-go v1.8.0 and v1.8.1 releases.
v1.7.0
Enhancements
Message.Headers
if the Producer'sgo.delivery.report.fields
configuration property is set to include
headers
, e.g.:"go.delivery.report.fields": "key,value,headers"
This comes at a performance cost and are thus disabled by default.
Fixes
ReplicationFactor without specifying an explicit ReplicaAssignment, this is
now fixed.
confluent-kafka-go is based on librdkafka v1.7.0, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v1.6.1
v1.6.1 is a feature release:
for an example how to use the new incremental rebalancing consumer.
latency by sticking to a single random partition for some time.
now be used for multiple input partitions.
confluent-kafka-go is based on and bundles librdkafka v1.6.1, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
Enhancements
go.delivery.report.fields=all,key,value,none
can now be used toavoid copying message key and/or value to the delivery report, improving
performance in high-throughput applications (by @kevinconaway).
Fixes
callback, this is now fixed.
v1.5.2
v1.5.2 is a maintenance release with the following fixes and enhancements:
confluent-kafka-go is based on librdkafka v1.5.2, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
go-kit/kit (github.com/go-kit/kit)
v0.13.0
Compare Source
Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
streadway/amqp
torabbitmq-amqp091-go
by @Juneezee in https://github.com/go-kit/kit/pull/1210New Contributors
Full Changelog: go-kit/kit@v0.12.0...v0.13.0
googleapis/gax-go (github.com/googleapis/gax-go/v2)
v2.12.0
Compare Source
Features
rs/zerolog (github.com/rs/zerolog)
v1.31.0
Compare Source
v1.30.0
Compare Source
segmentio/kafka-go (github.com/segmentio/kafka-go)
v0.4.44
Compare Source
What's Changed
New Contributors
Full Changelog: segmentio/kafka-go@v0.4.43...v0.4.44
v0.4.43
Compare Source
What's Changed
New Contributors
Full Changelog: segmentio/kafka-go@v0.4.42...v0.4.43
v0.4.42
Compare Source
What's Changed
Full Changelog: segmentio/kafka-go@v0.4.41...v0.4.42
v0.4.41
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.