Releases: polygon-io/client-go
Releases · polygon-io/client-go
Reference data response type changes from string to Date
What's Changed
- Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2 by @dependabot in #239
- Code Coverage Badge by @timetraveler328 in #242
- Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 by @dependabot in #243
- add last trade to options snapshot by @aitzkovitz in #245
- Bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #247
- change response date fields from string to Date type by @morningvera in #248
Breaking Changes
- change the DeclarationDate field from string to Date in the Dividend response type by @morningvera in #248
- change the PayDate field from string to Date in the Dividend response type by @morningvera in #248
- change the RecordDate field from string to Date in the Dividend response type by @morningvera in #248
- change the ExecutionDate field from string to Date in the Split response type by @morningvera in #248
Full Changelog: v1.9.0...v1.10.0
Add ListAggs iterator support and fix accumulated volume in snapshot
What's Changed
- Financials param update by @antdjohns in #229
- Add Report Card Badge by @timetraveler328 in #235
- go fmt by @morningvera in #234
- Accumulated Volume wrong type causing unmarshalling errors in the client by @antdjohns in #230
- prep for 1.9.0 release by @morningvera in #237
- README update to include working example by @antdjohns in #231
- implement list aggs by @morningvera in #236
New Contributors
- @timetraveler328 made their first contribution in #235
Breaking Changes
- change AccumulatedVolume field from int to float64 in MinuteSnapshot by @antdjohns in #230
Full Changelog: v1.8.0...v1.9.0
Ticker Events Endpoint
v1.7.0
What's Changed
- Options Chain by @antdjohns in #222
- bump version to v1.7.0 by @antdjohns in #223
New Contributors
- @antdjohns made their first contribution in #222
Full Changelog: v1.6.0...v1.7.0
Launchpad Product and new Summary endpoint
v1.6.0-rc.2
Add README header to Launchpad example
Launchpad Release Candidate
v1.6.0-rc Add README header to Launchpad example
Update websocket client and fix Exchange field in ListTickersParams
What's Changed
- Set issue deadline of 3w by @clickingbuttons in #202
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #203
- Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0 by @dependabot in #215
- add trfi and trft to websocket client by @morningvera in #217
- Using string instead of int for Exchange in ListTickersParams by @ClaytonNorthey92 in #218
- bump version to v1.5.0 by @morningvera in #219
Breaking Changes
- change Exchange field from int to string in ListTickersParams by @ClaytonNorthey92 in #218
New Contributors
- @ClaytonNorthey92 made their first contribution in #218
Full Changelog: v1.4.0...v1.5.0
Fix Split and CryptoTrade models
What's Changed
- revert to full rest spec by @morningvera in #189
- Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 by @dependabot in #190
- update interator pattern fix by @Darcy-Linde in #194
- update rest spec by @morningvera in #195
- add note on breaking changes by @morningvera in #200
- update client version tag to 'v1.4.0' by @morningvera in #201
Breaking Changes
- change SplitFrom and SplitTo response fields in the Split REST model from int64 to float64 by @clickingbuttons in #198
- change Symbol field in the CryptoTrade WebSocket model to Pair by @nolotz in #196
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0: Technical Indicators
What's Changed
- go 1.19 support by @morningvera in #185
- Add indicator endpoints by @aitzkovitz in #184
- sanitize log inputs by @morningvera in #187
- update client version tag to 'v1.3.0' by @morningvera in #188
Full Changelog: v1.2.0...v1.3.0