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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 20, 2016
1 parent 5825ba5 commit 0b85a9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/history/1.5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Ver. 1.5.5 - 2016-Nov-19
## Ver. 1.5.5 - 2016-Nov-20

Bug fix release with improvements in the Http client for streaming
requests. Importantly, python 3.6 passes all tests.

* Python 3.6-dev tests passing on travis
* Fixed HttpTestClient [7641cc5](https://github.com/quantmind/pulsar/commit/7641cc5acb11e9fb44d5e814fe3bba39fdefc013)
* Abort connection if not closing within 3 seconds
* Added ``done`` method to protocolconsumer. Don't detach connection when streaming and response is done already [8be1caa](https://github.com/quantmind/pulsar/commit/8be1caaa18cba8ca40de822e657e3a155250aed7)
* Added ``done`` method to ``ProtocolConsumer``
* Don't detach connection when streaming and response is done already [8be1caa](https://github.com/quantmind/pulsar/commit/8be1caaa18cba8ca40de822e657e3a155250aed7)
* Install ``bench`` command for benchmarking tests
* Fixed multi label test run

Expand Down

0 comments on commit 0b85a9f

Please sign in to comment.