@@ -215,7 +215,8 @@ <h1>SocketClient Changelog</h1>
215
215
< li > < a href ="#2017 " title ="Jump to year 2017 (4 releases) "> 2017</ a > </ li >
216
216
< li > < a href ="#2016 " title ="Jump to year 2016 (6 releases) "> 2016</ a > </ li >
217
217
< li > < a href ="#2015 " title ="Jump to year 2015 (2 releases) "> 2015</ a > </ li >
218
- < li > < a href ="#2014 " title ="Jump to year 2014 (1 release) "> 2014</ a > </ li >
218
+ < li > < a href ="#2014 " title ="Jump to year 2014 (2 releases) "> 2014</ a > </ li >
219
+ < li > < a href ="#2013 " title ="Jump to year 2013 (2 releases) "> 2013</ a > </ li >
219
220
</ ul >
220
221
221
222
< h2 >
@@ -634,6 +635,71 @@ <h3>
634
635
< li > Bugfix: Only toggle the stream crypto handshake once (< a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/DaveRandom/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/DaveRandom "> @DaveRandom</ a > and < a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/rdlowrey/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/rdlowrey "> @rdlowrey</ a > )</ li >
635
636
< li > Bugfix: Workaround for ext-openssl buffering bug (< a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/DaveRandom/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/DaveRandom "> @DaveRandom</ a > )</ li >
636
637
< li > Bugfix: SNI fix for PHP < 5.6 (< a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/DaveRandom/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/DaveRandom "> @DaveRandom</ a > )</ li >
638
+ </ ul >
639
+
640
+ < hr >
641
+
642
+ < h3 >
643
+ < a id ="040-2014-02-02 " class ="anchor " href ="#040-2014-02-02 " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a >
644
+
645
+ 0.4.0
646
+
647
+ < small >
648
+ (2014-02-02)
649
+ < a href ="https://github.com/reactphp-legacy/socket-client/releases/tag/v0.4.0 " title ="Release on GitHub ">
650
+ < i class ="icon-github " aria-hidden ="true "> </ i > < span class ="visually-hidden "> Release on GitHub</ span >
651
+ </ a >
652
+ </ small >
653
+ </ h3 >
654
+
655
+ < ul >
656
+ < li > BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks</ li >
657
+ < li > BC break: Update to React/Promise 2.0</ li >
658
+ < li > Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0</ li >
659
+ < li > Bump React dependencies to v0.4</ li >
660
+ </ ul >
661
+
662
+ < hr >
663
+ < h2 >
664
+ < a id ="2013 " class ="anchor " href ="#2013 " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a >
665
+ 2013
666
+ </ h2 >
667
+
668
+
669
+ < h3 >
670
+ < a id ="031-2013-04-20 " class ="anchor " href ="#031-2013-04-20 " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a >
671
+
672
+ 0.3.1
673
+
674
+ < small >
675
+ (2013-04-20)
676
+ < a href ="https://github.com/reactphp-legacy/socket-client/releases/tag/v0.3.1 " title ="Release on GitHub ">
677
+ < i class ="icon-github " aria-hidden ="true "> </ i > < span class ="visually-hidden "> Release on GitHub</ span >
678
+ </ a >
679
+ </ small >
680
+ </ h3 >
681
+
682
+ < ul >
683
+ < li > Feature: [SocketClient] Support connecting to IPv6 addresses (< a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/clue/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/clue "> @clue</ a > )</ li >
684
+ </ ul >
685
+
686
+ < hr >
687
+
688
+ < h3 >
689
+ < a id ="030-2013-04-14 " class ="anchor " href ="#030-2013-04-14 " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a >
690
+
691
+ 0.3.0
692
+
693
+ < small >
694
+ (2013-04-14)
695
+ < a href ="https://github.com/reactphp-legacy/socket-client/releases/tag/v0.3.0 " title ="Release on GitHub ">
696
+ < i class ="icon-github " aria-hidden ="true "> </ i > < span class ="visually-hidden "> Release on GitHub</ span >
697
+ </ a >
698
+ </ small >
699
+ </ h3 >
700
+
701
+ < ul >
702
+ < li > Feature: [SocketClient] New SocketClient component extracted from HttpClient (< a class ="user-mention " data-hovercard-type ="user " data-hovercard-url ="/users/clue/hovercard " data-octo-click ="hovercard-link-click " data-octo-dimensions ="link_type:self " href ="https://github.com/clue "> @clue</ a > )</ li >
637
703
</ ul >
638
704
639
705
< hr >
@@ -728,6 +794,21 @@ <h2 class="component-info__title">
728
794
< a href ="https://github.com/reactphp-legacy/socket-client/tree/v0.4.2#readme " class ="version-selector__version ">
729
795
v0.4.2
730
796
</ a >
797
+ </ li >
798
+ < li >
799
+ < a href ="https://github.com/reactphp-legacy/socket-client/tree/v0.4.0#readme " class ="version-selector__version ">
800
+ v0.4.0
801
+ </ a >
802
+ </ li >
803
+ < li >
804
+ < a href ="https://github.com/reactphp-legacy/socket-client/tree/v0.3.1#readme " class ="version-selector__version ">
805
+ v0.3.1
806
+ </ a >
807
+ </ li >
808
+ < li >
809
+ < a href ="https://github.com/reactphp-legacy/socket-client/tree/v0.3.0#readme " class ="version-selector__version ">
810
+ v0.3.0
811
+ </ a >
731
812
</ li >
732
813
</ ul >
733
814
</ div >
0 commit comments