einride / protobuf-bigquery-go

Seamlessly save and load protocol buffers to and from BigQuery using Go.
https://pkg.go.dev/go.einride.tech/protobuf-bigquery
MIT License
49 stars 7 forks source link

chore(deps): bump the root-go-dependencies group with 7 updates #389

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the root-go-dependencies group with 7 updates:

Package From To
cloud.google.com/go/bigquery 1.59.1 1.61.0
go.einride.tech/aip 0.66.0 0.67.1
golang.org/x/oauth2 0.18.0 0.19.0
google.golang.org/api 0.172.0 0.175.0
google.golang.org/genproto 0.0.0-20240213162025-012b6fc9bca9 0.0.0-20240401170217-c3f982113cda
google.golang.org/genproto/googleapis/api 0.0.0-20240314234333-6e1732d8331c 0.0.0-20240415180920-8c6c420018be
google.golang.org/protobuf 1.33.0 1.34.0

Updates cloud.google.com/go/bigquery from 1.59.1 to 1.61.0

Release notes

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

spanner: v1.61.0

1.61.0 (2024-04-30)

Features

  • spanner/admin/instance: Adding EXPECTED_FULFILLMENT_PERIOD to the indicate instance creation times (with FULFILLMENT_PERIOD_NORMAL or FULFILLMENT_PERIOD_EXTENDED ENUM) with the extended instance creation time triggered by On-Demand Capacity... (#9693) (aa93790)
  • spanner/executor: Add SessionPoolOptions, SpannerOptions protos in executor protos (2cdc40a)
  • spanner: Add support for change streams transaction exclusion option (#9779) (979ce94)
  • spanner: Support MultiEndpoint (#9565) (0ac0d26)

Bug Fixes

  • spanner/test/opentelemetry/test: Bump x/net to v0.24.0 (ba31ed5)
  • spanner: Bump x/net to v0.24.0 (ba31ed5)
  • spanner: Fix uint8 conversion (9221c7f)

bigquery: v1.61.0

1.61.0 (2024-04-24)

Features

  • bigquery/storage/managedwriter/adapt: Add RANGE support to adapt (#9836) (ae25253)
  • bigquery: RANGE support for basic data movement (#9762) (07f0806)
  • bigquery: RANGE support when reading Arrow format (#9795) (da245fa)
  • bigquery: RANGE type StandardSQLDataType support (#9754) (33666cf)

Bug Fixes

  • bigquery/datatransfer: Mark parent/name fields with the REQUIRED field_behavior annotation (8892943)
  • bigquery: Bump x/net to v0.24.0 (ba31ed5)

bigquery: v1.60.0

1.60.0 (2024-03-27)

Features

  • bigquery/analyticshub: Support selective sharing on data clean room Listings (a3bb7c0)
  • bigquery/datatransfer: Add UnenrollDataSources API which gives users a programmatic way to unenroll data sources (a86aa8e)
  • bigquery/storage: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema (0195fe9)

Bug Fixes

  • bigquery/storage/managedwriter: Fix flowcontrol refund on error (#9649) (a07bf1d)
  • bigquery/storage/managedwriter: Retry improvements (#9642) (48a9258)

... (truncated)

Commits


Updates go.einride.tech/aip from 0.66.0 to 0.67.1

Release notes

Sourced from go.einride.tech/aip's releases.

v0.67.1

0.67.1 (2024-04-15)

Bug Fixes

  • fieldbehavior: traverse messages and collections to clear nested field behaviors (3113ede8)

v0.67.0

0.67.0 (2024-04-11)

Feature

  • valdate resource name upon unmarshalling (1a8c18ff)

v0.66.1

0.66.1 (2024-04-10)

Bug Fixes

  • bump golang.org/x/tools/cmd/stringer to 0.20.0 (122ed75c)

Chores

  • deps: bump google.golang.org/grpc from 1.62.0 to 1.62.1 (7a736ae6)
  • deps: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (5dd2de4a)
  • deps: bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage (47dc1ad1)
  • deps: bump google.golang.org/grpc from 1.60.1 to 1.62.0 (b5bce22c)
  • deps: bump go-semantic-release/action from 1.21 to 1.23 (30ecf352)
  • update ownership to @​einride/platform-engineering (92cfd833)
  • deps: bump go.einride.tech/sage from 0.260.0 to 0.264.0 in /.sage (1722ce2c)
  • deps: bump go.einride.tech/sage from 0.247.0 to 0.260.0 in /.sage (f0289cf7)
  • deps: bump github.com/google/uuid from 1.4.0 to 1.5.0 (2cfaae2b)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (aaf50124)
  • deps: bump google.golang.org/grpc from 1.59.0 to 1.60.1 (4eb7980c)

CI

  • add stale workflow (d7df62cf)
  • add "all" group to Dependabot Go config (985e4fa1)
  • bump Sage (df9746b8)
Commits
  • 3113ede fix(fieldbehavior): traverse messages and collections to clear nested field b...
  • 1a8c18f feat: valdate resource name upon unmarshalling
  • 122ed75 fix: bump golang.org/x/tools/cmd/stringer to 0.20.0
  • d7df62c ci: add stale workflow
  • 985e4fa ci: add "all" group to Dependabot Go config
  • df9746b ci: bump Sage
  • 7a736ae chore(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1
  • 5dd2de4 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • 47dc1ad chore(deps): bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage
  • b5bce22 chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.62.0
  • Additional commits viewable in compare view


Updates golang.org/x/oauth2 from 0.18.0 to 0.19.0

Commits
  • d0e617c google: add Credentials.UniverseDomainProvider
  • 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  • 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  • 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
  • See full diff in compare view


Updates google.golang.org/api from 0.172.0 to 0.175.0

Release notes

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

v0.175.0

0.175.0 (2024-04-19)

Features

Bug Fixes

v0.174.0

0.174.0 (2024-04-17)

Features

Bug Fixes

v0.173.0

0.173.0 (2024-04-16)

Features

... (truncated)

Changelog

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

0.175.0 (2024-04-19)

Features

Bug Fixes

0.174.0 (2024-04-17)

Features

Bug Fixes

0.173.0 (2024-04-16)

Features

Commits


Updates google.golang.org/genproto from 0.0.0-20240213162025-012b6fc9bca9 to 0.0.0-20240401170217-c3f982113cda

Commits


Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240314234333-6e1732d8331c to 0.0.0-20240415180920-8c6c420018be

Commits


Updates google.golang.org/protobuf from 1.33.0 to 1.34.0

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions