Skip to content

Bump the go-deps group with 8 updates#3740

Merged
roger2hk merged 1 commit intomasterfrom
dependabot/go_modules/go-deps-6b4dde653e
Feb 25, 2025
Merged

Bump the go-deps group with 8 updates#3740
roger2hk merged 1 commit intomasterfrom
dependabot/go_modules/go-deps-6b4dde653e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the go-deps group with 8 updates:

Package From To
cloud.google.com/go/spanner 1.75.0 1.76.1
github.com/apache/beam/sdks/v2 2.62.0 2.63.0
github.com/google/go-cmp 0.6.0 0.7.0
github.com/prometheus/client_golang 1.20.5 1.21.0
golang.org/x/crypto 0.33.0 0.35.0
google.golang.org/api 0.221.0 0.222.0
google.golang.org/genproto/googleapis/api 0.0.0-20250124145028-65684f501c47 0.0.0-20250219182151-9fdb1cabc7b2
google.golang.org/genproto/googleapis/rpc 0.0.0-20250207221924-e9438ea467c6 0.0.0-20250219182151-9fdb1cabc7b2

Updates cloud.google.com/go/spanner from 1.75.0 to 1.76.1

Release notes

Sourced from cloud.google.com/go/spanner's releases.

spanner: v1.76.1

1.76.1 (2025-02-21)

Bug Fixes

  • spanner: Multiplexed_session_previous_transaction_id is not supported in the request for a non multiplexed session (#11626) (a940bef)

spanner: v1.76.0 [Do not use]

1.76.0 (2025-02-20)

DO NOT USE This version is retracted due to googleapis/google-cloud-go#11630, use version >=v1.76.1

Features

  • spanner/admin/database: Add instance partitions field in backup proto (c6a6dc7)
  • spanner: Support multiplexed session for read-write transactions & partition ops (#11615) (4b40201)

Performance Improvements

Commits
  • e59ac00 chore(main): release spanner 1.76.1 (#11627)
  • 3136c72 fix(spanner): retract versions with bug with use of previous transaction ID u...
  • 4af2602 test(spanner): fix continuous test failure (#11629)
  • 02458a5 chore(spanner): remove previous txn id from selector (#11628)
  • a940bef fix(spanner): multiplexed_session_previous_transaction_id is not supported in...
  • 1898dff feat(confidentialcomputing): A new field attester is added to message `.goo...
  • 761bd1b feat: support listening on custom host (testutil/server) (#11586)
  • 0e56303 chore(.github): update post-processor image (#11621)
  • dfa0b4f chore(all): update Go to 1.23 in postprocessor and profiler (#11620)
  • 93edc82 chore: release main (#11604)
  • Additional commits viewable in compare view

Updates github.com/apache/beam/sdks/v2 from 2.62.0 to 2.63.0

Release notes

Sourced from github.com/apache/beam/sdks/v2's releases.

Beam 2.63.0 release

We are happy to present the new 2.63.0 release of Beam. This release includes both improvements and new functionality. See the download page for this release.

For more information on changes in 2.63.0, check out the detailed release notes.

I/Os

  • Support gcs-connector 3.x+ in GcsUtil (#33368)
  • Support for X source added (Java/Python) (#X).
  • Introduced --groupFilesFileLoad pipeline option to mitigate side-input related issues in BigQueryIO batch FILE_LOAD on certain runners (including Dataflow Runner V2) (Java) (#33587).

New Features / Improvements

  • Add BigQuery vector/embedding ingestion and enrichment components to apache_beam.ml.rag (Python) (#33413).
  • Upgraded to protobuf 4 (Java) (#33192).
  • [GCSIO] Added retry logic to each batch method of the GCS IO (Python) (#33539)
  • [GCSIO] Enable recursive deletion for GCSFileSystem Paths (Python) (#33611).
  • External, Process based Worker Pool support added to the Go SDK container. (#33572)
  • Support the Process Environment for execution in the Go SDK. (#33651)
  • Prism
    • Prism now uses the same single port for both pipeline submission and execution on workers. Requests are differentiated by worker-id. (#33438)
      • This avoids port starvation and provides clarity on port use when running Prism in non-local environments.
    • Support for @​RequiresTimeSortedInputs added. (#33513)
    • Initial support for AllowedLateness added. (#33542)
    • The Go SDK's inprocess Prism runner (AKA the Go SDK default runner) now supports non-loopback mode environment types. (#33572)
    • Support the Process Environment for execution in Prism (#33651)
    • Support the AnyOf Environment for execution in Prism (#33705)
      • This improves support for developing Xlang pipelines, when using a compatible cross language service.
  • Partitions are now configurable for the DaskRunner in the Python SDK (#33805).
  • [Dataflow Streaming] Enable Windmill GetWork Response Batching by default (#33847).
    • With this change user workers will request batched GetWork responses from backend and backend will send multiple WorkItems in the same response proto.
    • The feature can be disabled by passing --windmillRequestBatchedGetWorkResponse=false

Breaking Changes

  • AWS V1 I/Os have been removed (Java). As part of this, x-lang Python Kinesis I/O has been updated to consume the V2 IO and it also no longer supports setting producer_properties (#33430).
  • Upgraded to protobuf 4 (Java) (#33192), but forced Debezium IO to use protobuf 3 (#33541 because Debezium clients are not protobuf 4 compatible. This may cause conflicts when using clients which are only compatible with protobuf 4.
  • Minimum Go version for Beam Go updated to 1.22.10 (#33609)

Bugfixes

  • Fix data loss issues when reading gzipped files with TextIO (Python) (#18390, #31040).
  • [BigQueryIO] Fixed an issue where Storage Write API sometimes doesn't pick up auto-schema updates (#33231)

... (truncated)

Changelog

Sourced from github.com/apache/beam/sdks/v2's changelog.

[2.63.0] - 2025-02-18

I/Os

  • Support gcs-connector 3.x+ in GcsUtil (#33368)
  • Support for X source added (Java/Python) (#X).
  • Introduced --groupFilesFileLoad pipeline option to mitigate side-input related issues in BigQueryIO batch FILE_LOAD on certain runners (including Dataflow Runner V2) (Java) (#33587).

New Features / Improvements

  • Add BigQuery vector/embedding ingestion and enrichment components to apache_beam.ml.rag (Python) (#33413).
  • Upgraded to protobuf 4 (Java) (#33192).
  • [GCSIO] Added retry logic to each batch method of the GCS IO (Python) (#33539)
  • [GCSIO] Enable recursive deletion for GCSFileSystem Paths (Python) (#33611).
  • External, Process based Worker Pool support added to the Go SDK container. (#33572)
  • Support the Process Environment for execution in the Go SDK. (#33651)
  • Prism
    • Prism now uses the same single port for both pipeline submission and execution on workers. Requests are differentiated by worker-id. (#33438)
      • This avoids port starvation and provides clarity on port use when running Prism in non-local environments.
    • Support for @​RequiresTimeSortedInputs added. (#33513)
    • Initial support for AllowedLateness added. (#33542)
    • The Go SDK's inprocess Prism runner (AKA the Go SDK default runner) now supports non-loopback mode environment types. (#33572)
    • Support the Process Environment for execution in Prism (#33651)
    • Support the AnyOf Environment for execution in Prism (#33705)
      • This improves support for developing Xlang pipelines, when using a compatible cross language service.
  • Partitions are now configurable for the DaskRunner in the Python SDK (#33805).
  • [Dataflow Streaming] Enable Windmill GetWork Response Batching by default (#33847).
    • With this change user workers will request batched GetWork responses from backend and backend will send multiple WorkItems in the same response proto.
    • The feature can be disabled by passing --windmillRequestBatchedGetWorkResponse=false

Breaking Changes

  • AWS V1 I/Os have been removed (Java). As part of this, x-lang Python Kinesis I/O has been updated to consume the V2 IO and it also no longer supports setting producer_properties (#33430).
  • Upgraded to protobuf 4 (Java) (#33192), but forced Debezium IO to use protobuf 3 (#33541 because Debezium clients are not protobuf 4 compatible. This may cause conflicts when using clients which are only compatible with protobuf 4.
  • Minimum Go version for Beam Go updated to 1.22.10 (#33609)

Bugfixes

  • Fix data loss issues when reading gzipped files with TextIO (Python) (#18390, #31040).
  • [BigQueryIO] Fixed an issue where Storage Write API sometimes doesn't pick up auto-schema updates (#33231)
  • Prism
    • Fixed an edge case where Bundle Finalization might not become enabled. (#33493).
    • Fixed session window aggregation, which wasn't being performed per-key. (#33542).)
  • [Dataflow Streaming Appliance] Fixed commits failing with KeyCommitTooLargeException when a key outputs >180MB of results. #33588.
  • Fixed a Dataflow template creation issue that ignores template file creation errors (Java) (#33636)
  • Correctly documented Pane Encodings in the portability protocols (#33840).
  • Fixed the user mailing list address (#26013).

... (truncated)

Commits

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/prometheus/client_golang from 1.20.5 to 1.21.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.21.0 / 2025-02-19

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654
Commits

Updates golang.org/x/crypto from 0.33.0 to 0.35.0

Commits
  • 7292932 ssh: limit the size of the internal packet queue while waiting for KEX
  • f66f74b acme/autocert: check host policy before probing the cache
  • b0784b7 x509roots/fallback: drop obsolete build constraint
  • 911360c all: bump golang.org/x/crypto dependencies of asm generators
  • 89ff08d all: upgrade go directive to at least 1.23.0 [generated]
  • e47973b all: update certs for go1.24
  • See full diff in compare view

Updates google.golang.org/api from 0.221.0 to 0.222.0

Release notes

Sourced from google.golang.org/api's releases.

v0.222.0

0.222.0 (2025-02-18)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.222.0 (2025-02-18)

Features

Commits
  • a627cda chore(main): release 0.222.0 (#3015)
  • 8a616df chore(all): update all to 5a70512 (#3020)
  • 28b0491 feat(all): auto-regenerate discovery clients (#3022)
  • 24ae542 feat(all): auto-regenerate discovery clients (#3021)
  • f6aa2a4 feat(all): auto-regenerate discovery clients (#3019)
  • 769817f feat(all): auto-regenerate discovery clients (#3018)
  • 2aaef90 test(support/bundler): increase context timeout to avoid occasional test fail...
  • 8169e72 feat(all): auto-regenerate discovery clients (#3016)
  • 27cb014 feat(all): auto-regenerate discovery clients (#3014)
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20250124145028-65684f501c47 to 0.0.0-20250219182151-9fdb1cabc7b2

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250207221924-e9438ea467c6 to 0.0.0-20250219182151-9fdb1cabc7b2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.75.0` | `1.76.1` |
| [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.62.0` | `2.63.0` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.33.0` | `0.35.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.221.0` | `0.222.0` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250124145028-65684f501c47` | `0.0.0-20250219182151-9fdb1cabc7b2` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250207221924-e9438ea467c6` | `0.0.0-20250219182151-9fdb1cabc7b2` |


Updates `cloud.google.com/go/spanner` from 1.75.0 to 1.76.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.75.0...spanner/v1.76.1)

Updates `github.com/apache/beam/sdks/v2` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.62.0...v2.63.0)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.5...v1.21.0)

Updates `golang.org/x/crypto` from 0.33.0 to 0.35.0
- [Commits](golang/crypto@v0.33.0...v0.35.0)

Updates `google.golang.org/api` from 0.221.0 to 0.222.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.221.0...v0.222.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250124145028-65684f501c47 to 0.0.0-20250219182151-9fdb1cabc7b2
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250207221924-e9438ea467c6 to 0.0.0-20250219182151-9fdb1cabc7b2
- [Commits](https://github.com/googleapis/go-genproto/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/apache/beam/sdks/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 21:42
@dependabot dependabot bot requested a review from patflynn February 24, 2025 21:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 24, 2025
@roger2hk
Copy link
Copy Markdown
Contributor

/gcbrun

@roger2hk roger2hk merged commit ba8cde3 into master Feb 25, 2025
14 checks passed
@roger2hk roger2hk deleted the dependabot/go_modules/go-deps-6b4dde653e branch February 25, 2025 16:34
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant