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.2.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.2.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 26, 2021

  1. fix: revert "fix: do not error on LROs with no response or error" (#294)

    Reverts #258
    
    
    From @TrucHLe 
    > A while ago you helped me submit this pull request for the Python LRO client library. This was about making the LRO library not throw an error when receiving an empty LRO response. It turns out that the Python LRO library has always been behaving correctly by accepting empty LRO responses. It would just throw an error if the response field is NULL (see screenshot).
    >
    > Since then I've consulted other LRO client library owners (@vam-google ) and it turns out that the fault was in the CCAI Insights server code. CCAI Insights was returning NULL responses instead of empty responses (more context here b/202432905). Since then the issue has been fixed in our server and has rolled out to production, so reverting the Python LRO false fix wouldn't break our code sample.
    busunkim96 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9e6091e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. chore: release 2.2.1 (#296)

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