Releases: polygon-io/client-python
v1.12.3
What's Changed
- Added currency to dividends by @justinpolygon in #495
- Bump types-urllib3 from 1.26.25.13 to 1.26.25.14 by @dependabot in #493
- Bump types-setuptools from 67.8.0.0 to 68.0.0.3 by @dependabot in #490
- Bump sphinx from 5.3.0 to 6.2.1 by @dependabot in #491
- Bump orjson from 3.8.13 to 3.9.3 by @dependabot in #492
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Fix ticker events returns to composite_figi by @shooit in #423
- Added type annotations to modelclass by @shooit in #425
- Fix linting for upgrade to poetry black 23.7.0 by @justinpolygon in #486
- Bump black from 22.12.0 to 23.7.0 by @dependabot in #470
- Update ws spec for Launchpad by @justinpolygon in #464
- Update urllib3 release channel to 1.x by @justinpolygon in #487
New Contributors
Full Changelog: v1.12.1...v1.12.2
v1.12.1
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
What's Changed
- Return empty array instead of raising NoResultsError for missing results by @justinpolygon in #483
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #482
- Bump pygments from 2.13.0 to 2.15.0 by @dependabot in #473
- Bump sphinx-rtd-theme from 1.1.1 to 1.2.2 by @dependabot in #458
- Bump mypy from 1.0.1 to 1.4.1 by @dependabot in #479
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
Add Support For Second Aggs
What's Changed
- Update README.md by @justinpolygon in #461
- Update README.md by @justinpolygon in #465
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #452
- Bump certifi from 2022.12.7 to 2023.5.7 by @dependabot in #455
- add currency second agg feed topics to event type enums and message p… by @aitzkovitz in #471
Full Changelog: v1.10.1...v1.11.0
v1.10.1
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
What's Changed
- Update CODEOWNERS by @jbonzo in #446
- Bump orjson from 3.8.7 to 3.8.13 by @dependabot in #453
- Bump types-setuptools from 67.4.0.3 to 67.8.0.0 by @dependabot in #449
- Bump websockets from 10.4 to 11.0.3 by @dependabot in #450
- Add WS support for launchpad by @antdjohns in #456
Full Changelog: v1.9...v1.10.0
v1.9
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
- @gavingolden made their first contribution in #444
Full Changelog: v1.8.6...v1.9
v1.8.6
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
What's Changed
- Added indices to Market Status by @justinpolygon in #416
- Added Crypto, Forex, and Indices examples by @justinpolygon in #415
Full Changelog: v1.8.4...v1.8.5