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.46.6
->v1.47.3
v0.3.1
->v0.4.0
f134903
->761a3dc
v0.1.8
->v0.1.9
v1.2.4
->v1.3.0
v1.8.0
->v1.8.1
v5.4.3
->v5.5.0
v2.0.15
->v2.0.16
v0.12.69
->v0.12.70
8b7bcf9
->1b91b81
v1.15.1
->v1.15.2
v2.36.0
->v2.36.1
v0.4.0
->v0.5.0
49dd2c1
->d783a09
v1.26.0
->v1.27.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.47.3
Compare Source
===
Service Client Updates
service/config
: Updates service APIservice/connect
: Updates service API and documentationservice/iotwireless
: Updates service API and documentationservice/launch-wizard
: Adds new servicev1.47.2
Compare Source
===
Service Client Updates
service/apprunner
: Updates service API and documentationservice/connect
: Updates service documentationservice/gamelift
: Updates service API and documentationservice/glue
: Updates service API and documentationservice/network-firewall
: Updates service API and documentationservice/quicksight
: Updates service API and documentationSDK Enhancements
aws/ec2metadata
: Added environment and shared config support for disabling IMDSv1 fallback.AWS_EC2_METADATA_V1_DISABLED
or shared configec2_metadata_v1_disabled
accordingly.v1.47.1
Compare Source
===
Service Client Updates
service/connect
: Updates service API, documentation, and paginatorsservice/globalaccelerator
: Updates service API, documentation, and paginatorsservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/redshift
: Updates service API and documentationservice/sagemaker
: Updates service API and documentationv1.47.0
Compare Source
===
Service Client Updates
service/amplify
: Updates service API, documentation, and paginatorsservice/application-insights
: Updates service API and documentationservice/ec2
: Updates service API, documentation, and paginatorsservice/m2
: Updates service API and documentationservice/neptunedata
: Updates service API and documentationservice/translate
: Updates service API and documentationSDK Features
aws
: Bump minimum go version to 1.19.v1.46.7
Compare Source
===
Service Client Updates
service/connect
: Updates service API and documentationservice/dataexchange
: Updates service API and documentationservice/datasync
: Updates service API and documentationservice/finspace
: Updates service API and documentationservice/mediapackagev2
: Updates service API and documentationservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/redshift-serverless
: Updates service API, documentation, and paginatorsservice/resiliencehub
: Updates service API and documentationservice/s3outposts
: Updates service API and documentationservice/wisdom
: Updates service documentationbufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.4...v0.4.0
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
cerbos/cloud-api (github.com/cerbos/cloud-api)
v0.1.9
Compare Source
go-logr/zapr (github.com/go-logr/zapr)
v1.3.0
Compare Source
This release adds support for slog. zapr implements
slogr.SlogSink
and therefore can be used throughslogr.NewSlogHandler
as backend for slog.What's Changed
New Contributors
Full Changelog: go-logr/zapr@v1.2.4...v1.3.0
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
v0.17.7
Compare Source
What's Changed
Full Changelog: google/cel-go@v0.17.6...v0.17.7
gorilla/mux (github.com/gorilla/mux)
v1.8.1
Compare Source
What's Changed
authenticationMiddleware
initialization in theREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/693Single Page Application
example inREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/678New Contributors
Full Changelog: gorilla/mux@v1.8.0...v1.8.1
jackc/pgx (github.com/jackc/pgx/v5)
v5.5.0
Compare Source
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.0.16
Compare Source
pterm/pterm (github.com/pterm/pterm)
v0.12.70
: Heatmap Printer 🎉Compare Source
What's Changed
Exciting New Features 🎉
Fixes 🔧
Full Changelog: pterm/pterm@v0.12.69...v0.12.70
twmb/franz-go (github.com/twmb/franz-go)
v1.15.2
Compare Source
===
This patch release fixes two bugs and changes Mark functions to be no-ops when
not using AutoCommitMarks to avoid confusion. This also includes a minor commit
further improving the sticky balancer. See the commits for more details.
72778cb
behavior change kgo: no-op mark functions when not using AutoCommitMarkse209bb6
bugfix kgo: pin AddPartitionsToTxn to v3 when using one transaction36b4437
sticky: further improvementsaf5bc1f
bugfix kgo: be sure to use topics when other topics are pausedvektra/mockery (github.com/vektra/mockery/v2)
v2.36.1
Compare Source
Changelog
b648c23
Add additional test0310201
Add fix for showconfig commandd3515d1
Fix bug with sub-package inheritance77064ad
Fix config bug where mockery crashes when package map is nil5978bc5
Fix test with config initializationdeb4860
Merge pull request #730 from LandonTClipp/issue_726e86d230
Simplifying some config in interface copying code726d76c
Update running.md2dd8f00
Use gotestsum for better testing outputcznic/sqlite (modernc.org/sqlite)
v1.27.0
Compare Source
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.