Skip to content

Commit 2ea7a2d

Browse files
author
Stephane Landelle
committed
Add missing changes
1 parent a745b6e commit 2ea7a2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MIGRATION.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ AsyncHttpClient v1.9 is a preview of v2, so it comes with some breaking changes.
2020
* `allowSslConnectionPool` becomes `allowPoolingSslConnections`
2121
* `connectionTimeout` becomes `connectTimeout`
2222
* `compressionEnabled` becomes `compressionEnforced` (default true) so it's always enabled and can honor user defined Accept-Encoding
23+
* `requestCompressionLevel` was dropped, as it wasn't working
24+
* `SSLEngineFactory` was moved to Netty config as only Netty honors it
2325
* `useRawUrl` becomes `disableUrlEncodingForBoundedRequests`, as it's only honored by bound requests
2426
* `getAllowPoolingConnection` becomes `isAllowPoolingConnection`
2527
* Drop `PerRequestConfig`. `requestTimeOut` and `proxy` can now be directly set on the request.

0 commit comments

Comments
 (0)