armeria-0.8.0.Final
·
5013 commits
to main
since this release
New features
- #93 Revamp the client-side decorator API
- It is now as convenient as for the server side to decorate a client.
- See
ClientBuilder.decorator()for more information.
- #84 Add
Server.nextEventLoop()so that a user can get one of the available NettyEventLoops.