- Notifications
You must be signed in to change notification settings - Fork95
Comparing changes
Open a pull request
base repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
base:v2.14.0
head repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.15.0
- 11commits
- 32files changed
- 10contributors
Commits on Nov 17, 2023
fix: replace deprecated
datetime.datetime.utcnow()(#552)Fixes#540Co-authored-by: Anthonios Partheniou <partheniou@google.com>
feat: add type annotations to wrapped grpc calls (#554)
* add types to grpc call wrappers* fixed tests* 🦉 Updates from OwlBot post-processorSeehttps://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.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* turned GrpcStream into a type alias* added test for GrpcStream* 🦉 Updates from OwlBot post-processorSeehttps://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 <partheniou@google.com>
Commits on Nov 20, 2023
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-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Update google/api_core/client_options.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update client_options.py---------Co-authored-by: omair <omairn@google.com>Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Dec 1, 2023
fix: fix regression in
bidicausing `Thread-ConsumeBidirectionalStr……eam caught unexpected exception and will exit` (#562)* chore: partial revert of PR#357This reverts commite120a0c.* add comment
parthea authoredDec 1, 2023 feat: Introduce compatibility with native namespace packages (#561)
* feat: Introduce compatibility with native namespace packages* 🦉 Updates from OwlBot post-processorSeehttps://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>
chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…
…lates/python_library/.kokoro (#559)Source-Link:googleapis/synthtool@9367caaPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03cCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
feat: Add support for Python 3.12 (#557)
* chore(python): Add Python 3.12Source-Link:googleapis/synthtool@af16e6dPost-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 <partheniou@google.com>
chore: simplify bidi.py:_RequestQueueGenerator._is_active() (#563)
Simplify using DeMorgan's law
vchudnov-g authoredDec 1, 2023
Commits on Dec 4, 2023
build: treat warnings as errors (#564)
* build: treat warnings as errors* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* 🦉 Updates from OwlBot post-processorSeehttps://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>
Commits on Dec 7, 2023
chore(deps): update all dependencies (#566)
* chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://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>
chore(main): release 2.15.0 (#555)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredDec 7, 2023
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.14.0...v2.15.0
Uh oh!
There was an error while loading.Please reload this page.