Releases: massive-com/client-go
Releases · massive-com/client-go
v0.9.0
What's Changed
- Minor consistency updates to the models
- Changed the Resolution path param to Timespan in GetAggs
- Added docs for all request params
- Improved response docs
- Added REST example
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.1
What's Changed
- Improved the WebSocket example
- Changed the return type of the WebSocket Output and Error methods to receiver channels
New Contributors
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Added an error channel to the WebSocket client to signal fatal errors
- Added the VX stock financials endpoint to the REST client
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Modified
Output()in the WebSocket client to return the output channel - Guarded against users closing the output channel
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Added the currency conversion endpoint to the REST client
- Minor improvements to the docs
Full Changelog: v0.4.0...v0.5.0
v0.4.0 WebSocket client
What's Changed
- Added a WebSocket client with automatic reconnects
- Flattened the REST client (users should now call c.GetAggs instead of c.Aggs.GetAggs)
- Made some minor improvements to REST API response types
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Improved the iter example in the README
- Refactored the iter to use generics
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Minor readme and example fixes
- Pulled the iter and encoder types into separate packages
- Flattened the rest client structure (domain clients now live in the same polygon package)
- Renamed polygon.NewClient to polygon.New
Full Changelog: v0.1.0...v0.2.0
v0.1.0 REST API client
What's Changed
- Renamed the repo from
client-golangtoclient-go - Renamed the top-level package from
polygoniotopolygon - Added support for all REST API endpoints (apart from Stock Financials VX)
Notes
- The interface is fairly stable at this point but certain things might change before v1
New Contributors
- @morningvera made their first contribution in #7
- @mcdayoub made their first contribution in #11
- @aitzkovitz made their first contribution in #18
- @Darcy-Linde made their first contribution in #36
- @clickingbuttons made their first contribution in #42
Full Changelog: https://github.com/polygon-io/client-go/commits/v0.1.0