terraform-google-cloud-functions icon indicating copy to clipboard operation
terraform-google-cloud-functions copied to clipboard

chore(deps): Update go modules and/or dev-tools

Open renovate-bot opened this issue 1 year ago • 164 comments

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
cft/developer-tools minor 1.19 -> 1.23 age adoption passing confidence
cloud.google.com/go/cloudsqlconn require minor v1.2.3 -> v1.17.0 age adoption passing confidence
cloud.google.com/go/storage require minor v1.29.0 -> v1.53.0 v1.54.0 age adoption passing confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.13.2 -> v0.17.6 age adoption passing confidence
github.com/GoogleCloudPlatform/functions-framework-go require minor v1.7.1 -> v1.9.2 age adoption passing confidence
github.com/GoogleCloudPlatform/functions-framework-go require minor v1.6.1 -> v1.9.2 age adoption passing confidence
github.com/cloudevents/sdk-go/v2 require minor v2.15.2 -> v2.16.0 age adoption passing confidence
github.com/go-sql-driver/mysql require minor v1.7.1 -> v1.9.2 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
github.com/tidwall/gjson require minor v1.17.1 -> v1.18.0 age adoption passing confidence
go (source) toolchain minor 1.21.9 -> 1.23.9 age adoption passing confidence
golang.org/x/oauth2 require minor v0.6.0 -> v0.30.0 age adoption passing confidence
golang.org/x/sync require minor v0.1.0 -> v0.14.0 age adoption passing confidence
google.golang.org/api require minor v0.113.0 -> v0.232.0 v0.233.0 age adoption passing confidence

Release Notes

googlecloudplatform/cloud-sql-go-connector (cloud.google.com/go/cloudsqlconn)

v1.17.0

Compare Source

Features
  • Update TLS validation to use both SAN and CN fields. (#​979) (df60a20)

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Features

v1.15.0

Compare Source

Features
Bug Fixes

v1.14.2

Compare Source

Bug Fixes

v1.14.1

Compare Source

Bug Fixes
  • correct default usage for WithQuotaProject and WithUserAgent (#​920) (8520c3d)

v1.14.0

Compare Source

Features
Bug Fixes
  • use auth DetectDefault over oauth2 FindDefaultCredentials (#​909) (52fef27)

v1.13.2

Compare Source

Bug Fixes

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Features
  • Automatically reset connection when the DNS record changes. (#​868) (4d7abd8)
Bug Fixes

v1.12.1

Compare Source

Bug Fixes

v1.12.0

Compare Source

Features

v1.11.1

Compare Source

Bug Fixes

v1.11.0

Compare Source

Features
Bug Fixes

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Features
Bug Fixes

v1.9.0

Compare Source

Features
Bug Fixes

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Features

v1.7.0

Compare Source

Features
Bug Fixes

v1.6.0

Compare Source

Features

v1.5.2

Compare Source

Bug Fixes

v1.5.1

Compare Source

Bug Fixes

v1.5.0

Compare Source

Features
Bug Fixes

v1.4.5

Compare Source

Bug Fixes

v1.4.4

Compare Source

Bug Fixes

v1.4.3

Compare Source

Bug Fixes

v1.4.2

Compare Source

Bug Fixes
  • re-use existing connection info on force refresh (#​602) (d049851)

v1.4.1

Compare Source

Bug Fixes

v1.4.0

Compare Source

Features

v1.3.0

Compare Source

Features
Bug Fixes

v1.2.4

Compare Source

Bug Fixes
GoogleCloudPlatform/functions-framework-go (github.com/GoogleCloudPlatform/functions-framework-go)

v1.9.2

Compare Source

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

Compare Source

Update dependency versions

v1.9.0

Compare Source

Features
Bug Fixes

v1.8.1

Compare Source

Bug Fixes
  • Add GCP error reporting log format to cloudevent functions and include panic message in stack trace. (#​230) (0a89bb4)

v1.8.0

Compare Source

Features
Bug Fixes

v1.7.4

Compare Source

Bug Fixes
  • add new line to panic stack trace so Error Reporting can ingest the log (#​203) (1a50c23)

v1.7.3

Compare Source

v1.7.2

Compare Source

cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)

v2.16.0

Compare 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 LIKE matching [#​1049] by @​Cali0707
    Improved the performance of CESQL's LIKE pattern matching logic.

  • Expose AddFunction API for CESQL Parser [#​1047 / #​1051] by @​dgeorgievski
    Enabled users to register custom functions in CESQL via the newly exposed AddFunction API.

  • 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 WithHost option [#​1070] by @​jaxtonw
    Added a configurable WithHost option for improved protocol initialization flexibility.

  • Support dataref cloud 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 malformed LIKE expressions 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_base64 decoding [#​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 testify to v1.10.0 [#​1114] by @​aalekseevx
    Updated stretchr/testify for 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

Compare 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.1

Compare Source

Major Changes
Bugfixes
  • go.mod: fix go version format (#​1682)
  • Fix FormatDSN missing ConnectionAttributes (#​1619)

v1.9.0

Compare Source

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.Atoi to parse max_allowed_packet. (#​1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#​1660)

v1.8.1

Compare Source

What's Changed

Bugfixes:

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1

v1.8.0

Compare Source

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_id in 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 utf8mb4 for 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.
  • 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 []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into 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 []byte and 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

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.

renovate-bot avatar Apr 09 '24 21:04 renovate-bot

/gcbrun

dpebot avatar Apr 09 '24 21:04 dpebot

/gcbrun

dpebot avatar Apr 09 '24 22:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 17:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 18:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 19:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 20:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 20:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 22:04 dpebot

/gcbrun

dpebot avatar Apr 10 '24 23:04 dpebot

/gcbrun

dpebot avatar Apr 11 '24 00:04 dpebot

/gcbrun

dpebot avatar Apr 11 '24 16:04 dpebot

/gcbrun

dpebot avatar Apr 17 '24 23:04 dpebot

/gcbrun

dpebot avatar Apr 20 '24 05:04 dpebot

/gcbrun

dpebot avatar Apr 23 '24 19:04 dpebot

/gcbrun

dpebot avatar Apr 23 '24 22:04 dpebot

/gcbrun

dpebot avatar Apr 24 '24 21:04 dpebot

/gcbrun

dpebot avatar Apr 26 '24 22:04 dpebot

/gcbrun

dpebot avatar Apr 29 '24 17:04 dpebot

/gcbrun

dpebot avatar Apr 30 '24 19:04 dpebot

/gcbrun

dpebot avatar May 04 '24 16:05 dpebot

/gcbrun

dpebot avatar May 07 '24 14:05 dpebot

/gcbrun

dpebot avatar May 07 '24 18:05 dpebot

/gcbrun

dpebot avatar May 07 '24 19:05 dpebot

/gcbrun

dpebot avatar May 08 '24 01:05 dpebot

/gcbrun

dpebot avatar May 14 '24 01:05 dpebot

/gcbrun

dpebot avatar May 14 '24 14:05 dpebot

/gcbrun

dpebot avatar May 17 '24 00:05 dpebot

/gcbrun

apeabody avatar May 20 '24 20:05 apeabody

/gcbrun

dpebot avatar May 20 '24 22:05 dpebot

/gcbrun

dpebot avatar May 21 '24 15:05 dpebot