summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-07 02:10:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-07 02:10:22 +1300
commitae8826efab92e4073c7ac8692a374eba94aec056 (patch)
treee039eaa199a7845a93f74f780637bfca470b75a9 /Changes
parentCommit v0.27 as found on CPAN (diff)
parentPreserve URI path from original request (diff)
downloadPOE-Component-Client-WebSocket-master.tar.gz
POE-Component-Client-WebSocket-master.zip
Merge branch 'release/v0.28'HEADv0.28master
* release/v0.28: Preserve URI path from original request Add SNI parameter to POE::Filter::SSL Switch protocol for Origin header based on TLS Use CRLF line endings in GET request Remove MYMETA.* from MANIFEST
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 7d3388f..0591842 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for POE-Component-Client-WebSocket
+0.28 01/05/2021 13:07 UTC
+ Include hostname in SNI
+ Correct ignored path in URL
+ Use \r\n line endings in HTTP requests
+ Choose HTTPS protocol for Origin header
+
0.27 01/05/2017 07:49
Connected missing socket_death handler (alerts of upstream disconnected)