1- Release 5.5-beta1
1+ Release 5.5-beta2
22-----------------
33
4- This is the first BETA release in the 5.5 release series that improves
5- performance and robustness of connection pool implementations, further
6- improves HTTP/2 specification conformance and introduces Jackson 2 JSON
7- message bindings.
4+ This BETA release corrects Java 1.8 binary problem introduced in the previous BETA
5+ release. The previous version has been compiled against Java 17 APIs by mistake.
86
97This release also includes all the fixes from the stable 5.4 branch.
108
9+
1110Notable changes and features included in the 5.5 series:
1211
1312* Connection pool implementation improvements.
@@ -33,6 +32,22 @@ Compatibility notes:
3332 artifacts remain compatible with Java 8.
3433
3534
35+ Change Log
36+ -------------------
37+
38+ * Corrects Java 1.8 compatibility problem introduced in the previous release.
39+
40+
41+ Release 5.5-beta1
42+ -----------------
43+
44+ This is the first BETA release in the 5.5 release series that improves
45+ performance and robustness of connection pool implementations, further
46+ improves HTTP/2 specification conformance and introduces Jackson 2 JSON
47+ message bindings.
48+
49+ This release also includes all the fixes from the stable 5.4 branch.
50+
3651Change Log
3752-------------------
3853* Add deterministic, sleep-free connection pool fuzzer.
@@ -98,26 +113,6 @@ message bindings.
98113
99114This release also includes all the fixes from the stable 5.4 branch.
100115
101-
102- Notable changes and features included in the 5.5 series:
103-
104- * Connection pool implementation improvements.
105-
106- * HTTP message stream APIs and support for HTTP/2 message stream timeout.
107-
108- * SSLContexts to respect system properties by default.
109-
110- * Cap pending HTTP/2 request commands per connection.
111-
112- * HPACK RFC 7540 / RFC 7541 / HTTP/2 RFC 9113 conformance improvements.
113-
114-
115- Compatibility notes:
116-
117- * HTTP requesters and servers take into account SSL/TLS system properties
118- by default.
119-
120-
121116Change Log
122117-------------------
123118
0 commit comments