Skip to content

Commit fc7b750

Browse files
dblevinsslandelle
authored andcommitted
Link dropped classes to their commits (AsyncHttpClient#1542)
The commits are super clean and helped significantly. Linking them to help save others a bit of time.
1 parent 303fd6b commit fc7b750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
## From 2.0 to 2.1
1111

1212
* 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.
1515
* AHC now has a RFC6265 `CookieStore` that is enabled by default. Implementation can be changed in `AsyncHttpClientConfig`.
1616
* `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`.
1818
* `WebSocket` and `WebSocketListener` methods were renamed to mention frames
1919
* `AsyncHttpClientConfig` various changes:
2020
* new `getCookieStore` now lets you configure a CookieStore (enabled by default)

0 commit comments

Comments
 (0)