Releases: polygon-io/client-go
Releases · polygon-io/client-go
v1.16.9
What's Changed
- Add futures topics to case statement by @rlmcpherson in #492
Full Changelog: v1.16.8...v1.16.9
v1.16.8
What's Changed
- Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 by @dependabot in #470
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #474
- Add Websocket Futures market and topics by @rlmcpherson in #491
New Contributors
- @rlmcpherson made their first contribution in #491
Full Changelog: v1.16.7...v1.16.8
v1.16.7
What's Changed
- Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 by @dependabot in #443
- Update Universal Snapshot 'session' model by @HunterL in #460
Full Changelog: v1.16.6...v1.16.7
v1.16.6
v1.16.5
What's Changed
- Added ticker news insights support by @justinpolygon in #433
- Added WithPayDate method to ListDividendsParams by @justinpolygon in #430
- Added related companies support by @justinpolygon in #429
- Update ListOptionsChainParams.WithStrikePrice to support comparators by @justinpolygon in #414
- Support strike price params for ListOptionsChainParams by @syeduguri in #389
Dependency Updates
- github.com/go-playground/validator/v10: Updated from 10.16.0 to 10.22.0 (10.17.0, 10.18.0, 10.19.0, 10.20.0, 10.21.0, 10.22.0)
- github.com/stretchr/testify: Updated from 1.8.4 to 1.9.0 (1.9.0)
- github.com/go-resty/resty/v2: Updated from 2.11.0 to 2.13.1 (2.12.0, 2.13.1)
- github.com/cenkalti/backoff/v4: Updated from 4.2.1 to 4.3.0 (4.3.0)
- golang.org/x/net: Updated from 0.22.0 to 0.23.0 (0.23.0)
- github.com/gorilla/websocket: Updated from 1.5.1 to 1.5.3 (1.5.3)
New Contributors
- @syeduguri made their first contribution in #389
Full Changelog: v1.16.4...v1.16.5
v1.16.4
What's Changed
- Updated rest spec with compfigi by @justinpolygon in #387
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #383
- Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 by @dependabot in #385
- Bump tj-actions/verify-changed-files from 12 to 17 in /.github/workflows by @dependabot in #386
Full Changelog: v.1.16.3...v1.16.4
v1.16.3
What's Changed
- Added FMV messages to output channel by @justinpolygon in #382
- Bump github action workflow revs by @justinpolygon in #379
- Updated ws spec with start and end timestamp desc by @justinpolygon in #381
Full Changelog: v1.16.2...v.1.16.3
v1.16.2
What's Changed
- Bug fix for FMV with stocks, options, forex, or crypto by @justinpolygon in #376
- Update spec with market status updates by @justinpolygon in #370
- Update README.md with getting started by @justinpolygon in #371
- Updated rest spec with case-sensitive query params by @justinpolygon in #374
- Updated ws spec with support for index sec aggs by @justinpolygon in #375
Full Changelog: v1.16.1...v1.16.2
v1.16.1
What's Changed
- Fix JSON Marshaling for Millis and Nanos Types by @justinpolygon in #368
Full Changelog: v1.16.0...v1.16.1
Sequence number changes from Nanos to int64 in Quote and LastQuote response types
What's Changed
- Update CODEOWNERS by @justinpolygon in #363
- Bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 by @dependabot in #359
- Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #358
- Bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0 by @dependabot in #355
- change sequence number from nanos to int in quotes responses by @morningvera in #366
Breaking Changes
- change the SequenceNumber field from Nanos to int64 in the Quote response type by @morningvera in #366
- change the SequenceNumber field from Nanos to int64 in the LastQuote response type by @morningvera in #366
Full Changelog: v1.15.0...v1.16.0