Skip to content

Latest commit

 

History

History
114 lines (90 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

114 lines (90 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.3 2020-01-12

Fixed

  • Method upcase in header all the time

0.5.2 2019-12-08

Added

  • Nodejs app.js for a testing http2 server
  • Tests using this app.js node http1.1/2 server

Changed

  • Updated dependencies
  • Updated performance.py test for httpx 0.8.X

Fixed

  • Regex in setup.py

0.5.1 2019-10-22

Added

  • http2 flag to allow it (maybe will be removed in future when http2 fully supported)

0.5.0 2019-10-22

Added

  • Http2 support
    • Get requests (POST, PUT, ... requests with data sending missing)

Fixed

  • HTTP parsing error when reason-phrase empty #30 (Thanks to Dibel)

0.4.1 2019-09-10

Added

  • raw_headers to HttpResponse objects

Changed

  • skip timeout usage for pool_acquire when not specified

0.4.0 2019-08-24

Added

  • Json parsing with HttpResponse method
  • More Timeouts options
  • Timeouts overwritable by requests call

0.3.1 2019-08-23

Fixed

  • Fix windows compatibility

0.3.0 2019-08-23

Added

  • Smart decoding for HttpResponse.text coroutine method thanks to chardet package (first dependency added)
  • Index page in docs

0.2.1 2019-08-19

Fixed

  • Missing import

0.2.0 2019-08-19

Added

  • Follow Redirects

0.1.0 2019-08-07

Added

  • Minimal docs
  • Smart and Cyclic Pool of connections
  • Cache decorator
  • Transmission chunked requests
  • 100% coverage

0.0.4 2019-08-04

Added

  • Automatic decompress (gzip, deflate)

0.0.3 2019-08-04

Fixed

  • Fix transfer encoding responses handling
  • Port usage openning connection

0.0.2 2019-08-04

Added

  • Keepalive and pool of connections

Removed

  • Python 3.5 compatibility

0.0.1 2019-08-02

Added

  • Keepalive and pool of connections
  • Multipart File Uploads
  • Connection Timeouts
  • https