Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@Bobonium Bobonium released this 02 Oct 17:44
· 2 commits to master since this release
d8d3b4c

After a lot of testing and preparing, tyra can finally be called ready for production. As a result we're happy to finally announce the 1.0.0 release after roughly 1 1/2 years of development.

  • added LeastMessageRouter
  • config now supports loading optional file ./config/tyra.toml to overwrite config parameters
    • defaults < ./config/tyra.toml < mutable config overwrite
  • removed RouterMessage<M>
    • routers now support any user-defined message per default through a generic implementation
  • increase internal sleep in await_shutdown to decrease cpu load