Skip to content

v12.5.1

Latest
Compare
Choose a tag to compare
@mbroshi-stripe mbroshi-stripe released this 05 Sep 13:22
· 13 commits to master since this release
  • #1563 fix: Paginate backwards if starting_after == None
    • Addresses an issue where List iteration would be forwards when starting_after was set to None but backwards if it was not set at all. Now, it will paginate backwards in both cases.

See the changelog for more details.