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.14.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.15.0
Choose a head ref
  • 11 commits
  • 32 files changed
  • 10 contributors

Commits on Nov 17, 2023

  1. fix: replace deprecated datetime.datetime.utcnow() (#552)

    Fixes #540
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    DouglasBlackwood and parthea authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    448923a View commit details
    Browse the repository at this point in the history
  2. feat: add type annotations to wrapped grpc calls (#554)

    * add types to grpc call wrappers
    
    * fixed tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * changed type
    
    * changed async types
    
    * added tests
    
    * fixed lint issues
    
    * Update tests/asyncio/test_grpc_helpers_async.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * turned GrpcStream into a type alias
    
    * added test for GrpcStream
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * added comment
    
    * reordered types
    
    * changed type var to P
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fc12b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat: add universe_domain attribute to ClientOptions (#546)

    * feat: add universe_domain option for TPC
    
    * test: update options to include universe domain
    
    * update the docstring
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update google/api_core/client_options.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update client_options.py
    
    ---------
    
    Co-authored-by: omair <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    4 people authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3069ef4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix: fix regression in bidi causing `Thread-ConsumeBidirectionalStr…

    …eam caught unexpected exception and will exit` (#562)
    
    * chore: partial revert of PR #357
    
    This reverts commit e120a0c.
    
    * add comment
    parthea authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    40c8ae0 View commit details
    Browse the repository at this point in the history
  2. feat: Introduce compatibility with native namespace packages (#561)

    * feat: Introduce compatibility with native namespace packages
    
    * 🦉 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>
    parthea and gcf-owl-bot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bd82827 View commit details
    Browse the repository at this point in the history
  3. chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…

    …lates/python_library/.kokoro (#559)
    
    Source-Link: googleapis/synthtool@9367caa
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03c
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9e826d9 View commit details
    Browse the repository at this point in the history
  4. feat: Add support for Python 3.12 (#557)

    * chore(python): Add Python 3.12
    
    Source-Link: googleapis/synthtool@af16e6d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5
    
    * Update common files to include python 3.12
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    091b4f1 View commit details
    Browse the repository at this point in the history
  5. chore: simplify bidi.py:_RequestQueueGenerator._is_active() (#563)

    Simplify using DeMorgan's law
    vchudnov-g authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    42e8b6e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. build: treat warnings as errors (#564)

    * build: treat warnings as errors
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * lint
    
    * add pytest.ini
    
    * add line break
    
    * filter warning which appears only in python 3.7
    
    * filter deprecation warning for grpcio-gcp
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    parthea and gcf-owl-bot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    46e8789 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(deps): update all dependencies (#566)

    * chore(deps): update all dependencies
    
    * 🦉 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 Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f58c9fc View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.15.0 (#555)

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