Releases: janelia-flyem/dvid
Maintenance 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
Maintenance Release
v0.8.19 Maintenance release v0.8.19
OpenStack Swift backend, tarsupervoxels datatype, labelmap improvements/fixes
This release bundles a new storage engine, tarsupervoxels datatype, many fixes, and the full shift to conda from original buildem systems:
- Openstack Swift support (courtesy HBP and Oliver Kuederle)
- Updated conda build and removal of legacy buildem support
- tarsupervoxels datatype that allows supervoxel data blobs to be auto-grouped into tarballs per final agglomerated label
- many labelmap fixes and improvements, e.g., more complete mutation logging, better down-res speeds, command-line utilities for block and index debugging
- new filestore storage engine used for tarsupervoxels datatype; exposes file system as key-value DB.
Labelmap release
This release bundles a number of dvid enhancements and bug corrections including:
- Addition of labelmap datatype that efficiently handles merges/splits/cleaves through in-memory mappings of underlying supervoxels (label per voxel).
- conda-recipe improvements
- ability to add tags to data instances
- improved label block compression (labelarray & labelmap)
Maintenance Release
Fixes issues with imageblk metadata and coarse splits in labelarray. Compiled with Go 1.9.2.
Maintenance Release
Fixes to extents, labelarray, etc, after testing on hemibrain. Compiled with Go 1.9.2.
Labelarray and gbucket version
Many fixes included but primarily work on labelarray datatype and gbucket driver optimizations.
DICED support update
Some mods for gbucket security.
Maintenance release
Adds ability to retrieve note from configuration file via /api/server/note.
accelerated gbucket GET in labelblk
Merge pull request #217 from stephenplaza/master uses accelerated gbucket GET interface in labelblk