Skip to content

v0.17-beta

Latest
Compare
Choose a tag to compare
@haydnv haydnv released this 14 Aug 21:24
· 5 commits to main since this release
88881cc

Changelog:

  • remove the cross-service transaction protocol's requirement for bidirectional synchronization messages
  • break the startup process into multiple stages
  • allow partial replication without joining a cluster
  • implement support for local peer discovery via mDNS
  • upgrade to hyper 1.4
  • require a correct cluster state hash to join a cluster
  • gate Chain and each Collection type with a feature flag for fast debug builds
  • separate the tc_server sub-crate from the main crate