Releases: open-wallstreet/go-avanza
Releases · open-wallstreet/go-avanza
v1.3.0
v1.2.0
v1.1.2
- change reauthentication timeout to be 24hours by default
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
Install by running
go install github.com/open-wallstreet/go-avanza
Run it
go-avanza help
Breaking Change
- root import has changed to
/avanza
subfolder. This is so the CLI tool can be installed.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Complete refactoring of HTTP/Webocket Client
- Restructure source code
New APIS
- GetMarketData
- GetMyCompanyEvents
- GetOrderBook
- GetOrderBooks
Websocket updates
Websocket now with helper methods that return channels that can be iterated on.
- StreamPositions
- StreamQuotes
- StreamTrades
- StreamOrderDepth
Not that not all apis has been mapped to structs
Full Changelog: v0.3.0...v1.0.0