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

Commits on Jun 29, 2023

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

    Source-Link:googleapis/synthtool@cb96037Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJun 29, 2023
    Configuration menu
    Copy the full SHA
    2dcf4bbView 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@d6103f4Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39f0f3f2be02ef036e297e376fe3b6256775576da8a6ccb1d5eeb80f4c8bf8fbCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 17, 2023
    Configuration menu
    Copy the full SHA
    c3afbebView 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@eaef28ePost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9eCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 21, 2023
    Configuration menu
    Copy the full SHA
    6682a66View 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@395d53aPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJul 27, 2023
    Configuration menu
    Copy the full SHA
    89d5e22View 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.3Source-Link:googleapis/synthtool@352b9d4Post-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-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>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@parthea
    3 people authoredAug 7, 2023
    Configuration menu
    Copy the full SHA
    afe66d7View 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
    bneb authoredAug 7, 2023
    Configuration menu
    Copy the full SHA
    c0ce73cView 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 <partheniou@google.com>
    @asottile-sentry@parthea
    asottile-sentry andparthea authoredSep 1, 2023
    Configuration menu
    Copy the full SHA
    2477ab9View 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.pyRemove experimental disclaimer* Update grpc_helpers_async.pyRemove experimental disclaimer* Update google/api_core/operations_v1/operations_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_async_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_async_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_async_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_async_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>* Update google/api_core/operations_v1/operations_client.pyCo-authored-by: Anthonios Partheniou <partheniou@google.com>---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @acocuzzo@parthea
    acocuzzo andparthea authoredSep 7, 2023
    Configuration menu
    Copy the full SHA
    bdebd63View 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
    release-please[bot] authoredSep 25, 2023
    Configuration menu
    Copy the full SHA
    887751eView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp