Releases: larscom/bitvavo-go
Releases · larscom/bitvavo-go
v2.1.0
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
- Renamed enum values
- update readme, examples
Full Changelog: v1.0.0...v1.1.0
v1.0.0
📒 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