Skip to content

Commit 375d401

Browse files
committed
Updated release notes for HttpCore 5.3 release
1 parent 40de4d6 commit 375d401

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

RELEASE_NOTES.txt

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Release 5.3 BETA1
1+
Release 5.3
22
------------------
33

4-
This is the first BETA release in the 5.3 release series. It features a re-designed
5-
classic (blocking) TLS session management and server-side request routing APIs.
6-
It is likely to be the last BETA release in the 5.3 release series.
4+
This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs
5+
and improves integration test configuration APIs along with many test code improvements.
76

87

98
Notable changes and features included in the 5.3 series:
@@ -14,7 +13,7 @@ Notable changes and features included in the 5.3 series:
1413

1514
* Compatibility with Java Virtual Threads and Java 21 Runtime.
1615

17-
* Message parsing API improvements and performance optimization
16+
* Message parsing API improvements and performance optimization.
1817

1918
* TLS client endpoints to make use of JSSE Endpoint Identification by default.
2019

@@ -23,6 +22,34 @@ Notable changes and features included in the 5.3 series:
2322
* Redesign of TLS session handling by classic (blocking) connections.
2423

2524

25+
Change Log
26+
-------------------
27+
28+
* Improved Javadoc.
29+
Contributed by Gary Gregory <ggregory at apache.org>
30+
31+
* HTTPCORE-761: Support ExtendedSocketOption (#473).
32+
Contributed by kkewwei <kewei.11 at bytedance.com>
33+
34+
* Attempt to shut down the connection gracefully in case of a TLS handshake exception.
35+
Contributed by Oleg Kalnichevski <olegk at apache.org>
36+
37+
* Test classes and methods should have default package visibility.
38+
Contributed by strangelookingnerd <49242855+strangelookingnerd at users.noreply.github.com>
39+
40+
* Simplified configuration API of test servers and clients.
41+
Contributed by Oleg Kalnichevski <olegk at apache.org>
42+
43+
44+
45+
Release 5.3 BETA1
46+
------------------
47+
48+
This is the first BETA release in the 5.3 release series. It features a re-designed
49+
classic (blocking) TLS session management and server-side request routing APIs.
50+
It is likely to be the last BETA release in the 5.3 release series.
51+
52+
2653
Change Log
2754
-------------------
2855

0 commit comments

Comments
 (0)