Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aiplatform/v1.27.0
Choose a base ref
...
head repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aiplatform/v1.28.0
Choose a head ref
  • 12 commits
  • 1,547 files changed
  • 4 contributors

Commits on Dec 1, 2022

  1. feat(pubsublite): set finalizer for PublisherClient (#7109)

    Mitigates `PublisherClient.Stop` not being called when the publisher is no longer used. Users must still call `Stop` to promptly shut down the publisher, as finalizers run after an arbitrary amount of time.
    tmdiep authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e648bd9 View commit details
    Browse the repository at this point in the history
  2. chore(main): release pubsublite 1.5.0 (#7064)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.5.0](https://togithub.com/googleapis/google-cloud-go/compare/pubsublite/v1.4.1...pubsublite/v1.5.0) (2022-12-01)
    
    
    ### Features
    
    * **pubsublite:** Add current state of export subscriptions to API ([2a0b1ae](https://togithub.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))
    * **pubsublite:** Remove obsolete export subscription statuses field from API ([7231644](https://togithub.com/googleapis/google-cloud-go/commit/7231644e71f05abc864924a0065b9ea22a489180))
    * **pubsublite:** Set finalizer for PublisherClient ([#7109](https://togithub.com/googleapis/google-cloud-go/issues/7109)) ([e648bd9](https://togithub.com/googleapis/google-cloud-go/commit/e648bd95ff5b33383440e18245106741292ac97a))
    * **pubsublite:** start generating proto stubs ([cf89415](https://togithub.com/googleapis/google-cloud-go/commit/cf894154e451a32b431fef2af3781a0d2d8080ff))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    10f95e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. chore: downgrade some dependencies (#7117)

    Although the way we rely on these modules today is compatible with
    1.15 the whole module itself is not at these revisions. This makes
    our dependency on them quite fragile and error prone. To be safe I
    am downgrading and freezing some dependencies until we support a
    min version of 1.17
    
    Changes:
    
    fix(bigtable): downgrade some dependencies
    
    fix(profiler): downgrade some dependencies
    
    fix(logging): downgrade some dependencies
    
    fix(pubsub): downgrade some dependencies
    
    fix(storage): downgrade some dependencies
    codyoss authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7540152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e3cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd7b5a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18bb342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3756ec8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b12b16f View commit details
    Browse the repository at this point in the history
  7. feat(datastore): Return Get, GetMulti, Put and PutMulti errors with e…

    …nhanced details (#7061)
    
    * feat: Fold multiArgCheck logic in get and also return descriptive errors
    ionicc authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c82b63a View commit details
    Browse the repository at this point in the history
  8. chore: rewrite signatures for final library migration (#7127)

    Changes:
    
    feat(spanner): rewrite signatures and type in terms of new location
    
    feat(bigquery): rewrite signatures and type in terms of new location
    
    feat(pubsub): rewrite signatures and type in terms of new location
    
    feat(firestore): rewrite signatures and type in terms of new location
    
    feat(errorreporting): rewrite signatures and type in terms of new location
    
    feat(aiplatform): rewrite signatures and type in terms of new location
    
    feat(logging): rewrite signatures and type in terms of new location
    
    feat(datastore): rewrite signatures and type in terms of new location
    
    feat(compute): rewrite signatures and type in terms of new location
    
    feat(pubsublite): rewrite signatures and type in terms of new location
    codyoss authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    620e6d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. feat(iam): start generating and refresh some libraries (#7089)

    - Refresh the admin/apiv1 library. Keeping it out of auto generation due to conflicts in handcrafted files living alongside the client.
    - Start generating a gapic for apiv1
    - Start generating stubs dirs for both
    codyoss authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a9045ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4854a71 View commit details
    Browse the repository at this point in the history
Loading