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.20.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.21.0
Choose a head ref
  • 4 commits
  • 23 files changed
  • 4 contributors

Commits on Sep 20, 2024

  1. fix: set chunk size for async stream content (#702)

    * fix: set chunk size for async stream content
    
    * add TODO comment
    ohmayr authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    45b8a6d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: add async_rest extra for async rest dependencies (#701)

    * fix: add extra for aiohttp
    
    * improve error message
    
    * with -> w; apply same change to prerelease_deps
    
    * move error to try block
    
    * address feedback
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update noxfile
    
    ---------
    
    Co-authored-by: ohmayr <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    84bf637 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. feat: add support for asynchronous long running operations (#724)

    * feat: implement `OperationsRestAsyncTransport` to support long running operations (#700)
    
    * feat: Add OperationsRestAsyncTransport to support long running operations
    
    * update TODO comment
    
    * update TODO comment
    
    * address feedback
    
    * address feedback
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix mypy and lint issues
    
    * minor fix
    
    * add no cover
    
    * fix no cover tag
    
    * link coverage issue
    
    * silence coverage issue
    
    * fix statement name error
    
    * address PR feedback
    
    * address PR feedback
    
    * address PR comments
    
    ---------
    
    Co-authored-by: ohmayr <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    * feat: implement async client for LROs (#707)
    
    * feat: implement `AbstractOperationsAsyncClient` to support long running operations
    
    * remove coverage guards
    
    * address presubmit failures
    
    * fix coverage for cancel operation
    
    * tests cleanup
    
    * fix incorrect tests
    
    * file bugs
    
    * add auth import
    
    * address PR comments
    
    * address PR comments
    
    * fix unit tests and address more comments
    
    * disable retry parameter
    
    * add retry parameter
    
    * address PR comments
    
    ---------
    
    Co-authored-by: ohmayr <[email protected]>
    Co-authored-by: ohmayr <[email protected]>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aaed69b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. chore(main): release 2.21.0 (#704)

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