Releases: TheClimateCorporation/mandoline
Releases · TheClimateCorporation/mandoline
0.1.9
- Fix issue #17: bytes-to-array makes a copy of byte buffer
0.1.8
Mandoline will now be able to do many more writes and reads concurrently.
0.1.7
- De-duplicate chunks when writing them
0.1.6
- Fix concurrency test to avoid thread contention that caused the test to block
0.1.5
- Re-implemented the
npmap
function in io.mandoline.utils
using the
Claypoole library
- Fixed a race condition in
CachingChunkStore
- Added Leon Barrett to the list of contributors in README
0.1.4
- Contributors are credited in README
- Fixed inaccurate docstring on the versions method of the Connection protocol
- Added alias for the hybrid-s3-dynamodb backend
0.1.3
- Added Clojars badge and Travis CI badge to README
- Small fix in log4j.properties
- Fixed a test helper that specifies a relative path to leiningen; it
now assumes that an executable lein2
can be found in PATH
0.1.2
- Small improvements in README documentation
- Fixed CachingChunkStore to avoid expensive side effects in swap! of
cache atom (thanks to Daniel Richman)