Skip to content

Releases: polygon-io/client-go

v1.16.9

08 Jan 21:05
fb8e9d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.8...v1.16.9

v1.16.8

07 Jan 19:32
105e28f
Compare
Choose a tag to compare

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

Full Changelog: v1.16.7...v1.16.8

v1.16.7

01 Nov 14:29
f956f4a
Compare
Choose a tag to compare

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

04 Sep 20:01
5cee612
Compare
Choose a tag to compare

What's Changed

  • [PLAT-742] Adds ReconnectCallback to the websocket go-client by @kschoche in #440

New Contributors

Full Changelog: v1.16.5...v1.16.6

v1.16.5

18 Jul 14:08
3cc0ab3
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.16.4...v1.16.5

v1.16.4

02 Jan 18:31
cd869e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.16.3...v1.16.4

v1.16.3

18 Dec 18:48
0849de2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v.1.16.3

v1.16.2

14 Dec 22:51
f38129e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2

v1.16.1

05 Dec 16:25
5511c91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

Sequence number changes from Nanos to int64 in Quote and LastQuote response types

27 Nov 21:48
1c11536
Compare
Choose a tag to compare

What's Changed

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