Skip to content

v0.7.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mallets Mallets released this 21 Dec 12:09
· 329 commits to master since this release

Changelog:

  • ⚠️ Protocol breaking changes (i.e. no interop with previous versions):
    • New protocol version: 0.7
  • New features:
    • Adopt C-style idiomatic for error returns. #132
  • New unstable features:

    🔬 Unstable
    This following features are unstable: they work as advertised, but their API may change in a future release.

  • Bug fixes:
    • Additional validations while parsing locators
    • uin64_t random generation
    • Force multicast to use the configured interface #107
  • Other changes:
    • Optimizations in terms of speed and stack usage.
    • Queryables are declared as complete: false by default. #131
    • MISRA-C compliance. #124
    • Fix README. #133 (Thanks @bryceschober )