Skip to content

Maintenance Release

Compare
Choose a tag to compare
@stuarteberg stuarteberg released this 26 Mar 19:45
· 285 commits to master since this release
  • fix labelmap /history and improve documentation for it
  • add neuronjson datatype with Google Firestore persistence
  • add optimized ingest supervoxel blocks
  • fix bug in install-developer-dependencies
  • Kafka-related changes:
    • switch to GoCloud SDK pubsub for Kafka support
    • convert to sarama kafka driver; send Key for compacted log issue?
    • use async producer for kafka
    • remove deprecated kafka properties from testing
  • Optimizations for concurrent interactions with backend for labelmap blocks (leveldb)
    • remove Cgo tracking from read hotpaths; not necessary
    • simplify active CGo write tracking by removing channel in favor of atomic write
    • restrict concurrency in labelmap /specificblocks to transcoding