Skip to content

Commit

Permalink
Prepare v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 12, 2017
1 parent 61ffcb5 commit 199fb92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 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.
- Small performance improvements for connections not using a proxy.

## 3.0.8

- Fixed null pointer access in response handling completely breaking the client.
Expand Down

0 comments on commit 199fb92

Please sign in to comment.