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
Copy file name to clipboardexpand all lines: CHANGES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@
10
10
## From 2.0 to 2.1
11
11
12
12
* AHC 2.1 targets Netty 4.1.
13
-
*`org.asynchttpclient.HttpResponseHeaders` was dropped in favor of `io.netty.handler.codec.http.HttpHeaders`.
14
-
*`org.asynchttpclient.cookie.Cookie` was dropped in favor of `io.netty.handler.codec.http.cookie.Cookie` as AHC's cookie parsers were contributed to Netty.
13
+
*`org.asynchttpclient.HttpResponseHeaders` was [dropped](https://github.com/AsyncHttpClient/async-http-client/commit/f4786f3ac7699f8f8664e7c7db0b7097585a0786) in favor of `io.netty.handler.codec.http.HttpHeaders`.
14
+
*`org.asynchttpclient.cookie.Cookie` was [dropped](https://github.com/AsyncHttpClient/async-http-client/commit/a6d659ea0cc11fa5131304d8a04a7ba89c7a66af) in favor of `io.netty.handler.codec.http.cookie.Cookie` as AHC's cookie parsers were contributed to Netty.
15
15
* AHC now has a RFC6265 `CookieStore` that is enabled by default. Implementation can be changed in `AsyncHttpClientConfig`.
16
16
*`AsyncHttpClient` now exposes stats with `getClientStats`.
17
-
*`AsyncHandlerExtensions` was dropped in favor of default methods in `AsyncHandler`.
17
+
*`AsyncHandlerExtensions` was [dropped](https://github.com/AsyncHttpClient/async-http-client/commit/1972c9b9984d6d9f9faca6edd4f2159013205aea) in favor of default methods in `AsyncHandler`.
18
18
*`WebSocket` and `WebSocketListener` methods were renamed to mention frames
19
19
*`AsyncHttpClientConfig` various changes:
20
20
* new `getCookieStore` now lets you configure a CookieStore (enabled by default)
0 commit comments