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.11.1
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.12.0
Choose a head ref
  • 9 commits
  • 44 files changed
  • 7 contributors

Commits on Jun 29, 2023

  1. chore: store artifacts in placer (#508)

    Source-Link: googleapis/synthtool@cb96037
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2dcf4bb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. build(deps): [autoapprove] bump cryptography from 41.0.0 to 41.0.2 (#513

    )
    
    Source-Link: googleapis/synthtool@d6103f4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39f0f3f2be02ef036e297e376fe3b6256775576da8a6ccb1d5eeb80f4c8bf8fb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c3afbeb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. build(deps): [autoapprove] bump pygments from 2.13.0 to 2.15.0 (#515)

    Source-Link: googleapis/synthtool@eaef28e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9e
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6682a66 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. build(deps): [autoapprove] bump certifi from 2022.12.7 to 2023.7.22 (#…

    …517)
    
    Source-Link: googleapis/synthtool@395d53a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    89d5e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#520)

    * build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3
    
    Source-Link: googleapis/synthtool@352b9d4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7
    
    * remove pytest pin in noxfile
    
    * lint E721, lint F811
    
    * build: remove sphinx pin in docfx session
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    afe66d7 View commit details
    Browse the repository at this point in the history
  2. docs: fix a typo in google/api_core/page_iterator.py (#511)

    Fix a common typo: `s/the the /the /`.
    
    Fixes #510  🦕
    bneb authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c0ce73c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. feat: Add a little bit of typing to google.api_core.retry (#453)

    * ref(typing): add a little bit of typing to google.api_core.retry
    
    * coverage
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    asottile-sentry and parthea authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2477ab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. feat: Add grpc Compression argument to channels and methods (#451)

    * (feat): Add grpc Compression argument
    
    * Add compression arg to channel creation
    
    * fix linter errors
    
    * fix linter errors
    
    * refactor with new lib
    
    * reformat
    
    * fix tests
    
    * add compression after refactor:
    
    * fix lint
    
    * fix unit tests
    
    * fix unit tests
    
    * fix operation
    
    * remove unused import
    
    * remove compression for grpc_gcp.secure_channel call
    
    * fix method.py comment
    
    * Update grpc_helpers.py
    
    Remove experimental disclaimer
    
    * Update grpc_helpers_async.py
    
    Remove experimental disclaimer
    
    * Update google/api_core/operations_v1/operations_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_async_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_async_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_async_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_async_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update google/api_core/operations_v1/operations_client.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    acocuzzo and parthea authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bdebd63 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(main): release 2.12.0 (#521)

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