Skip to content

Releases: tonivade/claudb

v2.3

23 Nov 21:17
Compare
Choose a tag to compare

What's Changed

  • Bump codacy/codacy-coverage-reporter-action from 0.2.0 to 1.3.0 by @dependabot in #160
  • Bump de.undercouch.download from 5.4.0 to 5.5.0 by @dependabot in #165
  • Bump actions/checkout from 3 to 4 by @dependabot in #161
  • Bump com.h2database:h2-mvstore from 2.2.222 to 2.2.224 by @dependabot in #167
  • Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 by @dependabot in #168
  • Bump me.champeau.jmh from 0.7.1 to 0.7.2 by @dependabot in #170
  • Bump org.junit.platform:junit-platform-runner from 1.10.0 to 1.10.1 by @dependabot in #172
  • Bump junitEngineVersion from 5.10.0 to 5.10.1 by @dependabot in #171
  • Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 by @dependabot in #173

Full Changelog: 2.2...2.3

v2.2

09 Sep 19:11
Compare
Choose a tag to compare

includes new resp-server version 0.23.0 without netty transitive dependencies

v2.1.1

05 Sep 09:57
Compare
Choose a tag to compare

Fixes a regression bug in lists

#158

Minor feature enhencement

02 Aug 05:53
Compare
Choose a tag to compare

Added two new commands, HMSET and HMGET.

Thanks to @adam-hampton-sp for the patch.

ClauDB 1.5.0

05 Nov 08:14
Compare
Choose a tag to compare

This release includes some important updates of some dependencies:

  • Netty 4.1.31.Final
  • RxJava 2.2.3
  • Purefun 0.7.0

Also fixes an issue in persistence restoration:

  • #30 Restart claudb with persistence enabled, overwrite old persistence

Thanks to @advancedlogic for the bug report

ClauDB 1.4.2

31 Oct 08:27
Compare
Choose a tag to compare

This release is only a bugfix release. Includes this issue:

  • #29 fixes a compatibility issue in sha hashes codification, redis (and almost everyone) uses lowercase and claudb uses uppercase

Thanks again to @mionker for the bug report 👍

ClauDB 1.4.1

29 Oct 09:56
Compare
Choose a tag to compare

This release is only a bugfix release. Includes this issues:

  • #27 In EVALSHA command, when the script doesn't exist, the expected error response should be NOSCRIPT
  • #28 SADD command should accept a multiple list of members

Thanks to @mionker and @advancedlogic for their bug reports 👍

1.1.0

30 Dec 17:19
Compare
Choose a tag to compare
new release

First ClauDB release

30 Sep 15:20
Compare
Choose a tag to compare
1.0.0

first claudb release

0.13.0

17 Sep 15:40
Compare
Choose a tag to compare