Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Release v0.0.12-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jan 22, 2018
1 parent 88504f7 commit 7d1fe75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion disco/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.0.12-rc.3'
VERSION = '0.0.12-rc.4'

0 comments on commit 7d1fe75

Please sign in to comment.