1.5.0
- Bumped
async-http-client
minimum version to the new 1.21.0. If you can't use it in your project you can stay on 1.4.0. - The library will use
HTTPClient.shared
(new inasync-http-client
1.21.0) internally for requests if noEventLoopGroup
is provided. - No more internal calls for
httpClient.syncShutdown()
in case ofHTTPClient.shared
usage.
Full Changelog: 1.4.0...1.5.0