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 8 binary problem introduced in the previous BETA
5+ release. The previous version has been compiled against Java 17 APIs by mistake.
6+ This release aslo adds support for QUERY method (RFC 10008).
7+
8+ This release includes all the fixes from the stable 5.4 branch.
89
9- This release also includes all the fixes from the stable 5.4 branch.
1010
1111Notable changes and features included in the 5.5 series:
1212
@@ -18,11 +18,12 @@ Notable changes and features included in the 5.5 series:
1818
1919* Cap pending HTTP/2 request commands per connection.
2020
21- * HPACK RFC 7540 / RFC 7541 / HTTP/2 RFC 9113 conformance improvements.
21+ * HPACK RFC 7540, RFC 7541, and HTTP/2 RFC 9113 conformance improvements.
2222
2323* Building HttpCore with Maven now requires Java 17 or newer. Published
2424 artifacts remain compatible with Java 8.
2525
26+ * QUERY method support (RFC 10008).
2627
2728Compatibility notes:
2829
@@ -33,6 +34,24 @@ Compatibility notes:
3334 artifacts remain compatible with Java 8.
3435
3536
37+ Change Log
38+ -------------------
39+ * QUERY method support (RFC 10008).
40+ Contributed by Mario Daniel Ruiz Saavedra <desiderantes93 at gmail.com>
41+
42+ * Corrects Java 1.8 compatibility problem introduced in the previous release.
43+
44+
45+ Release 5.5-beta1
46+ -----------------
47+
48+ This is the first BETA release in the 5.5 release series that improves
49+ performance and robustness of connection pool implementations, further
50+ improves HTTP/2 specification conformance and introduces Jackson 2 JSON
51+ message bindings.
52+
53+ This release also includes all the fixes from the stable 5.4 branch.
54+
3655Change Log
3756-------------------
3857* Add deterministic, sleep-free connection pool fuzzer.
@@ -98,26 +117,6 @@ message bindings.
98117
99118This release also includes all the fixes from the stable 5.4 branch.
100119
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-
121120Change Log
122121-------------------
123122
0 commit comments