Releases: TheClimateCorporation/mandoline
Releases · TheClimateCorporation/mandoline
0.1.9
11 May 19:46
Compare
Sorry, something went wrong.
No results found
Fix issue #17 : bytes-to-array makes a copy of byte buffer
0.1.8
08 Apr 20:06
Compare
Sorry, something went wrong.
No results found
Mandoline will now be able to do many more writes and reads concurrently.
0.1.7
03 Dec 22:09
Compare
Sorry, something went wrong.
No results found
De-duplicate chunks when writing them
0.1.6
01 Dec 17:59
Compare
Sorry, something went wrong.
No results found
Fix concurrency test to avoid thread contention that caused the test to block
0.1.5
12 Nov 23:23
Compare
Sorry, something went wrong.
No results found
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
08 Aug 17:44
Compare
Sorry, something went wrong.
No results found
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
31 Jul 23:11
Compare
Sorry, something went wrong.
No results found
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
31 Jul 20:17
Compare
Sorry, something went wrong.
No results found
Small improvements in README documentation
Fixed CachingChunkStore to avoid expensive side effects in swap! of
cache atom (thanks to Daniel Richman)