Skip to content

Releases: TheClimateCorporation/mandoline

0.1.9

11 May 19:46
Compare
Choose a tag to compare
  • Fix issue #17: bytes-to-array makes a copy of byte buffer

0.1.8

08 Apr 20:06
Compare
Choose a tag to compare
  • Increase threadpool size

Mandoline will now be able to do many more writes and reads concurrently.

0.1.7

03 Dec 22:09
Compare
Choose a tag to compare
  • De-duplicate chunks when writing them

0.1.6

01 Dec 17:59
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • Fix concurrency test to avoid thread contention that caused the test to block

0.1.5

12 Nov 23:23
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Small improvements in README documentation
  • Fixed CachingChunkStore to avoid expensive side effects in swap! of
    cache atom (thanks to Daniel Richman)