Skip to content

Releases: polygon-io/client-python

v1.13.0

26 Oct 13:43
d971fd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.8...v1.13.0

v1.12.8

29 Sep 02:49
14a866f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.7...v1.12.8

v1.12.7

27 Sep 17:55
26048f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.6...v1.12.7

v1.12.6

27 Sep 15:44
9b4ecb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.5...v1.12.6

v1.12.5

23 Sep 18:53
e16370e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.12.5

v1.12.4

21 Aug 20:39
0aa413c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.3...v1.12.4

v1.12.3

07 Aug 23:35
7fabf81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

v1.12.2

04 Aug 16:36
df9547b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.12.2

v1.12.1

03 Aug 21:50
faf55de
Compare
Choose a tag to compare

What's Changed

  • Fix parameter naming and add missing parameters in list_universal_snapshots by @justinpolygon in #485

Full Changelog: v1.12.0...v1.12.1

v1.12.0

03 Aug 17:00
31d47cb
Compare
Choose a tag to compare

What's Changed

Breaking Change: Handling of No Results

In this release, we have updated the behavior when no results are found via #483. Previously, a NoResultsError would be raised; now, the functions _get and _paginate_iter will return an empty array instead. This change is designed to make the code more user-friendly and consistent with our other client libraries. Please review your error handling related to these functions as this change may require updates to your existing code.

Full Changelog: v1.11.0...v1.12.0