Skip to content

armeria-0.12.0.Final

Choose a tag to compare

@trustin trustin released this 24 Mar 06:47
· 4960 commits to main since this release

New features

  • #122 Make EventLoop available to RemoteInvoker.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 implement RemoteInvoker by yourself to write a decorator.
  • #125 Allow registering callbacks when propagating a ServiceInvocationContext
    • You can add callbacks to a ServiceInvocationContext via onEnter(Runnable) and onExit(Runnable).