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

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 5, 2016
1 parent b2e0322 commit bab9f03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/history/1.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Ver. 1.5.4 - 2016-Nov-05

This release is important if you need to upload large files via HTTP.
The new ``stream_buffer`` configuration parameter helps you in this respect.

* Added ``stream_buffer`` configuration parameter for controlling the maximum size of stream buffers
[14d6f2e](https://github.com/quantmind/pulsar/commit/14d6f2e7d1f54795ab5fe8f15ed97dd5eb6f62c5)
* Allow for clean removal of callbacks in channels by raising the ``CallbackError`` exception
[d7b9ff1](https://github.com/quantmind/pulsar/commit/d7b9ff177f76abd5c08859319571dcabe852cf9b)
* Documentation fixes
* OAuth test coverage


## Ver. 1.5.3 - 2016-Oct-31

This is a minor release with documentation fixes and channels improvements.
Expand Down
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .utils.version import get_version


VERSION = (1, 6, 0, 'beta', 1)
VERSION = (1, 5, 4, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit bab9f03

Please sign in to comment.