chore(deps): Update go modules and/or dev-tools
This PR contains the following updates:
| Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|---|
| cft/developer-tools | minor | 1.19 -> 1.23 |
||||||
| cloud.google.com/go/cloudsqlconn | require | minor | v1.2.3 -> v1.17.0 |
|||||
| cloud.google.com/go/storage | require | minor | v1.29.0 -> v1.53.0 |
v1.54.0 |
||||
| github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test | require | minor | v0.13.2 -> v0.17.6 |
|||||
| github.com/GoogleCloudPlatform/functions-framework-go | require | minor | v1.7.1 -> v1.9.2 |
|||||
| github.com/GoogleCloudPlatform/functions-framework-go | require | minor | v1.6.1 -> v1.9.2 |
|||||
| github.com/cloudevents/sdk-go/v2 | require | minor | v2.15.2 -> v2.16.0 |
|||||
| github.com/go-sql-driver/mysql | require | minor | v1.7.1 -> v1.9.2 |
|||||
| github.com/stretchr/testify | require | minor | v1.9.0 -> v1.10.0 |
|||||
| github.com/tidwall/gjson | require | minor | v1.17.1 -> v1.18.0 |
|||||
| go (source) | toolchain | minor | 1.21.9 -> 1.23.9 |
|||||
| golang.org/x/oauth2 | require | minor | v0.6.0 -> v0.30.0 |
|||||
| golang.org/x/sync | require | minor | v0.1.0 -> v0.14.0 |
|||||
| google.golang.org/api | require | minor | v0.113.0 -> v0.232.0 |
v0.233.0 |
Release Notes
googlecloudplatform/cloud-sql-go-connector (cloud.google.com/go/cloudsqlconn)
v1.17.0
Features
v1.16.1
Bug Fixes
v1.16.0
Features
- add domain name validation (#925) (986152f)
- Use standard TLS hostname validation for instances with DNS names (#954) (d733a16)
v1.15.0
Features
Bug Fixes
v1.14.2
Bug Fixes
v1.14.1
Bug Fixes
v1.14.0
Features
- Custom SAN Support (#911) (772fae4)
- drop support for Go 1.21 (#906) (12c1618)
- Support server certificates from a private CA (#899) (a8ed925)
Bug Fixes
v1.13.2
Bug Fixes
v1.13.1
Bug Fixes
v1.13.0
Features
Bug Fixes
v1.12.1
Bug Fixes
v1.12.0
Features
- add
bytes_sentandbytes_receivedas metrics (#856) (d0e493f) - add support for Go 1.23 and drop Go 1.20 (#860) (8ce98e8)
- Configure connections using DNS domain names (#843) (ec6b3a0)
- support Cloud SQL CAS instances. (#850) (511fae4)
v1.11.1
Bug Fixes
v1.11.0
Features
- generate RSA key lazily for lazy refresh (#826) (bf293e2), closes #823
- invalidate cache on failed IP lookup (#812) (4b68de3), closes #780
Bug Fixes
- ensure connection count is correctly reported (#824) (b286049)
- invalidate cache on failed
WarmupandEngineVersion(#827) (c3915a6)
v1.10.1
Bug Fixes
v1.10.0
Features
Bug Fixes
v1.9.0
Features
Bug Fixes
v1.8.1
Bug Fixes
v1.8.0
Features
v1.7.0
Features
Bug Fixes
v1.6.0
Features
v1.5.2
Bug Fixes
v1.5.1
Bug Fixes
v1.5.0
Features
Bug Fixes
- use different driver names for v4 and v5 testing (#639) (#654) (fa73c41)
- use HandshakeContext by default (#656) (49aad1f)
v1.4.5
Bug Fixes
- bump dependencies to latest (#649) (0ddac9f)
- bump minimum supported Go version to 1.19 (#637) (4a28a78)
v1.4.4
Bug Fixes
v1.4.3
Bug Fixes
v1.4.2
Bug Fixes
v1.4.1
Bug Fixes
v1.4.0
Features
v1.3.0
Features
Bug Fixes
v1.2.4
Bug Fixes
GoogleCloudPlatform/functions-framework-go (github.com/GoogleCloudPlatform/functions-framework-go)
v1.9.2
Bug Fixes
- Generate psedurandom execution id if Function-Execution-Id is not provided; Update README with examples (#260) (7107a52)
- update builder image url to correct project repository (#264) (9df82d8)
v1.9.1
Update dependency versions
v1.9.0
Features
Bug Fixes
- cancel request context when timeout exceeded (#244) (298bc02)
- upgrade cloudevents to latest if on go1.18 or later (#248) (d341ae5), closes #247
v1.8.1
Bug Fixes
- Add GCP error reporting log format to cloudevent functions and include panic message in stack trace. (#230) (0a89bb4)
v1.8.0
Features
Bug Fixes
v1.7.4
Bug Fixes
v1.7.3
v1.7.2
cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)
v2.16.0
✨ 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 viaEvents()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 usingcontext.Context. -
Benchmarks for CESQL [#1050] by @Cali0707
Added benchmark tests to measure CESQL query performance. -
Optimized CESQL
LIKEmatching [#1049] by @Cali0707
Improved the performance of CESQL'sLIKEpattern matching logic. -
Expose AddFunction API for CESQL Parser [#1047 / #1051] by @dgeorgievski
Enabled users to register custom functions in CESQL via the newly exposedAddFunctionAPI. -
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 @jaxtonw
Added a configurableWithHostoption for improved protocol initialization flexibility. -
Support
datarefcloud event extension [Dataref Extension #1018] by @matzew Implements 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 @embano1
Corrected an issue where CloudEvents extensions were incorrectly prefixed in the Confluent Kafka binding. -
Fix LIKE expression error handling [#1046] by @Cali0707
Prevented panics on malformedLIKEexpressions 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 onprotocol.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 @aalekseevx
Updatedstretchr/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.2
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.1
Major Changes
- Add Charset() option. (#1679)
Bugfixes
v1.9.0
Major Changes
- Implement zlib compression. (#1487)
- Supported Go version is updated to Go 1.21+. (#1639)
- Add support for VECTOR type introduced in MySQL 9.0. (#1609)
- Config object can have custom dial function. (#1527)
Bugfixes
- Fix auth errors when username/password are too long. (#1625)
- Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
- Fix auth switch request handling. (#1666)
Other changes
- Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
- Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
- Use
strconv.Atoito parse max_allowed_packet. (#1661) -
rejectReadOnlyoption now handles ER_READ_ONLY_MODE (1290) error too. (#1660)
v1.8.1
What's Changed
Bugfixes:
Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1
v1.8.0
What's Changed
Major changes
-
Use
SET NAMES charset COLLATE collation. by @methane in https://github.com/go-sql-driver/mysql/pull/1437- Older go-mysql-driver used
collation_idin the handshake packet. But it caused collation mismatch in some situation. - If you don't specify charset nor collation, go-mysql-driver sends
SET NAMES utf8mb4for new connection. This uses server's default collation for utf8mb4. - If you specify charset, go-mysql-driver sends
SET NAMES <charset>. This uses the server's default collation for<charset>. - If you specify collation and/or charset, go-mysql-driver sends
SET NAMES charset COLLATE collation.
- Older go-mysql-driver used
-
PathEscape dbname in DSN. by @methane in https://github.com/go-sql-driver/mysql/pull/1432
- This is backward incompatible in rare case. Check your DSN.
-
Drop Go 1.13-17 support by @methane in https://github.com/go-sql-driver/mysql/pull/1420
- Use Go 1.18+
-
Parse numbers on text protocol too by @methane in https://github.com/go-sql-driver/mysql/pull/1452
- When text protocol is used, go-mysql-driver passed bare
[]byteto database/sql for avoid unnecessary allocation and conversion. - If user specified
*anytoScan(), database/sql passed the[]byteinto the target variabe. - This confused users because most user doesn't know when text/binary protocol used.
- go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to
[]byteand conversion cost is negilible.
- When text protocol is used, go-mysql-driver passed bare
-
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.
- Make TimeTruncate functional option by @methane in https://github.com/go-sql-driver/mysql/pull/1552
- Add BeforeConnect callback to configuration object by @ItalyPaleAle in https://github.com/go-sql-driver/mysql/pull/1469
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/1424 -
Exec() 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-roussel in https://github.com/go-sql-driver/mysql/pull/1448
-
use staticcheck by @methane in https://github.com/go-sql-driver/mysql/pull/1449
-
Add Daemonxiao to AUTHORS by @Daemonxiao in https://github.com/go-sql-driver/mysql/pull/1459
-
Update link about
LOAD DATA LOCALin README.md by @i7a7467 in [https://github.c
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun