Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps cloud.google.com/go/auth from 0.9.3 to 0.17.0.

Release notes

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

chat 0.16.0

0.16.0 (2025-11-06)

Features

  • add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting (PiperOrigin-RevId: 823185429) (612e608d)

Documentation

  • Update field documentations for space.proto and membership.proto (PiperOrigin-RevId: 823185429) (612e608d)

containeranalysis: v0.14.2

0.14.2 (2025-10-09)

Bug Fixes

  • containeranalysis: Upgrade gRPC service registration func (9157a71)

ai 0.14.0

0.14.0 (2025-10-22)

Features

  • add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for finish_message that contain details the reason why the model stopped generating tokens (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add log_probability_sum (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for additional reasons to stop image generation (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for image generation features (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for FunctionResponsePart (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for raw media bytes for function response (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for additional reasons to stop image generation (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add log_probability_sum (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add Computer Use tool type (PiperOrigin-RevId: 819821787) (0241a9ca)

Bug Fixes

  • replaced GenerateVideoResponse by PredictLongRunningGeneratedVideoResponse field (PiperOrigin-RevId: 819821787) (0241a9ca)

... (truncated)

Changelog

Sourced from cloud.google.com/go/auth's changelog.

v0.17.0

  • firestore BREAKING CHANGES:
    • Remove UpdateMap and UpdateStruct; rename UpdatePaths to Update. Change docref.UpdateMap(ctx, map[string]interface{}{"a.b", 1}) to docref.Update(ctx, []firestore.Update{{Path: "a.b", Value: 1}})

      Change docref.UpdateStruct(ctx, []string{"Field"}, aStruct) to docref.Update(ctx, []firestore.Update{{Path: "Field", Value: aStruct.Field}})

    • Rename MergePaths to Merge; require args to be FieldPaths

    • A value stored as an integer can be read into a floating-point field, and vice versa.

  • bigtable/cmd/cbt:
    • Support deleting a column.
    • Add regex option for row read.
  • spanner: Mark stable.
  • storage:
    • Add Reader.ContentEncoding method.
    • Fix handling of SignedURL headers.
  • bigquery:
    • If Uploader.Put is called with no rows, it returns nil without making a call.
    • Schema inference supports the "nullable" option in struct tags for non-required fields.
    • TimePartitioning supports "Field".

v0.16.0

  • Other bigquery changes:

    • JobIterator.Next returns *Job; removed JobInfo (BREAKING CHANGE).
    • UseStandardSQL is deprecated; set UseLegacySQL to true if you need Legacy SQL.
    • Uploader.Put will generate a random insert ID if you do not provide one.
    • Support time partitioning for load jobs.
    • Support dry-run queries.
    • A Job remembers its last retrieved status.
    • Support retrieving job configuration.
    • Support labels for jobs and tables.
    • Support dataset access lists.
    • Improve support for external data sources, including data from Bigtable and Google Sheets, and tables with external data.
    • Support updating a table's view configuration.
    • Fix uploading civil times with nanoseconds.
  • storage:

    • Support PubSub notifications.

... (truncated)

Commits
  • 050b16d all: update version and README
  • def6812 storage: fix SignedURL integration test
  • ff434d4 all: make tests pass with go1.10beta1
  • ad7ff91 storage: add header sanitisation for SignedURL.
  • b97d364 internal/fields: fix test to match next Go version
  • 6856ba4 bigquery: support inference of nullable fields
  • 5fa930e bigquery: support time-partitioning field
  • 9cfa4d0 bigtable: link to the cbt installation instructions in the cbt docs
  • 3051b91 datatransfer: move into bigquery dir
  • 5733118 firestore: remove UpdateMap and UpdateStruct
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) from 0.9.3 to 0.17.0.
- [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@auth/v0.9.3...v0.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/auth
  dependency-version: 0.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from botirk38 as a code owner December 8, 2025 09:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants