Skip to content

Releases: polygon-io/client-python

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

v1.11.0

25 Jul 22:22
a2ce160
Compare
Choose a tag to compare

Add Support For Second Aggs

What's Changed

Full Changelog: v1.10.1...v1.11.0

v1.10.1

14 Jun 15:20
ddd5cfb
Compare
Choose a tag to compare

What's Changed

  • Updated documentation and examples to support Aggregates Pagination by @justinpolygon in #460

Full Changelog: v1.10.0...v1.10.1

v1.10.0

12 Jun 20:24
e9754bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9...v1.10.0

v1.9

20 May 19:46
b510b68
Compare
Choose a tag to compare

What's Changed

  • Added support for v3/snapshot in #444
  • Added trace option for better API call debugging in #432
  • Updated snapshot min to support n and t in #447
  • Updated demo_correlation_matrix.py in #443
  • Bump types-urllib3 from 1.26.25.4 to 1.26.25.13 in #442
  • Bump pook from 1.0.2 to 1.1.1 in #362
  • Bump sphinx-autodoc-typehints in #427

New Contributors

Full Changelog: v1.8.6...v1.9

v1.8.6

17 May 15:05
0b86ae7
Compare
Choose a tag to compare

What's Changed

  • Update README.md to include tutorial links in #430
  • Update indices-snapshots.py demo in #431
  • Update: Add MIC specification for primary exchange in #436
  • Update reference.py to include indices in #435
  • Update options-snapshots_options_chain.py demo in #433
  • Spec spelling/examples updates in #434
  • Added demo for correlation matrix in #441
  • Fix ws IndexValue parse in #428
  • Add indices.py ws example in #429

Full Changelog: v1.8.5...v1.8.6

v1.8.5

04 Apr 15:21
5d8560c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5