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

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 20, 2016
1 parent a9cc662 commit c4110c0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/source/history/1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
A new series with improvements in the HTTP client and server.
Broadly compatible with the 1.5 series with exception of headers definitions and actors
based on ``multiprocessing`` module (both have been removed because not used).
This version brings a critical bug fix for HTTP responses with non standard
This version brings a **critical bug** fix for HTTP responses with non standard
values in body or content headers

* New ``is_message_complete`` method in ``HttpResponse``
* Critical bug fix for HTTP response with body when they should not have it.
Disregard the body and content headers [#257](https://github.com/quantmind/pulsar/pull/257)
* If [http-request](https://github.com/benoitc/http-parser) module is installed, use its C parser as default HTTP parser. Th python parser can still be used by passing ``--http-py-parser`` flag in the command line
* Removed headers definitions, no longer used [222](https://github.com/quantmind/pulsar/issues/222)
* Removed actors based on ``multiprocessing`` module, not needed
* If [http-request](https://github.com/benoitc/http-parser) module is installed, use its C parser as default HTTP parser.
The python parser can still be used by passing ``--http-py-parser`` flag in the command line
* Removed headers definitions, no longer used [#222](https://github.com/quantmind/pulsar/issues/222)
* Removed actors based on ``multiprocessing`` module, not needed [a9cc662](https://github.com/quantmind/pulsar/commit/a9cc6623230ffc04c4ed0236ae33efb7bbb21060)
* Tests run with both python and C http-parser
* **Fully compatible with python 3.5 & 3.6**

0 comments on commit c4110c0

Please sign in to comment.