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.3.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.4.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 7 contributors

Commits on Dec 8, 2021

  1. ci: run lint / mypy / unit tests / coverage as GH actions (#287)

    Make GH Action checks required
    tseaver authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    479d6a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. feat: add support for 'error_info' (#315)

    * feat: Adds support for error_info.
    
    * chore: fixes pytype.
    
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    atulep and tseaver authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    cc46aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. fix: exclude function target from retry deadline exceeded exception m…

    …essage (#318)
    
    * Exclude function target from retry deadline exceeded exception message
    
    * apply similar patch in retry_async.py
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    sushicw and parthea authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    34ebdcc View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    6538e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. chore: update release_level in repo-metadata.json (#326)

    * chore: update .repo-metadata.json
    
    * revert
    
    * remove api_shortname
    parthea authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    69a99d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. feat: iterator for processing JSON responses in REST streaming. (#317)

    * feat: files for REST server streaming.
    atulep authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f9f2696 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore: release 2.4.0 (#316)

    * chore: release 2.4.0
    
    * chore: delete #318 from log (already released)
    
    * Update changelog to include published versions
    
    * insert newline in changelog
    
    * insert newline in changelog
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    beb3e63 View commit details
    Browse the repository at this point in the history
Loading