Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Jun 8, 2021

  1. feat: add iterator capability to paged iterators (#200)

    * feat: add iterator capability to *Iterator classes
    
    The *Iterator classes are only _iterables_, and this commit also makes
    them _iterators_, i.e. calling next(iterator) on them now works.
    
    * Make AsyncIterator an actual async iterator
    plamut authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3487d68 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.30.0 (#201)

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