22------------------
33
44This is the first ALPHA release in the 5.5 release series. It adds several experimental
5- features and improvements such as request multiplexing over shared HTTP/2 connection
5+ features and improvements such as request multiplexing over a shared HTTP/2 connection
66and the Classic API facade acting as a compatibility bridge between classic I/O client
77services and the asynchronous message transport used internally.
88
99
10- Notable changes and features included in the 5.4 series:
10+ Notable changes and features included in the 5.5 series:
1111
12- * Improved conformance to RFC 7616 (DIGEST auth ).
12+ * Improved conformance to RFC 7616 (HTTP Digest Access Authentication ).
1313
14- * Connections pool implementation that acts as a caching facade in front of a standard
14+ * The connection pool implementation acts as a caching facade in front of a standard
1515 managed connection pool and shares already leased connections to multiplex message
1616 exchanges over active HTTP/2 connections. Experimental.
1717
1818* Extended Auth API and improved authentication protocol logic to support mutual
1919 authentication.
2020
21- * Classic API facade acting as a compatibility bridge between the classic I/O client
21+ * The Classic API facade acting as a compatibility bridge between the classic I/O client
2222 services (based on the standard InputStream / OutputStream model) and the asynchronous
2323 message transport used internally. Experimental.
2424
@@ -41,11 +41,11 @@ Change Log
4141* Decode Subject Alternative Names for IP, DNS, and binary data (#610).
4242 Contributed by Arturo Bernal <abernal at apache.org>
4343
44- * Do not add `Upgrade` header if `Connection` header already present (the caller manually
44+ * Do not add `Upgrade` header if `Connection` header is already present (the caller manually
4545 manages connection state).
4646 Contributed by Oleg Kalnichevski <olegk at apache.org>
4747
48- * Avoid logging HTTP message version where it can be a hint, not an actual protocol version.
48+ * Avoid logging the HTTP message version where it can be a hint, not a protocol version.
4949 Contributed by Oleg Kalnichevski <olegk at apache.org>
5050
5151* Experimental connections pool implementation that acts as a caching facade in front of
0 commit comments