Releases: larscom/bitvavo-go
Releases · larscom/bitvavo-go
v2.1.1
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
- @rene-post made their first contribution in #8
Full Changelog: v2.1.0...v2.1.1
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