Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 3, 2015
1 parent 59f7612 commit b808234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.8.3
======

* fix file descriptors leak when reconnecting to Redis (can be caused by Redis downtime or some kind of proxy timeout between Centrifuge and Redis)
* API endpoint now supports JSON requests.

v0.8.2
======

Expand Down
2 changes: 1 addition & 1 deletion centrifuge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) Alexandr Emelin. MIT license.

__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit b808234

Please sign in to comment.