chore(deps): Update go modules and/or dev-tools#115
Merged
apeabody merged 4 commits intoGoogleCloudPlatform:mainfrom May 27, 2025
Merged
Conversation
Collaborator
|
/gcbrun |
1 similar comment
Collaborator
|
/gcbrun |
f232086 to
a77b0b1
Compare
Collaborator
|
/gcbrun |
a77b0b1 to
65c8571
Compare
Collaborator
|
/gcbrun |
65c8571 to
0bd090f
Compare
Collaborator
|
/gcbrun |
0bd090f to
a87a170
Compare
Collaborator
|
/gcbrun |
a87a170 to
7e98753
Compare
Collaborator
|
/gcbrun |
7e98753 to
fde31f2
Compare
Collaborator
|
/gcbrun |
fde31f2 to
d717dde
Compare
Collaborator
|
/gcbrun |
d717dde to
cf7ffbc
Compare
Collaborator
|
/gcbrun |
cf7ffbc to
6bee1ac
Compare
Collaborator
|
/gcbrun |
6bee1ac to
c2769d0
Compare
Collaborator
|
/gcbrun |
c2769d0 to
fd7394d
Compare
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
21 similar comments
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.19->1.241.23->1.24v1.2.3->v1.17.0v1.17.1v1.29.0->v1.54.0v0.13.2->v0.17.6v1.7.1->v1.9.2v1.6.1->v1.9.2v2.15.2->v2.16.0v1.7.1->v1.9.2v1.9.0->v1.10.0v1.17.1->v1.18.01.21.9->1.23.9v0.6.0->v0.30.0v0.1.0->v0.14.0v0.113.0->v0.233.0v0.234.0Release Notes
googlecloudplatform/cloud-sql-go-connector (cloud.google.com/go/cloudsqlconn)
v1.17.0Compare Source
Features
v1.16.1Compare Source
Bug Fixes
v1.16.0Compare Source
Features
v1.15.0Compare Source
Features
Bug Fixes
v1.14.2Compare Source
Bug Fixes
v1.14.1Compare Source
Bug Fixes
WithQuotaProjectandWithUserAgent(#920) (8520c3d)v1.14.0Compare Source
Features
Bug Fixes
v1.13.2Compare Source
Bug Fixes
v1.13.1Compare Source
Bug Fixes
v1.13.0Compare Source
Features
Bug Fixes
v1.12.1Compare Source
Bug Fixes
v1.12.0Compare Source
Features
bytes_sentandbytes_receivedas metrics (#856) (d0e493f)v1.11.1Compare Source
Bug Fixes
v1.11.0Compare Source
Features
Bug Fixes
WarmupandEngineVersion(#827) (c3915a6)v1.10.1Compare Source
Bug Fixes
v1.10.0Compare Source
Features
Bug Fixes
v1.9.0Compare Source
Features
Bug Fixes
v1.8.1Compare Source
Bug Fixes
v1.8.0Compare Source
Features
v1.7.0Compare Source
Features
Bug Fixes
v1.6.0Compare Source
Features
v1.5.2Compare Source
Bug Fixes
v1.5.1Compare Source
Bug Fixes
v1.5.0Compare Source
Features
Bug Fixes
v1.4.5Compare Source
Bug Fixes
v1.4.4Compare Source
Bug Fixes
v1.4.3Compare Source
Bug Fixes
v1.4.2Compare Source
Bug Fixes
v1.4.1Compare Source
Bug Fixes
v1.4.0Compare Source
Features
v1.3.0Compare Source
Features
Bug Fixes
v1.2.4Compare Source
Bug Fixes
GoogleCloudPlatform/functions-framework-go (github.com/GoogleCloudPlatform/functions-framework-go)
v1.9.2Compare Source
Bug Fixes
v1.9.1Compare Source
Update dependency versions
v1.9.0Compare Source
Features
Bug Fixes
v1.8.1Compare Source
Bug Fixes
v1.8.0Compare Source
Features
Bug Fixes
v1.7.4Compare Source
Bug Fixes
v1.7.3Compare Source
v1.7.2Compare Source
cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)
v2.16.0Compare Source
✨ Features & Enhancements
Confluent Kafka binding [#988] by @yanmxa
Added a new Confluent Kafka protocol binding for CloudEvents, supporting modern Kafka client features.
Producer report channel for Confluent Kafka [#1031] by @yanmxa
Exposed a producer report channel via
Events()to allow users to track delivery status of Kafka messages.Support structured content type suffixes [#1007] by @dan-j
Improved content type handling by recognizing structured syntax suffixes like
+json, increasing compatibility with various encodings.Default timeout via context [#992] by @nkreiger
Introduced support for configuring protocol default timeouts using
context.Context.Benchmarks for CESQL [#1050] by @Cali0707
Added benchmark tests to measure CESQL query performance.
Optimized CESQL
LIKEmatching [#1049] by @Cali0707Improved the performance of CESQL's
LIKEpattern matching logic.Expose AddFunction API for CESQL Parser [#1047 / #1051] by @dgeorgievski
Enabled users to register custom functions in CESQL via the newly exposed
AddFunctionAPI.Flexible subject matching for NATS JetStream [#1084] by @evankanderson
Added support for flexible subject pattern matching in NATS JetStream subscriptions.
Add v3 version of NATS JetStream protocol [#1095] by @stephen-totty-hpe
Introduced a new version of the NATS JetStream protocol (v3) with enhanced features and forward compatibility.
Expose
WithHostoption [#1070] by @jaxtonwAdded a configurable
WithHostoption for improved protocol initialization flexibility.Support
datarefcloud event extension [Dataref Extension #1018] by @matzewImplements the Dataref (Claim Check Pattern) as specified by the CloudEvent Extension Attributes spec.
🛠 Fixes
Handle multiple AMQP data fields correctly [#1034] by @embano1
Fixed parsing of AMQP messages containing multiple data fields to conform with spec expectations.
Fix invalid
ce-prefix in Confluent binding [#1059] by @embano1Corrected an issue where CloudEvents extensions were incorrectly prefixed in the Confluent Kafka binding.
Fix LIKE expression error handling [#1046] by @Cali0707
Prevented panics on malformed
LIKEexpressions in CESQL; now returns a parse error instead.Fix MQTT content-type issue [#1063] by @yanmxa
Corrected how content types are applied in the MQTT protocol to improve interoperability.
Fix race condition in MQTT protocol [#1094] by @yanmxa
Resolved a concurrency issue that could occur when sending messages over MQTT.
Fix pubsub ack logic [#1064] by @chapurlatn
Updated acknowledgment logic to correctly rely on
protocol.IsAck, fixing false negatives in pubsub delivery handling.NATS Ack/Nak support in JetStream v3 [#1104] by @stephen-totty-hpe
Added explicit acknowledgment and negative-ack support in the v3 NATS JetStream protocol.
Fix
data_base64decoding [#1129] by @duglin[Breaking Change] Modified base64 handling to require JSON string-wrapped base64 data; see release notes for migration details.
🧹 Maintenance
Sort extensions during JSON serialization [#1117] by @sargas
Ensured deterministic serialization of extensions for improved consistency.
Add CODEOWNERS file [#1038] by @embano1
Established code ownership rules to streamline PR review workflows.
Update GitHub workflows & Go dependencies [#1105] by @embano1
Routine maintenance of CI workflows and dependency versions.
Bump MQTT SDK from v0.12.0 to v0.21.0 [#1096] by @yanmxa
Updated the MQTT SDK for access to newer features and fixes.
Pin dependency versions [#1089] by @harshitasao
Locked down dependencies to improve reproducibility and stability.
Fix token-permission issue [#1088] by @harshitasao
Resolved permission issues affecting token-based authentication flows.
Bump
testifyto v1.10.0 [#1114] by @aalekseevxUpdated
stretchr/testifyfor testing improvements and bug fixes.CESQL v1 Fixes [#1066] by @Cali0707
Applied several small fixes and improvements to the CESQL v1 engine.
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.9.2Compare Source
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
v1.9.1Compare Source
Major Changes
Bugfixes
v1.9.0Compare Source
Major Changes
Bugfixes
Other changes
strconv.Atoito parse max_allowed_packet. (#1661)rejectReadOnlyoption now handles ER_READ_ONLY_MODE (1290) error too. (#1660)v1.8.1Compare Source
What's Changed
Bugfixes:
Full Changelog: go-sql-driver/mysql@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
Major changes
Use
SET NAMES charset COLLATE collation. by @methane in https://github.com/go-sql-driver/mysql/pull/1437collation_idin the handshake packet. But it caused collation mismatch in some situation.SET NAMES utf8mb4for new connection. This uses server's default collation for utf8mb4.SET NAMES <charset>. This uses the server's default collation for<charset>.SET NAMES charset COLLATE collation.PathEscape dbname in DSN. by @methane in https://github.com/go-sql-driver/mysql/pull/1432
Drop Go 1.13-17 support by @methane in https://github.com/go-sql-driver/mysql/pull/1420
Parse numbers on text protocol too by @methane in https://github.com/go-sql-driver/mysql/pull/1452
[]byteto database/sql for avoid unnecessary allocation and conversion.*anytoScan(), database/sql passed the[]byteinto the target variabe.[]byteand conversion cost is negilible.New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.
Other changes
Adding DeregisterDialContext to prevent memory leaks with dialers we don't need anymore by @jypelle in https://github.com/go-sql-driver/mysql/pull/1422
Make logger configurable per connection by @frozenbonito in https://github.com/go-sql-driver/mysql/pull/1408
Fix ColumnType.DatabaseTypeName for mediumint unsigned by @evanelias in https://github.com/go-sql-driver/mysql/pull/1428
Add connection attributes by @Daemonxiao in https://github.com/go-sql-driver/mysql/pull/1389
Stop
ColumnTypeScanType()from returningsql.RawBytesby @methane in https://github.com/go-sql-driver/mysql/pull/1424Exec() now provides access to status of multiple statements. by @mherr-google in https://github.com/go-sql-driver/mysql/pull/1309
Allow to change (or disable) the default driver name for registration by @dolmen in https://github.com/go-sql-driver/mysql/pull/1499
Add default connection attribute '_server_host' by @oblitorum in https://github.com/go-sql-driver/mysql/pull/1506
QueryUnescape DSN ConnectionAttribute value by @zhangyangyu in https://github.com/go-sql-driver/mysql/pull/1470
Add client_ed25519 authentication by @Gusted in https://github.com/go-sql-driver/mysql/pull/1518
Reduced allocation on connection.go by @EPuncker in https://github.com/go-sql-driver/mysql/pull/1421
Avoid panic in TestRowsColumnTypes by @wayyoungboy in https://github.com/go-sql-driver/mysql/pull/1426
Add benchmark to receive massive rows. by @methane in https://github.com/go-sql-driver/mysql/pull/1415
README: Update multistatement by @methane in https://github.com/go-sql-driver/mysql/pull/1431
all: replace ioutil pkg to new package by @uji in https://github.com/go-sql-driver/mysql/pull/1438
chore: code optimization by @testwill in https://github.com/go-sql-driver/mysql/pull/1439
Reduce map lookup in ColumnTypeDatabaseTypeName. by @methane in https://github.com/go-sql-driver/mysql/pull/1436
doc: add link to NewConnector from FormatDSN by @dolmen in https://github.com/go-sql-driver/mysql/pull/1442
Add fuzz test for ParseDSN / FormatDSN roundtrip by @dolmen in https://github.com/go-sql-driver/mysql/pull/1444
TestDSNReformat: add more roundtrip checks by @dolmen in https://github.com/go-sql-driver/mysql/pull/1443
tcp: handle errors returned by SetKeepAlive by [@achille-ro
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.