v5.0.0 Alpha 3.0
Pre-release
Pre-release
Major version changes:
- Allow user to set the HTTP client for AWSClient. This has replaced setting the
EventLoopGroup
. This means you provide a HTTP client with your own setup. If you are using AsyncHTTPClient this includes proxy settings, response decompression and timeouts. TheEventLoopGroup
AWSClient uses will be the same one the HTTP client uses. PR #203 - Add
on: EventLoop
parameter to all the commands to force theEventLoop
AWSClient
will use. This has one restriction in that theEventLoop
has to come from theEventLoopGroup
being used by the client. PR #240 - Simplified the service protocol, reducing it to an enum. #241
Minor version changes:
- Group all service configuration data into one
ServiceConfig
object. #239