Skip to content

v8.0.0

Compare
Choose a tag to compare
@mpatel18 mpatel18 released this 21 Jul 19:56
· 8 commits to master since this release
0cee2f1

Breaking Change Notice

We've completely overhauled client-js, and it is now automatically generated from our OpenAPI spec.

What's new:

  • Breaking changes to function names, method structure, and typing.
  • The SDK now tracks the live API, so it stays up to date automatically as the Polygon.io platform evolves.
  • No more manual client updates, new endpoints and schema changes will be reflected shortly after they are released.

What to expect:

  • You'll need to update your integration if you're upgrading from a previous version.
  • TypeScript support is more robust due to strict alignment with the spec.
  • Examples in the docs have been updated to reflect the new structure.

If you run into issues or have feedback, please just create an issue.

PR's

New Contributors

Full Changelog: v7.4.0...v8.0.0