Skip to content

Releases: polygon-io/client-python

v1.16.1

16 Oct 12:51
531f64b

Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

15 Oct 18:10
d3fd9c5

Choose a tag to compare

Important Changes

Python Version Support: We've removed support for Python 3.8, and the new minimum version is 3.9. This should not introduce any breaking changes to your code or API usage, but it was necessary to update to the latest websockets library, which requires Python 3.9 or higher.

What's Changed

New Contributors

Full Changelog: v1.15.4...v1.16.0

v1.15.4

23 Sep 23:24
0835bba

Choose a tag to compare

What's Changed

  • fix: make resolution optional in list_futures_aggregates to include in query params by @justinpolygon in #926

Full Changelog: v1.15.3...v1.15.4

v1.15.3

17 Jul 15:54
6ca3fc3

Choose a tag to compare

What's Changed

Full Changelog: v1.15.2...v1.15.3

v1.15.2

16 Jul 14:13
f254f53

Choose a tag to compare

What's Changed

Full Changelog: v1.15.1...v1.15.2

v1.15.1

08 Jul 19:08
334277a

Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.15.1

v1.15.0

07 Jul 08:34
f60bfe4

Choose a tag to compare

What's Changed

In this release, we’ve added beta support for Futures, introduced a refactor to WebSocket event parsing to correctly handle overlapping event types across asset classes, and added an option to disable automatic pagination for greater control over result limits. We also fixed a bug related to using custom base URLs with the REST client.

Futures Support (Beta)

  • Added beta support for Futures REST and WebSocket endpoints.

WebSocket Event Parsing Refactor

  • WebSocket event types ("T", "Q", "A", "AM") are now reused across asset classes.
  • Introduced MARKET_EVENT_MAP to resolve event types based on market context (e.g. stocks vs. futures).
  • This allows accurate message deserialization and avoids cross-market parsing errors.

Note for custom WebSocket users: If you're manually processing WebSocket messages, you may need to update your logic to consider the market parameter for Futures messages.

Pagination Control

  • Added support for disabling automatic pagination via pagination=False when instantiating RESTClient.
  • When disabled, limit is treated as a total cap rather than a page size.
  • Helps users fetch a fixed number of results without iterating over all pages.

Bug Fixes

  • Fixed an issue where custom base URLs were not properly respected in REST requests.

Commits

Full Changelog: v1.14.6...v1.15.0

v1.14.6

03 Jun 18:36
4ed1624

Choose a tag to compare

What's Changed

  • Updated list_treasury_yields, list_short_interest, and list_short_volume from vX to v1 endpoints. @justinpolygon in #881
  • Bump certifi from 2025.1.31 to 2025.4.26 by @dependabot in #877

Full Changelog: v1.14.5...v1.14.6

v1.14.5

23 Apr 22:46
1cb16d3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.4...v1.14.5

v1.14.4

20 Feb 22:51
a7c00b8

Choose a tag to compare

What's Changed

Full Changelog: v1.14.3...v1.14.4