Skip to content

Releases: massive-com/client-go

v0.9.0

16 May 15:22
232720c

Choose a tag to compare

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

12 May 19:36
8cf243d

Choose a tag to compare

What's Changed

  • Added version number to the user agent header

Full Changelog: v0.7.1...v0.8.0

v0.7.1

06 May 15:33
c436deb

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

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

04 May 18:57
a8e3407

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

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

03 May 15:20
e05092b

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

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

29 Apr 19:33
46f551f

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

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

29 Apr 18:00
a773a47

Choose a tag to compare

Pre-release

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

18 Apr 15:20
ca870ba

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

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

11 Apr 17:43
ca26613

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

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

08 Apr 21:33
52c62b7

Choose a tag to compare

Pre-release

What's Changed

  • Renamed the repo from client-golang to client-go
  • Renamed the top-level package from polygonio to polygon
  • 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

Full Changelog: https://github.com/polygon-io/client-go/commits/v0.1.0