Skip to content

v0.1.13

Compare
Choose a tag to compare
@sanderpick sanderpick released this 04 Apr 00:19
· 232 commits to master since this release
90cddfe

Net

  • Adds thread authentication tokens, which will be leveraged by an ACL
  • Combine service and read keys into a single thread key, which encodes the service and read components
  • Adds the ability to delete a thread
  • Log heads are now single length
  • Re-enables PubSub-based thread subscriptions
  • General stability improvements and bug fixes

DB

  • DB Manager keys are now thread IDs
  • DBs are now auto-started
  • More thorough integration tests
  • Collection schema validation
  • Fixes an issue where collection index definitions weren't being loaded on restart sometimes
  • Removes the native Go DB API
  • JSON-mode is now the default

Other

  • Updates to Go 1.14
  • Consolidates the gRPC servers into one (Net and DB)
  • Replaces the old single thread adapter with an app concept: The DB layer is an app that gets connected to threads