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

1.5.5

Compare
Choose a tag to compare
@lsbardel lsbardel released this 20 Nov 10:26
· 273 commits to master since this release

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
  • 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
  • Install bench command for benchmarking tests
  • Fixed multi label test run