commanded v0.6.2 Release Notes

  • โœจ Enhancements

    • ๐Ÿ”ง Command dispatch timeout. Allow a timeout value to be configured during command registration or dispatch. This overrides the default timeout of 5 seconds. The same as the default GenServer call timeout.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix pending aggregates restarts: supervisor restarts aggregate process but it cannot accept commands (#22).