Tetra v0.4.1 Release Notes

Release Date: 2020-08-02 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘ ContextBuilder can now be serialized and deserialized via Serde, if the serde_support feature is enabled. (@puppetmaster- in #195)
      • Note that the available settings could change between releases of Tetra (semver permitting). If you need a config file schema that will be stable in the long term, consider making your own and then mapping it to Tetra's API, rather than relying on ContextBuilder to not change.

    ๐Ÿ”„ Changed

    • The TetraError and Event enums are now marked as non_exhaustive.
      • This is not a breaking change, as exaustive matching was already enforced via a hidden enum variant. This change just makes the code/docs/errors clearer, as well as potentially unlocking some compiler optimizations in the future.
    • โšก๏ธ Updated glow to 0.5.