From 199fb92e0924e5f0b9b3c26133d5820d16f9cf91 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Thu, 12 Oct 2017 10:30:11 +0200 Subject: [PATCH] Prepare v3.0.9 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cf36c..aa5246b 100644 --- a/CHANGELOG.md +++ b/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.