Skip to content

Maintenance Release

Compare
Choose a tag to compare
@stuarteberg stuarteberg released this 01 Nov 17:22
· 713 commits to master since this release

Note: The release binaries above include a new version of the dvid web console, which requires a slight tweak to your .toml file. Please add the following line to the [server] section:

[server]
webDefaultFile = "index.html"

Changes:

  • Added batch keyvalues endpoint for GET/POST
  • Added repo-wide persistent mutation IDs; fixes #278
  • Kafka enhancements:
    • Add string timestamp to kafka log messages
    • Cloned databases can write to unique kafka topics, despite having cloned UUIDs
    • Added kafka activity logging
    • Switched kafka driver library; now using librdkafka from Confluent
  • Refined behavior when an item is missing from a tarsupervoxels instance
  • Fixed legacy support for imagetile keys
  • Stability and performance enhancements