Skip to content

Releases: massive-com/client-go

v2.0.0

31 Oct 02:03
45a2abb

Choose a tag to compare

Release Notes - Massive Go Client v2.0.0 (breaking changes)

This is a major breaking release of the Go 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.

This release introduces a new module path for v2:

module github.com/massive-com/client-go/v2

The client continues to provide identical APIs, methods, and data models, with only the import paths and default API domains updated to reflect the new brand.

Breaking Changes

  • The module path has changed to github.com/massive-com/client-go/v2.
  • Default REST base URL updated from https://api.polygon.iohttps://api.massive.com.
  • Default WebSocket base URL updated from wss://socket.polygon.iowss://socket.massive.com.
  • All internal package references now use the new massive-com organization path.

No functional or behavioral changes are introduced. All client interfaces and method signatures remain identical.

Migration Guide

To upgrade, update your go.mod to import the new v2 module:

go get github.com/massive-com/client-go/[email protected]

Then update your imports:

import "github.com/massive-com/client-go/v2/rest"

All API keys, accounts, and integrations continue to function without modification.
If you continue using the legacy github.com/polygon-io/client-go module, it will remain supported for an extended transition period.

Additional Information

What's Changed

Full Changelog: v1.16.18...v2.0.0

v1.16.18

31 Oct 00:08
4f96eaa

Choose a tag to compare

client-go v1.16.18 Release Notes

This minor patch release adds a deprecation notice to align with our rebrand from Polygon.io to Massive.com. No other functional changes, your existing code continues to work exactly as before. 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 upcoming change will be in v2.0.0, where the SDK defaults to the new API base at api.massive.com, while api.polygon.io remains supported for an extended period.

What's Changed

Full Changelog: v1.16.16...v1.16.18

v1.16.16

17 Jul 14:44
2cf9e59

Choose a tag to compare

What's Changed

Full Changelog: v1.16.15...v1.16.16

v1.16.15

16 Jul 14:12
7e3adc9

Choose a tag to compare

What's Changed

Full Changelog: v1.16.14...v1.16.15

v1.16.14

08 Jul 18:51
e7bf6b0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.13...v1.16.14

v1.16.13

03 Jun 18:56
6f8c69b

Choose a tag to compare

What's Changed

  • Updated ListTreasuryYields, ListShortInterest, and ListShortVolume from vX to v1 endpoints @justinpolygon in #538
  • Bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 by @dependabot in #536

Full Changelog: v1.16.12...v1.16.13

v1.16.12

24 Apr 17:54
057580b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.11...v1.16.12

v1.16.11

02 Apr 17:08
ebb198d

Choose a tag to compare

What's Changed

  • fix(ws): reduce excessive websocket reconnects due to aggressive ping/pong timing by @justinpolygon in #527

Full Changelog: v1.16.10...v1.16.11

v1.16.10

06 Mar 21:31
da8a1c4

Choose a tag to compare

What's Changed

Full Changelog: v1.16.9...v1.16.10

v1.16.9

08 Jan 21:05
fb8e9d4

Choose a tag to compare

What's Changed

Full Changelog: v1.16.8...v1.16.9