Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 11commits
  • 32files changed
  • 10contributors

Commits on Nov 17, 2023

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

    Fixes#540Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @DouglasBlackwood@parthea
    DouglasBlackwood andparthea authoredNov 17, 2023
    Configuration menu
    Copy the full SHA
    448923aView 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-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>
    @daniel-sanche@gcf-owl-bot@parthea
    3 people authoredNov 17, 2023
    Configuration menu
    Copy the full SHA
    fc12b40View 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-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>
    @ohmayr@gcf-owl-bot@parthea
    4 people authoredNov 20, 2023
    Configuration menu
    Copy the full SHA
    3069ef4View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix: fix regression inbidi causing `Thread-ConsumeBidirectionalStr…

    …eam caught unexpected exception and will exit` (#562)* chore: partial revert of PR#357This reverts commite120a0c.* add comment
    @parthea
    parthea authoredDec 1, 2023
    Configuration menu
    Copy the full SHA
    40c8ae0View 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-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>
    @parthea@gcf-owl-bot
    parthea andgcf-owl-bot[bot] authoredDec 1, 2023
    Configuration menu
    Copy the full SHA
    bd82827View 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@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>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredDec 1, 2023
    Configuration menu
    Copy the full SHA
    9e826d9View 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.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>
    @gcf-owl-bot@parthea
    3 people authoredDec 1, 2023
    Configuration menu
    Copy the full SHA
    091b4f1View 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
    vchudnov-g authoredDec 1, 2023
    Configuration menu
    Copy the full SHA
    42e8b6eView 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-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>
    @parthea@gcf-owl-bot
    parthea andgcf-owl-bot[bot] authoredDec 4, 2023
    Configuration menu
    Copy the full SHA
    46e8789View 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-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>
    @renovate-bot@gcf-owl-bot
    renovate-bot andgcf-owl-bot[bot] authoredDec 7, 2023
    Configuration menu
    Copy the full SHA
    f58c9fcView 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
    release-please[bot] authoredDec 7, 2023
    Configuration menu
    Copy the full SHA
    9866183View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp