vault-plugin-secrets-kafka
vault-plugin-secrets-kafka copied to clipboard
Bump github.com/Shopify/sarama from 1.29.1 to 1.38.1
Bumps github.com/Shopify/sarama from 1.29.1 to 1.38.1.
Release notes
Sourced from github.com/Shopify/sarama's releases.
Version 1.38.1 (2023-01-22)
What's Changed
:bug: Fixes
- fix(example): correct
records-number
param in txn producer readme by@diallo-han
in Shopify/sarama#2420- fix: use newConsumer method in newConsumerGroup method by
@Lumotheninja
in Shopify/sarama#2424:package: Dependency updates
- chore(deps): bump module github.com/klauspost/compress to v1.15.14 by
@dnwe
in Shopify/sarama#2410- chore(deps): bump module golang.org/x/net to v0.5.0 by
@dnwe
in Shopify/sarama#2413- chore(deps): bump module github.com/stretchr/testify to v1.8.1 by
@dnwe
in Shopify/sarama#2411- chore(deps): bump module github.com/xdg-go/scram to v1.1.2 by
@dnwe
in Shopify/sarama#2412- chore(deps): bump module golang.org/x/sync to v0.1.0 by
@dnwe
in Shopify/sarama#2414- chore(deps): bump github.com/eapache/go-xerial-snappy digest to bf00bc1 by
@dnwe
in Shopify/sarama#2418New Contributors
@diallo-han
made their first contribution in Shopify/sarama#2420@Lumotheninja
made their first contribution in Shopify/sarama#2424Full Changelog: https://github.com/Shopify/sarama/compare/v1.38.0...v1.38.1
Version 1.38.0 (2023-01-08)
What's Changed
:tada: New Features / Improvements
- feat(producer): improve memory usage of zstd encoder by using our own pool management by
@rtreffer
in Shopify/sarama#2375- feat(proto): implement and use MetadataRequest v7 by
@dnwe
in Shopify/sarama#2388- feat(metrics): add protocol-requests-rate metric by
@auntan
in Shopify/sarama#2373:bug: Fixes
- fix(proto): track and supply leader epoch to FetchRequest by
@dnwe
in Shopify/sarama#2389- fix(example): improve arg name used for tls skip verify by
@michaeljmarshall
in Shopify/sarama#2385- fix(zstd): default back to GOMAXPROCS concurrency by
@bgreenlee
in Shopify/sarama#2404- fix(producer): add nil check while producer is retrying by
@hsweif
in Shopify/sarama#2387- fix(producer): return errors for every message in retryBatch to avoid producer hang forever by
@cch123
in Shopify/sarama#2378- fix(metrics): fix race when accessing metric registry by
@vincentbernat
in Shopify/sarama#2409:package: Dependency updates
- chore(deps): bump golang.org/x/net to v0.4.0 by
@dnwe
in Shopify/sarama#2403:wrench: Maintenance
- chore(ci): replace set-output command in GH Action by
@dnwe
in Shopify/sarama#2390- chore(ci): include kafka 3.3.1 in testing matrix by
@dnwe
in Shopify/sarama#2406New Contributors
@michaeljmarshall
made their first contribution in Shopify/sarama#2385@bgreenlee
made their first contribution in Shopify/sarama#2404@hsweif
made their first contribution in Shopify/sarama#2387@cch123
made their first contribution in Shopify/sarama#2378Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.2...v1.38.0
... (truncated)
Changelog
Sourced from github.com/Shopify/sarama's changelog.
Changelog
Version 1.31.1 (2022-02-01)
- #2126 -
@bai
- Populate missing kafka versions- #2124 -
@bai
- Add Kafka 3.1.0 to CI matrix, migrate to bitnami kafka image- #2123 -
@bai
- Update klauspost/compress to 0.14- #2122 -
@dnwe
- fix(test): make it simpler to re-use toxiproxy- #2119 -
@bai
- Add Kafka 3.1.0 version number- #2005 -
@raulnegreiros
- feat: add methods to pause/resume consumer's consumption- #2051 -
@seveas
- Expose the TLS connection state of a broker connection- #2117 -
@wuhuizuo
- feat: add method MockApiVersionsResponse.SetApiKeys- #2110 -
@dnwe
- fix: ensure heartbeats only stop after cleanup- #2113 -
@mosceo
- Fix typoVersion 1.31.0 (2022-01-18)
What's Changed
:tada: New Features / Improvements
- feat: expose IncrementalAlterConfigs API in admin.go by
@fengyinqiao
in Shopify/sarama#2088- feat: allow AsyncProducer to have MaxOpenRequests inflight produce requests per broker by
@xujianhai666
in Shopify/sarama#1686- Support request pipelining in AsyncProducer by
@slaunay
in Shopify/sarama#2094:bug: Fixes
- fix(test): add fluent interface for mocks where missing by
@grongor
in Shopify/sarama#2080- fix(test): test for ConsumePartition with OffsetOldest by
@grongor
in Shopify/sarama#2081- fix: set HWMO during creation of partitionConsumer (fix incorrect HWMO before first fetch) by
@grongor
in Shopify/sarama#2082- fix: ignore non-nil but empty error strings in Describe/Alter client quotas responses by
@agriffaut
in Shopify/sarama#2096- fix: skip over KIP-482 tagged fields by
@dnwe
in Shopify/sarama#2107- fix: clear preferredReadReplica if broker shutdown by
@dnwe
in Shopify/sarama#2108- fix(test): correct wrong offsets in mock Consumer by
@grongor
in Shopify/sarama#2078- fix: correct bugs in DescribeGroupsResponse by
@dnwe
in Shopify/sarama#2111:wrench: Maintenance
- chore: bump runtime and test dependencies by
@dnwe
in Shopify/sarama#2100:memo: Documentation
- docs: refresh README.md for Kafka 3.0.0 by
@dnwe
in Shopify/sarama#2099:heavy_plus_sign: Other Changes
- Fix typo by
@mosceo
in Shopify/sarama#2084New Contributors
@grongor
made their first contribution in Shopify/sarama#2080@fengyinqiao
made their first contribution in Shopify/sarama#2088@xujianhai666
made their first contribution in Shopify/sarama#1686@mosceo
made their first contribution in Shopify/sarama#2084Full Changelog: https://github.com/Shopify/sarama/compare/v1.30.1...v1.31.0
Version 1.30.1 (2021-12-04)
What's Changed
:tada: New Features / Improvements
... (truncated)
Commits
6acb276
fix: use newConsumer method in newConsumerGroup method (#2424)871b1b1
fix(example): correct records-number param in txn producer readme (#2420)a3fb3f9
chore(deps): bump github.com/eapache/go-xerial-snappy digest to bf00bc11b5bb48
chore(deps): bump module golang.org/x/sync to v0.1.0 (#2414)9602b61
chore(deps): bump module github.com/xdg-go/scram to v1.1.2 (#2412)7db2a73
chore(deps): bump module github.com/stretchr/testify to v1.8.1 (#2411)cd6ca0a
chore(deps): bump module golang.org/x/net to v0.5.0 (#2413)c7ee4a4
chore(deps): bump module github.com/klauspost/compress to v1.15.14 (#2410)b0eda59
fix(metrics): fix race when accessing metric registry (#2409)67d977b
fix(producer): return errors for every message in retryBatch to avoid produce...- Additional commits viewable in compare view
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)