Skip to content

Update module cloud.google.com/go/vertexai to v0.19.0#74

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloud.google.com-go-vertexai-0.x
Open

Update module cloud.google.com/go/vertexai to v0.19.0#74
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloud.google.com-go-vertexai-0.x

Conversation

@renovate

@renovate renovate Bot commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloud.google.com/go/vertexai v0.13.2v0.19.0 age confidence

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/vertexai)

v0.19.0

Compare Source

  • bigquery:

    • Support customer-managed encryption keys.
  • bigtable:

    • Improved emulator support.
    • Support GetCluster.
  • datastore:

    • Add general mutations.
    • Support pointer struct fields.
    • Support transaction options.
  • firestore:

    • Add Transaction.GetAll.
    • Support document cursors.
  • logging:

    • Support concurrent RPCs to the service.
    • Support per-entry resources.
  • profiler:

    • Add config options to disable heap and thread profiling.
    • Read the project ID from $GOOGLE_CLOUD_PROJECT when it's set.
  • pubsub:

    • BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after the
      callback returns).
    • Add SubscriptionInProject.
    • Add OpenCensus instrumentation for streaming pull.
  • storage:

    • Support CORS.

v0.18.0

Compare Source

  • bigquery:

    • Marked stable.
    • Schema inference of nullable fields supported.
    • Added TimePartitioning to QueryConfig.
  • firestore: Data provided to DocumentRef.Set with a Merge option can contain
    Delete sentinels.

  • logging: Clients can accept parent resources other than projects.

  • pubsub:

    • pubsub/pstest: A lighweight fake for pubsub. Experimental; feedback welcome.
    • Support updating more subscription metadata: AckDeadline,
      RetainAckedMessages and RetentionDuration.
  • oslogin/apiv1beta: New client for the Cloud OS Login API.

  • rpcreplay: A package for recording and replaying gRPC traffic.

  • spanner:

    • Add a ReadWithOptions that supports a row limit, as well as an index.
    • Support query plan and execution statistics.
    • Added OpenCensus support.
  • storage: Clarify checksum validation for gzipped files (it is not validated
    when the file is served uncompressed).

v0.17.0

Compare Source

  • 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

Compare Source

  • 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.
    • Support Requester Pays buckets.
  • profiler: Support goroutine and mutex profile types.

v0.15.0

Compare Source

  • firestore: beta release. See the
    announcement.

  • errorreporting: The existing package has been redesigned.

  • errors: This package has been removed. Use errorreporting.

v0.14.0

  • bigquery BREAKING CHANGES:

    • Standard SQL is the default for queries and views.
    • Table.Create takes TableMetadata as a second argument, instead of
      options.
    • Dataset.Create takes DatasetMetadata as a second argument.
    • DatasetMetadata field ID renamed to FullID
    • TableMetadata field ID renamed to FullID
  • Other bigquery changes:

    • The client will append a random suffix to a provided job ID if you set
      AddJobIDSuffix to true in a job config.
    • Listing jobs is supported.
    • Better retry logic.
  • vision, language, speech: clients are now stable

  • monitoring: client is now beta

  • profiler:

    • Rename InstanceName to Instance, ZoneName to Zone
    • Auto-detect service name and version on AppEngine.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from kechigon as a code owner February 3, 2026 02:00
@renovate renovate Bot requested a review from pacificbelt30 February 3, 2026 02:00
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from 9264a47 to b6eae1c Compare February 3, 2026 02:09
@renovate

renovate Bot commented Feb 3, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 26 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
golang.org/x/oauth2 v0.34.0 -> v0.36.0
cloud.google.com/go v0.121.2 -> v0.123.0
cloud.google.com/go/aiplatform v1.89.0 -> v1.122.0
cloud.google.com/go/auth v0.16.5 -> v0.18.2
cloud.google.com/go/iam v1.5.2 -> v1.6.0
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.14
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.20.0
go.opentelemetry.io/otel v1.38.0 -> v1.42.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.42.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.42.0
golang.org/x/crypto v0.47.0 -> v0.49.0
golang.org/x/mod v0.31.0 -> v0.33.0
golang.org/x/net v0.49.0 -> v0.52.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.40.0 -> v0.42.0
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc -> v0.0.0-20260209163413-e7419c687ee4
golang.org/x/text v0.33.0 -> v0.35.0
golang.org/x/time v0.12.0 -> v0.15.0
golang.org/x/tools v0.40.0 -> v0.42.0
google.golang.org/api v0.239.0 -> v0.274.0
google.golang.org/genai v1.37.0 -> v1.52.1
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda -> v0.0.0-20260401001100-f93e5f3e9f0f
google.golang.org/genproto/googleapis/rpc v0.0.0-20260202165425-ce8ad4cf556b -> v0.0.0-20260401001100-f93e5f3e9f0f
google.golang.org/grpc v1.78.0 -> v1.79.3

@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 2 times, most recently from 0085126 to 270b5f6 Compare February 3, 2026 03:23
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from 270b5f6 to 319f06a Compare February 3, 2026 03:43
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from 319f06a to 87b930c Compare March 16, 2026 22:41
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.15.0 fix(deps): update module cloud.google.com/go/vertexai to v0.16.0 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from 87b930c to e02ac63 Compare March 18, 2026 18:46
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.16.0 fix(deps): update module cloud.google.com/go/vertexai to v0.17.0 Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from e02ac63 to a1e0d6b Compare April 2, 2026 19:52
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.17.0 fix(deps): update module cloud.google.com/go/vertexai to v0.18.0 Apr 2, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.18.0 Update module cloud.google.com/go/vertexai to v0.18.0 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from a1e0d6b to 07568f2 Compare April 9, 2026 23:04
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.18.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 9, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 15, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 17, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 19, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 19, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 21, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 22, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 23, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 23, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 29, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Apr 30, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Apr 30, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 1, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 May 12, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 12, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 May 14, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 15, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 May 18, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 19, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 May 22, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 23, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 May 28, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 May 29, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Jun 1, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Jun 2, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Jun 11, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Jun 12, 2026
@renovate renovate Bot changed the title Update module cloud.google.com/go/vertexai to v0.19.0 fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Jun 18, 2026
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.19.0 Update module cloud.google.com/go/vertexai to v0.19.0 Jun 19, 2026
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.

0 participants