You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Users might expect SEMVER and would get suprised when upgrading.
Modification:
* Explain AHC versioning in README.md
* Document some AHC config changes that were missing from CHANGES.md
Result:
Version explained
Copy file name to clipboardExpand all lines: CHANGES.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,11 @@
7
7
*`AsyncHttpClient` now exposes stats with `getClientStats`.
8
8
*`AsyncHandlerExtensions` was dropped in favor of default methods in `AsyncHandler`.
9
9
*`WebSocket` and `WebSocketListener` methods were renamed to mention frames
10
-
*`AsyncHttpClientConfig#isAggregateWebSocketFrameFragments` now lets you disable WebSocket fragmented frames aggregation
10
+
*`AsyncHttpClientConfig` various changes:
11
+
* new `getCookieStore` now lets you configure a CookieStore (enabled by default)
12
+
* new `isAggregateWebSocketFrameFragments` now lets you disable WebSocket fragmented frames aggregation
13
+
* new `isUseLaxCookieEncoder` lets you loosen cookie chars validation
14
+
*`isAcceptAnyCertificate` was dropped, as it didn't do what its name stated
15
+
* new `isUseInsecureTrustManager` lets you use a permissive TrustManager, that would typically let you accept self-signed certificates
16
+
* new `isDisableHttpsEndpointIdentificationAlgorithm` disables setting `HTTPS` algorithm on the SSLEngines, typically disables SNI and HTTPS hostname verification
17
+
* new `isAggregateWebSocketFrameFragments` lets you disable fragmented WebSocket frames aggregation
0 commit comments