Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module cloud.google.com/go/vertexai to v0.13.1 - autoclosed #1199

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/vertexai v0.7.1 -> v0.13.1 age adoption passing confidence

Release Notes

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

v0.13.0

Compare Source

  • bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
    options to continue using Legacy SQL after the client switches its default
    to Standard SQL.

  • bigquery: Support for updating dataset labels.

  • bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
    than the client's. DatasetsInProject is no longer needed and is deprecated.

  • bigtable: Fail ListInstances when any zones fail.

  • spanner: support decoding of slices of basic types (e.g. []string, []int64,
    etc.)

  • logging/logadmin: UpdateSink no longer creates a sink if it is missing
    (actually a change to the underlying service, not the client)

  • profiler: Service and ServiceVersion replace Target in Config.

v0.12.0

Compare Source

  • pubsub: Subscription.Receive now uses streaming pull.

  • pubsub: add Client.TopicInProject to access topics in a different project
    than the client.

  • errors: renamed errorreporting. The errors package will be removed shortly.

  • datastore: improved retry behavior.

  • bigquery: support updates to dataset metadata, with etags.

  • bigquery: add etag support to Table.Update (BREAKING: etag argument added).

  • bigquery: generate all job IDs on the client.

  • storage: support bucket lifecycle configurations.

v0.11.0

Compare Source

  • Clients for spanner, pubsub and video are now in beta.

  • New client for DLP.

  • spanner: performance and testing improvements.

  • storage: requester-pays buckets are supported.

  • storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.

  • pubsub: bug fixes and other minor improvements

v0.10.0

Compare Source

  • pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.

  • pubsub: Subscription.Receive now runs concurrently for higher throughput.

  • vision: cloud.google.com/go/vision is deprecated. Use
    cloud.google.com/go/vision/apiv1 instead.

  • translation: now stable.

  • trace: several changes to the surface. See the link below.

Code changes required from v0.9.0
  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client.
    Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client.
    Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC
    interceptor as a dial option as shown below when initializing Cloud package
    clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    }
    

v0.9.0

Compare Source

  • Breaking changes to some autogenerated clients.
  • rpcreplay package added.

v0.8.0

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 a team as a code owner July 15, 2024 18:12
@renovate renovate bot requested a review from a team as a code owner July 15, 2024 18:12
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 7 times, most recently from 72a1642 to ce7c6cd Compare July 22, 2024 07:29
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 8 times, most recently from d9bca19 to 8f653b6 Compare August 8, 2024 09:38
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 7 times, most recently from a85019b to 4fc2943 Compare August 15, 2024 17:42
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 3 times, most recently from e24c8db to 7227083 Compare August 22, 2024 16:25
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.12.0 fix(deps): update module cloud.google.com/go/vertexai to v0.13.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 6 times, most recently from a80a142 to bd59135 Compare September 27, 2024 06:48
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 5 times, most recently from 7fc1227 to 3869242 Compare October 4, 2024 06:57
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 7 times, most recently from d118381 to c12e043 Compare October 16, 2024 14:44
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch 7 times, most recently from 9f07d32 to 00d006e Compare October 31, 2024 15:19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-vertexai-0.x branch from 00d006e to 36791a5 Compare October 31, 2024 16:18
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/vertexai to v0.13.1 fix(deps): update module cloud.google.com/go/vertexai to v0.13.1 - autoclosed Oct 31, 2024
@renovate renovate bot closed this Oct 31, 2024
@renovate renovate bot deleted the renovate/cloud.google.com-go-vertexai-0.x branch October 31, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants