Skip to content

Releases: open-wallstreet/go-avanza

v1.3.0

11 Jan 08:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Jan 12:57
994af30
Compare
Choose a tag to compare

What's Changed

  • fix: update since getInstrumentPath has changed by @borje in #9

New Contributors

  • @borje made their first contribution in #9

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Aug 17:29
Compare
Choose a tag to compare
  • change reauthentication timeout to be 24hours by default

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 Apr 17:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Apr 10:30
7f5cc0c
Compare
Choose a tag to compare

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

16 Apr 10:36
12268bb
Compare
Choose a tag to compare

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

v0.3.0

04 Jan 14:24
81b5781
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Dec 17:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

08 Sep 09:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Add order handling API (create, edit, delete). Also some small examples

v0.0.1

04 Sep 14:30
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First alpha release