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

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jun 6, 2016
1 parent c1012f3 commit fef9763
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/history/1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Ver. 1.3.3 - 2016-Jun-06

A critical bug fix for the WSGI server and several important fixes in internals.

* Critical bug fix in HEAD HTTP response - remove the content but not the content related headers [74438a7](https://github.com/quantmind/pulsar/commit/74438a735e661d3dcec4937606b095f2fe87eb31)
* No longer add ``Connection`` header if HTTP version is 1.1 and the value is keep-alive
* Http head test [6d33410](https://github.com/quantmind/pulsar/commit/6d334104295d200f16550e334915c2298f3934ab)
* Http client is now an asynchronous context manager [1c01fc7](https://github.com/quantmind/pulsar/commit/1c01fc755b044eeed57939197e397f89e4a2e650)
* Server does not hang when using the ``--reload`` flag and Ctrl-C
* Removed finish event from AbstractClient, no longer used
* Actor is set to STOPPED state when the event loop is stopped [f2afe03](https://github.com/quantmind/pulsar/commit/f2afe03a290aed9e4f918750c9e7421513fcf4d4)
* Link to actor image in README.rst


## Ver. 1.3.2 - 2016-May-20

Bug fix release
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, 3, 3, 'alpha', 0)
VERSION = (1, 3, 3, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit fef9763

Please sign in to comment.