Skip to content

Stable 0.9 Release

Compare
Choose a tag to compare
@stuarteberg stuarteberg released this 13 Nov 15:13
· 546 commits to master since this release

This is a stable release of dvid that can be used for current installations. A significant rewrite of dvid (v1.0), not guaranteed to be fully backward compatible with legacy data types and all storage engines initially, will be released by January. Pre-1.0 releases will work with current datastores and will not perform any auto-migration or metadata updates.

Significant changes since last release:

  • Can use a branch head identifier ("uuid-in-repo" + ":" + "branch name") instead of a version UUID.
  • Many fixes (e.g., repo deletion, race conditions)
  • Performance improvements based on debugging under large-scale use at Janelia.
  • Added ability for further customizations via TOML config (kafka queue size)
  • Added Badger storage engine support
  • Build system changes