@@ -8,7 +8,7 @@ Development Lead
88Contributors
99````````````
1010
11- In chronological order:
11+ In no particular order:
1212
1313- Sriram Ganesan (@elricL)
1414
@@ -38,7 +38,67 @@ In chronological order:
3838 - Added support for upgrade of plaintext HTTP/1.1 to plaintext HTTP/2.
3939 - Added proxy support.
4040 - Improved IPv6 support.
41+ - Improved ``Stream `` thread safety.
4142
4243- Eugene Obukhov (@irvind)
4344
4445 - General code improvements.
46+
47+ - Tim Emiola (@tbetbetbe)
48+
49+ - Added thread-safety to hyper's HTTP/2 implementation.
50+
51+ - Jason Gowthorpe (@JasonGowthorpe)
52+
53+ - Added support for removing the bundled certs file.
54+
55+ - Aviv Cohn (@AvivC)
56+
57+ - Improved some default arguments.
58+ - Improved type checking of bodies in HTTP/2 requests.
59+
60+ - Ben Last (@benlast)
61+
62+ - Improved SSL tests.
63+ - Fixed bugs in the SSL compatibility layer.
64+
65+ - Dmitry Simonchik (@mylh)
66+
67+ - Added support for client certs.
68+
69+ - pkrolikowski (@pkrolikowski)
70+
71+ - Added support for overriding HTTP/2 default headers from the CLI.
72+
73+ - Ian Cordasco (@sigmavirus24)
74+
75+ - Fixed documentation bugs.
76+ - Fixed Travis builds.
77+
78+ - Collin Anderson (@collinanderson)
79+
80+ - Documentation improvements.
81+
82+ - Vasiliy Faronov (@vfaronov)
83+
84+ - Fixed bugs in HTTP/2 upgrade where the header would be set incorrectly.
85+
86+ - Mark Jenkins (@markjenkins)
87+
88+ - Allowed the result of version negotiation to be forced.
89+
90+ - Masaori Koshiba (@masaori335)
91+
92+ - Changed the source of the ``check_hostname `` method.
93+
94+ - Kubilay Kocak (@koobs)
95+
96+ - Packaging improvements.
97+
98+ - Alex Chan (@alexwlchan)
99+
100+ - Documentation improvements.
101+
102+ - Huayi Zhang (@irachex)
103+
104+ - Fixed bugs with Python 2.7 compatibility.
0 commit comments