Releases: skwair/harmony
Releases · skwair/harmony
v0.20.0
v0.19.0
v0.18.0
v0.17.0
What's new in v0.17.0
- Bump Go and
golangci-lint
versions and fix tests (#67) - Bump websocket library version to fix data race (#68)
- Switch from
discordapp.com
todiscord.com
(#66) - Spring cleaning (#70)
- New Warning Log Level (#69)
- Make rate limit more robust when a time desync occurs (#71)
- Add support for Gateway Intents (#73)
- Fix Guild Integration Update event (#76)
- Add support for the Delete All Reactions for Emoji endpoint (#74)
- Add support for guild invite events (#75)
v0.16.0
What's new in v0.16.0
- Migrate to voice gateway version 4 (#52)
- Fix websocket status code when closing connections (#57)
- Force activity timestamp to be 64-bit to be compatible with 32-bit arch (#59)
- Use Uber's atomic package (#60)
- Fix voice states in client state (#61)
- Properly stop reconnect loop with Disconnect (#63)
- Automatic voice reconnection (#62)
v0.15.0
v0.14.0
v0.13.0
v0.12.0
What's new in v0.12.0
- Send a silence frame in order to be able to recieve audio (#33)
- Replace error handlers with a dedicated logger (#34)
- Add the voiceutil package (#36)
- Update UpdatePermissions signature (#37)
- Update some methods signature for consistency and documentation (#38)
- Add the RateLimitPerUser property for Channels (#39)