Releases: polygon-io/client-go
Releases · polygon-io/client-go
v1.2.0
What's Changed
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #158
- Add codeowners by @jbonzo in #160
- Add CurrencySymbol, BaseCurrencyName, and BaseCurrencySymbol attributes to Ticker struct. by @danielatpolygonio in #159
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #161
- Specs update by @Darcy-Linde in #163
- update rest specs by @Darcy-Linde in #166
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #175
- add starterfeed by @aitzkovitz in #168
- add indicators to ws equity quote model by @morningvera in #180
- update contributing by @morningvera in #181
- fix gt and gte query params for list options contracts by @morningvera in #182
- use full rest api spec by @morningvera in #183
New Contributors
- @danielatpolygonio made their first contribution in #159
Full Changelog: v1.1.0...v1.2.0
OTC and whole day queries
What's Changed
- add support for otc tickers in websocket api by @morningvera in #153
- add docs to websocket models by @morningvera in #154
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #155
- Add OTC by @Darcy-Linde in #156
- make querying a whole day easier for list trades/quotes by @morningvera in #150
- update client version tag to 'v1.1.0' by @morningvera in #157
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- remove pre-release note by @morningvera in #141
- add top level godoc badge by @morningvera in #142
- update api specs by @morningvera in #145
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #146
- update rest spec by @morningvera in #148
- update client version tag to 'v1.0.1' by @morningvera in #149
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Added ability to use custom http client
Notes
- This client library is now GA and considered stable
- All bug fixes and enhancements will be made in a backwards compatible way
Full Changelog: v0.11.0...v1.0.0
v0.11.0
What's Changed
- Added release planning section to the README
- Enabled dependabot
- Added rest and ws specs
- Minor clean up and lint fixes
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Added options contracts endpoints
- Another fix related to time unmarshaling
Full Changelog: v0.9.1...v0.10.0
v0.9.1
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