We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985ea1 commit 3ca814dCopy full SHA for 3ca814d
CHANGELOG.md
@@ -1,8 +1,14 @@
1
# Changelog
2
3
+## 0.4.4 (2015-09-23)
4
+
5
+* Feature: Add support for Unix domain sockets (UDS) (#41 by @clue)
6
+* Bugfix: Explicitly set supported TLS versions for PHP 5.6+ (#31 by @WyriHaximus)
7
+* Bugfix: Ignore SSL non-draining buffer workaround for PHP 5.6.8+ (#33 by @alexmace)
8
9
## 0.4.3 (2015-03-20)
10
-* Bugfix: Set peer name to hostname to correct security concern in PHP 5.6 (@WyyriHaximus)
11
+* Bugfix: Set peer name to hostname to correct security concern in PHP 5.6 (@WyriHaximus)
12
* Bugfix: Always wrap secure to pull buffer due to regression in PHP
13
* Bugfix: SecureStream extends Stream to match documentation preventing BC (@clue)
14
0 commit comments