Skip to content

Release 1.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 21:08
v1.3.0
8bd3303
  • KAR 1.3.0 introduces several major enhancements to the programming model
    • Failure recovery ensures that a retry of a failed actor invocation will not be executed until after all synchronous calls made by the failed version of the task have completed.
    • Tail calls to the same actor instance retain the actor lock by default.
    • Each actor's queue of incoming messages is now always processed in order.
  • There is a new Python SDK.
  • The legacy transport layer that predated pkg/rpc was removed.