armeria-0.12.0.Final
·
4960 commits
to main
since this release
New features
- #122 Make
EventLoopavailable toRemoteInvoker.invoke()- NB: This is a breaking change due to the signature change of
RemoteInvoker.invoke(). You won't notice this at all if you did not implementRemoteInvokerby yourself to write a decorator.
- NB: This is a breaking change due to the signature change of
- #125 Allow registering callbacks when propagating a
ServiceInvocationContext- You can add callbacks to a
ServiceInvocationContextviaonEnter(Runnable)andonExit(Runnable).
- You can add callbacks to a