replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

Detect and handle header version of 0.6.0-alpha #82

Closed whilo closed 1 year ago

whilo commented 1 year ago

During 0.6.0-alpha we used an 8 byte header instead of 20 bytes. This version is currently not readable, which would be nice.

whilo commented 1 year ago

Fixed with #83.