Skip to content

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

Merged
apeabody merged 4 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-modules-andor-dev-tools
May 27, 2025
Merged

chore(deps): Update go modules and/or dev-tools#115
apeabody merged 4 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-modules-andor-dev-tools

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 9, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
cft/developer-tools minor 1.19 -> 1.24 age adoption passing confidence
cft/developer-tools minor 1.23 -> 1.24 age adoption passing confidence
cloud.google.com/go/cloudsqlconn require minor v1.2.3 -> v1.17.0 v1.17.1 age adoption passing confidence
cloud.google.com/go/storage require minor v1.29.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.233.0 v0.234.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: go-sql-driver/mysql@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

Major changes

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 renovate-bot requested review from a team, gtsorbo and prabhu34 as code owners April 9, 2024 21:06
@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Apr 9, 2024
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 9, 2024

/gcbrun

1 similar comment
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 9, 2024

/gcbrun

@apeabody apeabody changed the title chore(deps): Update go modules and/or dev-tools chore(deps): Update go modules Apr 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from f232086 to a77b0b1 Compare April 10, 2024 17:09
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update go modules chore(deps): Update go modules and/or dev-tools Apr 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from a77b0b1 to 65c8571 Compare April 10, 2024 18:04
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 65c8571 to 0bd090f Compare April 10, 2024 19:27
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 0bd090f to a87a170 Compare April 10, 2024 20:36
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from a87a170 to 7e98753 Compare April 10, 2024 20:37
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7e98753 to fde31f2 Compare April 10, 2024 22:02
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from fde31f2 to d717dde Compare April 10, 2024 23:44
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from d717dde to cf7ffbc Compare April 11, 2024 00:52
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from cf7ffbc to 6bee1ac Compare April 11, 2024 16:06
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 6bee1ac to c2769d0 Compare April 17, 2024 23:08
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from c2769d0 to fd7394d Compare April 20, 2024 05:27
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 20, 2024

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 26, 2025

/gcbrun

21 similar comments
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 27, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 28, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 1, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 3, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 4, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 4, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 5, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 9, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 14, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 23, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 29, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 30, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 5, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 6, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 7, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 9, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 13, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 14, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 14, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 19, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 20, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 27, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 27, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 27, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants