From 7d1fe756acde96f209438b930002d4bc3c44c65d Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 22 Jan 2018 08:15:34 -0800 Subject: [PATCH] Release v0.0.12-rc.4 --- CHANGELOG.md | 18 ++++++++++++++++++ disco/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6316a19..7e6cbcf 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/disco/__init__.py b/disco/__init__.py index cbf0cc2..e6e2cfa 100644 --- a/disco/__init__.py +++ b/disco/__init__.py @@ -1 +1 @@ -VERSION = '0.0.12-rc.3' +VERSION = '0.0.12-rc.4'