Skip to content

Commit

Permalink
Prepare v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 17, 2017
1 parent 59bc96a commit c72aa08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.11

- Fixed issues with responses without `content-length` and without `transfer-encoding: chunked`.
- Revert fix for v3.0.10, as this has been properly fixed in `amphp/byte-stream`.
- Catch `ConnectException` from `amphp/socket` and throw `SocketException` instead. The exception was previously leaked, but undocumented and unexpected.

## 3.0.10

- Fixed issue with unknown socket on shutdown due to unpredictable `__destruct()` call order.

## 3.0.9

- Lazily parse captured TLS certificates. This improves performance and memory usage. Additionally, `openssl_x509_parse` currently leaks memory. This fix ensures it leaks only if explicitly requested (until the PHP bug is fixed). See https://bugs.php.net/bug.php?id=75363.
Expand Down

0 comments on commit c72aa08

Please sign in to comment.