Skip to content

v0.22.0

Choose a tag to compare

@tqwewe tqwewe released this 05 Jul 06:43
d7ec9d4

A huge thank you to Caido Community, vanhouc, cawfeecoder, and haruki-nikaidou for supporting Kameo's development! 💖

Added

  • Add on_undelivered hook for messages left in the mailbox at terminal stop (#363) </>
  • Reject new messages after stop_gracefully instead of silently dropping them (#362) </>
  • BREAKING: Add ctx.pipe and ctx.pipe_with for pipe-to-self (#360) </>

Changed

  • BREAKING: Make ActorRef cloning a single Arc clone (#365) </>
  • BREAKING: Return pending ask's message as ActorRestarting/ActorNotRunning during drain (#359) </>

Fixed

  • Deliver leftover tells to on_undelivered when the restart budget is exhausted (#364) </>

Documentation

  • Fix spacing between sponsor avatars in README </>