chore(deps): Update go deps #1845
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.45.25
->v1.46.2
v1.27.0
->v1.27.1
v0.3.1
->v0.3.4
58d2969
->21315fe
v0.17.6
->v0.18.1
v2.0.13
->v2.0.15
v0.0.19
->v0.0.20
6c844bd
->f7f32ad
v1.15.0
->v1.15.1
v1.9.2
->v1.10.0
v2.35.4
->v2.36.0
e917dd1
->49dd2c1
v1.58.3
->v1.59.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.46.2
Compare Source
===
Service Client Updates
service/marketplacecommerceanalytics
: Updates service API and documentationservice/networkmanager
: Updates service API and documentationservice/redshift-serverless
: Updates service API and documentationservice/rekognition
: Updates service API, documentation, paginators, and examplesv1.46.1
Compare Source
===
Service Client Updates
service/appconfig
: Updates service APIservice/appintegrations
: Updates service APIservice/connect
: Updates service API and documentationservice/discovery
: Updates service API, documentation, and paginatorsservice/medical-imaging
: Updates service documentationservice/ssm
: Updates service API and documentationv1.46.0
Compare Source
===
Service Client Updates
service/ec2
: Updates service APIservice/managedblockchain-query
: Updates service APIservice/neptunedata
: Updates service documentationservice/omics
: Updates service API and documentationservice/opensearch
: Updates service API, documentation, and paginatorsservice/quicksight
: Updates service API and documentationservice/secretsmanager
: Updates service documentationservice/servicecatalog
: Updates service API and documentationservice/verifiedpermissions
: Updates service API and documentationservice/workspaces
: Updates service documentationSDK Features
service/gamesparks
: Deprecate Gamesparksv1.45.28
Compare Source
===
Service Client Updates
service/cloud9
: Updates service documentationservice/dynamodb
: Updates service API, documentation, waiters, paginators, and examplesservice/kendra
: Updates service API and documentationservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/wisdom
: Updates service APIv1.45.27
Compare Source
===
Service Client Updates
service/codepipeline
: Updates service API and documentationservice/discovery
: Updates service API and documentationservice/ecs
: Updates service documentation and examplesservice/globalaccelerator
: Updates service paginatorsservice/guardduty
: Updates service API and documentationservice/kafka
: Updates service API, documentation, and paginatorsservice/route53-recovery-cluster
: Updates service API and documentationservice/route53-recovery-control-config
: Updates service API and documentationv1.45.26
Compare Source
===
Service Client Updates
service/cloudformation
: Updates service APIservice/drs
: Updates service API and documentationservice/entityresolution
: Updates service API, documentation, and paginatorsservice/managedblockchain-query
: Updates service API, documentation, and paginatorsservice/mediapackagev2
: Updates service API and documentationservice/opensearch
: Updates service API and documentationservice/redshift
: Updates service API and documentationservice/redshift-serverless
: Updates service API and documentationservice/sesv2
: Updates service API and documentationservice/transfer
: Updates service documentationservice/xray
: Updates service API and documentationbufbuild/buf (github.com/bufbuild/buf)
v1.27.1
Compare Source
--path
did not work with workspaces under certain scenarios.bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.3...v0.3.4
v0.3.3
Compare Source
What's Changed
celext
out of internal by @oliversun9 in https://github.com/bufbuild/protovalidate-go/pull/56New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.2...v0.3.3
v0.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.1...v0.3.2
google/cel-go (github.com/google/cel-go)
v0.18.1
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-go@v0.18.0...v0.18.1
v0.18.0
Compare Source
Features
The latest release of CEL introduces validators (#775) and optimizers (#804, #827) and migrates the core CEL internals off of the
protobuf expression and type representations (#789).
Breaking Changes
The following PR changes the API signature of the
checker.AstNode
methodExpr
to return anast.Expr
.Fixes
New Contributors
Full Changelog: google/cel-go@v0.17.1...v0.18.0
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.0.15
Compare Source
v2.0.14
Compare Source
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.20
Compare Source
twmb/franz-go (github.com/twmb/franz-go)
v1.15.1
Compare Source
===
This patch release contains a bunch of internal improvements to kgo and
includes a bugfix for a very hard to encounter logic race. Each improvement
is a bit focused on a specific use case, so I recommend reading any relevant-to-you
commit message below.
As well, the kversion package now detects Kafka 3.6, and the kgo package now
handles AddPartitionsToTxn v4 (however, you will probably not be issuing this
request).
Lastly, this release is paired with a minor kadm release, which adds the
ErrMessage field CreateTopicsResponse and DeleteTopicsResponse, and,
importantly, fixes a data race in the ApiVersions request.
franz-go
2a3b6bd
improvement kversion: detect 3.6fe5a660
improvement kgo: add sharding for AddPartitionsToTxn for KIP-890b2ccc2f
improvement kgo: reintroduce random broker iteration54a7418
improvement kgo: allow PreTxnCommitFnContext to modify empty offsetsc013050
bugfix kgo: avoid rare panic0ecb52b
improvement kgo: do not rotate the consumer session when pausing topics/partitions1429d47
improvement sticky balancer: try for better topic distribution among memberskadm
1955938
bugfix kadm: do not reuse ApiVersions in many concurrent requests66974e8
feature kadm: include ErrMessage in topic responsevektra/mockery (github.com/vektra/mockery/v2)
v2.36.0
Compare Source
Changelog
5d48467
Add exclude-regex to config25befa2
Cover error conditions in testsb919710
Merge pull request #720 from kbolino/718-exclude-regexe8ebf52
Refactor Config.ShouldGenerateInterfacegrpc/grpc-go (google.golang.org/grpc)
v1.59.0
: Release 1.59.0Compare Source
Behavior Changes
grpc-status-details-bin
trailer (#6662)grpc-status-details-bin
trailer and pass through the trailer to the application directly (#6662)New Features
idle_timeout
of30m
(#6585)Documentation
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am 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.