Skip to content

Releases: massive-com/client-python

v2.0.3

Choose a tag to compare

@justinpolygon justinpolygon released this 29 Dec 10:11
43fe847

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@justinpolygon justinpolygon released this 19 Nov 15:36
d4ac4bd

What's Changed

  • Transaction_count -> transactions by @penelopus in #959
  • Adds support for inflation expectations and futures exchanges endpoints by @justinpolygon in #963
  • Update API references in Makefile and README.md to fix rebranding issue from polygon.io to massive.com by @aaronspindler in #960

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@justinpolygon justinpolygon released this 30 Oct 22:43
5d9c756

Release Notes – Massive Python Client v2.0.1 (breaking changes)

This is a major breaking release of the Python client as part of our company rebrand from Polygon.io to Massive.com. Polygon.io has rebranded as Massive.com effective October 30, 2025. Existing API keys, accounts, and integrations continue to work exactly as before. The only change in this SDK is that it now defaults to the new API base at api.massive.com, while api.polygon.io remains supported for an extended period. You can still install the old client using pip install polygon-api-client too.

Breaking Changes

  • The default REST API base URL has changed from api.polygon.ioapi.massive.com.
  • The default WebSocket base URL has changed from socket.polygon.iosocket.massive.com.
  • The package name and import path have changed from polygonmassive.

No other breaking changes are introduced. Core functionality, endpoints, and method signatures remain identical.

Migration Guide

To upgrade:

pip install massive

Then update your imports:

from polygon import RESTClient # Old
from massive import RESTClient # New

All API keys, accounts, and integrations continue to function without modification. If you continue using the legacy polygon-api-client package, it will remain supported for an extended transition period.

ℹ️ Additional Information

What's Changed

Full Changelog: v1.16.3...v2.0.1

v1.16.3

Choose a tag to compare

@justinpolygon justinpolygon released this 30 Oct 14:38
082cd98

What's Changed

Full Changelog: v1.16.2...v1.16.3

v1.16.2

Choose a tag to compare

@justinpolygon justinpolygon released this 23 Oct 14:13
3bb3d7b

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.16.2

v1.16.1

Choose a tag to compare

@justinpolygon justinpolygon released this 16 Oct 12:51
531f64b

What's Changed

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

v1.16.0

Choose a tag to compare

@justinpolygon justinpolygon released this 15 Oct 18:10
d3fd9c5

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

Choose a tag to compare

@justinpolygon justinpolygon released this 23 Sep 23:24
0835bba

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

Choose a tag to compare

@justinpolygon justinpolygon released this 17 Jul 15:54
6ca3fc3

What's Changed

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

v1.15.2

Choose a tag to compare

@justinpolygon justinpolygon released this 16 Jul 14:13
f254f53

What's Changed

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