Browse Source

Release v0.0.12-rc.4

pull/82/head v0.0.12-rc.4
Andrei 7 years ago
parent
commit
7d1fe756ac
  1. 18
      CHANGELOG.md
  2. 2
      disco/__init__.py

18
CHANGELOG.md

@ -1,5 +1,23 @@
# CHANGELOG
## v0.0.12-rc.4
### Additions
- **MAJOR** Added voice gateway v3 support. This will result in increased stability for voice connections
- Added support for ETF on Python 3.x via `earl-etf` (@GiovanniMCMXCIX)
- Supported detecting dead/inactive/zombied Gateway websocket connections via tracking `HEARTBEAT_ACK` (@PixeLInc)
- Added support for animated emoji (@Seklfreak)
- Added support for `LISTENING` and `WATCHING` game statuses (@PixeLInc)
- Added `wsaccel` package within the `performance` pack, should improve websocket performance
- Bumped various requirement versions
### Fixes
- Fixed `shared_config` requiring the `shared` configuration key to be set (@SpencerSharkey)
- Fixed 'Invalid token passed' errors from showing up (via removal of token validation)
- Fixed `IndexError` being raised when `MessageIterator` was done iterating (@Majora320)
## v0.0.12-rc.3
### Additions

2
disco/__init__.py

@ -1 +1 @@
VERSION = '0.0.12-rc.3'
VERSION = '0.0.12-rc.4'

Loading…
Cancel
Save