1
- Release 5.3 BETA1
1
+ Release 5.3
2
2
------------------
3
3
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.
7
6
8
7
9
8
Notable changes and features included in the 5.3 series:
@@ -14,7 +13,7 @@ Notable changes and features included in the 5.3 series:
14
13
15
14
* Compatibility with Java Virtual Threads and Java 21 Runtime.
16
15
17
- * Message parsing API improvements and performance optimization
16
+ * Message parsing API improvements and performance optimization.
18
17
19
18
* TLS client endpoints to make use of JSSE Endpoint Identification by default.
20
19
@@ -23,6 +22,34 @@ Notable changes and features included in the 5.3 series:
23
22
* Redesign of TLS session handling by classic (blocking) connections.
24
23
25
24
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
+
26
53
Change Log
27
54
-------------------
28
55
0 commit comments