v8.0.0
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
- fix: typo in options snapshot details type by @tharnach in #214
- fix:
No such file or directory
output on install by @hamirmahal in #219 - Fixed update README, remove launchpad, and repo contact by @justinpolygon in #222
- alpha by @mpatel18 in #232
New Contributors
- @hamirmahal made their first contribution in #219
Full Changelog: v7.4.0...v8.0.0