Skip to content

Releases: larscom/bitvavo-go

v2.1.0

01 Sep 08:20
Compare
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
Compare
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
Compare
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