Skip to content

Releases: janelia-flyem/dvid

Maintenance Release

01 Nov 17:22
Compare
Choose a tag to compare

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

07 Aug 18:07
Compare
Choose a tag to compare
v0.8.19

Maintenance release v0.8.19

OpenStack Swift backend, tarsupervoxels datatype, labelmap improvements/fixes

19 Jul 18:37
Compare
Choose a tag to compare

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

23 Apr 18:57
Compare
Choose a tag to compare

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

28 Nov 22:48
Compare
Choose a tag to compare

Fixes issues with imageblk metadata and coarse splits in labelarray. Compiled with Go 1.9.2.

Maintenance Release

21 Nov 20:13
Compare
Choose a tag to compare

Fixes to extents, labelarray, etc, after testing on hemibrain. Compiled with Go 1.9.2.

Labelarray and gbucket version

20 Sep 15:11
Compare
Choose a tag to compare

Many fixes included but primarily work on labelarray datatype and gbucket driver optimizations.

DICED support update

25 Apr 15:00
Compare
Choose a tag to compare

Some mods for gbucket security.

Maintenance release

06 Apr 15:41
Compare
Choose a tag to compare

Adds ability to retrieve note from configuration file via /api/server/note.

accelerated gbucket GET in labelblk

05 Apr 09:49
Compare
Choose a tag to compare
Merge pull request #217 from stephenplaza/master

uses accelerated gbucket GET interface in labelblk