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.2.2
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.3.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 6 contributors

Commits on Nov 3, 2021

  1. fix: handle bare 'grpc.Call' in 'from_grpc_error' (#298)

    * fix: handle bare 'grpc.Call' in 'from_grpc_error'
    
    Fixes: #297.
    
    * tests: add assertion for 'exception.details'
    tseaver authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    060b339 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. chore(python): add .github/CODEOWNERS as a templated file (#308)

    Source-Link: googleapis/synthtool@c5026b3
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:0e18b9475fbeb12d9ad4302283171edebb6baf2dfca1bd215ee3b34ed79d95d7
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4b40789 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. ci: tweak mypy to check 'google.protobuf' (#310)

    Install the 'types-protobuf' package in support.
    tseaver authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    bc0abe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. feat: add operations rest client to support long-running operations. (#…

    …311)
    
    * feat: add operations rest client to support long-running operations.
    
    * fix: address test coverage gaps in operations rest client.
    
    * fix: removed stray print statement.
    
    * fix: address lint, blacken, and mypy issues.
    
    * fix: address pytype, more coverage issues
    
    * fix: addressed additional pytype issues and one coverage line.
    
    * fix: renamed OperationsRestClient to AbstractOperationsClient.
    
    Co-authored-by: Kenneth Bandes <kbandes@google.com>
    kbandes and Kenneth Bandes authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ce1adf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. chore: release 2.3.0 (#314)

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