armeria-0.8.0.Final
trustin
released this
25 Jan 09:44
·
4294 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 NettyEventLoop
s.