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/python-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 1, 2022

  1. chore(deps): update actions/setup-python action to v3 (#346)

    Source-Link: googleapis/synthtool@571ee2c
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67
    gcf-owl-bot[bot] authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b558e3d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. chore(deps): update all dependencies to v3 (#347)

    * chore(deps): update all dependencies to v3
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6f61491 View commit details
    Browse the repository at this point in the history
  2. feat: initial support for Extended Operations (#344)

    Certain APIs with Long-Running Operations deviate from the semantics
    in https://google.aip.dev/151 and instead define custom operation
    messages, aka Extended Operations.
    
    This change adds a PollingFuture subclass designed to be used with
    Extended Operations. It is analogous and broadly similar to
    google.api_core.operation.Operation and subclasses
    google.api_core.future.polling.PollingFuture.
    
    The full description of Extended Operation semantics is beyond the
    scope of this change.
    software-dov authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    021bb7d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. chore(deps): update actions/checkout action to v3 (#349)

    Source-Link: googleapis/synthtool@ca87909
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392
    gcf-owl-bot[bot] authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a226a7c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.6.0 (#350)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    04a8b8b View commit details
    Browse the repository at this point in the history
Loading