Skip to content

Releases: alpacahq/alpaca-trade-api-go

Fix Websocket Reconnection

14 Aug 05:04
a53685a
Compare
Choose a tag to compare

There were several issues with the previous attempt at handling websocket disconnects. This release addresses those - websocket subscriptions should now be resumed when the new connection is opened.

Additionally, Alpaca has added limited support for OAuth authentication, and a new environment variable has been added to support it.

Switch Polygon streaming from NATS to Websockets

29 Jul 22:13
Compare
Choose a tag to compare

In this release, NATS streaming is removed, as it has been deprecated by Polygon and is not used for Alpaca. A replacement websocket connection for Polygon has been added in its place. Please see the readme for an updated example showing how to receive data from the Polygon connection.

v1.2.4

18 Jul 02:02
d2e07aa
Compare
Choose a tag to compare

Features:
-Add optional params for GetHistoricTrades