Skip to content

Releases: larscom/bitvavo-go

v2.1.1

14 Aug 08:49
fa06211

Choose a tag to compare

What's Changed

  • Update module github.com/goccy/go-json to v0.10.4 by @renovate[bot] in #5
  • Update module github.com/goccy/go-json to v0.10.5 by @renovate[bot] in #6
  • Update module github.com/coder/websocket to v1.8.13 by @renovate[bot] in #7
  • Update actions/checkout action to v5 by @renovate[bot] in #9
  • GetOrder returns fills in a specific format that needs its own struct by @rene-post in #8

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Sep 08:20

Choose a tag to compare

What's Changed

  • Deserialize currency values into string instead of float64
  • Added option to provide own http client (from the 'net/http' package) to websocket listeners.
  • Added option to provide to provide a debug printer (debug logging) to websocket listeners..
  • Added option to provide to provide a debug printer (debug logging) to the PrivateHTTP and PublicHTTP client.
  • Added option to provide own http client (from the 'net/http' package) to the PrivateHTTP and PublicHTTP client.
  • Added option to provide to provide a debug printer (debug logging) to the PrivateHTTP and PublicHTTP client.
  • Configure Renovate by @renovate in #1
  • Update module nhooyr.io/websocket to v1.8.17 by @renovate in #3

New Contributors

Full Changelog: v1.1.0...v2.1.0

v1.1.0

20 Jul 04:24

Choose a tag to compare

  • Renamed enum values
  • update readme, examples

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Jul 04:32

Choose a tag to compare

📒 Features

  • WebSocket Listeners -- Read only
    • Book
    • Candles
    • Trades
    • Ticker
    • Ticker 24h
    • Orders/Fills
  • HTTP Client -- Read / Write
    • Market data endpoints
    • Account endpoints
    • Synchronization endpoints
    • Trading endpoints
    • Transfer endpoints

Full Changelog: v0.1.0...v1.0.0