Skip to content

Commit

Permalink
Version 0.8.4 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz authored May 11, 2020
1 parent f5712f6 commit e80de87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.8.4 (May 11th, 2020)

### Added

- Logging via HTTPCORE_LOG_LEVEL and HTTPX_LOG_LEVEL environment variables
and TRACE level logging. (Pull #79)

### Fixed

- Reuse of connections on HTTP/2 in close concurrency situations. (Pull #81)

## 0.8.3 (May 6rd, 2020)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"WriteError",
"CloseError",
]
__version__ = "0.8.3"
__version__ = "0.8.4"

0 comments on commit e80de87

Please sign in to comment.