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.19.2
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.20.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    082bce2 View commit details
    Browse the repository at this point in the history
  2. feat: Add support for creating exceptions from an asynchronous respon…

    …se (#688)
    
    * feat: add suport for mapping exceptions to rest callables
    
    * avoid wrapping errors for rest callable
    
    * fix lint issues
    
    * add test coverage
    
    * address PR comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix lint issues
    
    * fix for none type method
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    ohmayr and gcf-owl-bot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1c4b0d0 View commit details
    Browse the repository at this point in the history
  3. feat: add async unsupported paramater exception (#694)

    * feat: add async unsupported paramater exception
    
    * Update google/api_core/exceptions.py
    
    Co-authored-by: Victor Chudnovsky <[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: Victor Chudnovsky <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8c137fe View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. build(python): release script update (#699)

    Source-Link: googleapis/synthtool@71a7297
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e542124 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat: add support for asynchronous rest streaming (#686)

    * duplicating file to base
    
    * restore original file
    
    * duplicate file to async
    
    * restore original file
    
    * duplicate test file for async
    
    * restore test file
    
    * feat: add support for asynchronous rest streaming
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix naming issue
    
    * fix import module name
    
    * pull auth feature branch
    
    * revert setup file
    
    * address PR comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * run black
    
    * address PR comments
    
    * update nox coverage
    
    * address PR comments
    
    * fix nox session name in workflow
    
    * use https for remote repo
    
    * add context manager methods
    
    * address PR comments
    
    * update auth error versions
    
    * update import error
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    ohmayr and gcf-owl-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b7bb6d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore(main): release 2.20.0 (#693)

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