pulsar v1.6.0 Release Notes

Release Date: 2016-11-20 // over 7 years ago
  • 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
    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
    • 0๏ธโƒฃ If http-request 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
    • โœ‚ Removed actors based on multiprocessing module, not needed a9cc662
    • โœ… Tests run with both python and C http-parser
    • Fully compatible with python 3.5 & 3.6