Skip to content

Releases: RedisJSON/JRedisJSON

1.5.0

19 Nov 05:08
48e1671
Compare
Choose a tag to compare

Enhancements

  • Support JSON.TOGGLE command (#51)
  • Support JSON.CLEAR command (#52)

Changes

  • JRedisJSON can be instantiated using a Jedis instance (#61)
  • GsonBuilder (Gson factory) can be set in JRedisJSON instance (#61)

Dependencies

  • Upgrade redis.clients:jedis to 3.7.0
  • Upgrade com.google.code.gson:gson to 2.8.8
  • Upgrade org.apache.commons:commons-pool2 to 2.11.1

1.5.0-RC3

06 Oct 14:12
db37199
Compare
Choose a tag to compare
1.5.0-RC3 Pre-release
Pre-release

Enhancements

  • Support JSON.TOGGLE command (#51)
  • Support JSON.CLEAR command (#52)

Dependencies

  • Upgrade redis.clients:jedis to 3.7.0 (#58, #45)
  • Upgrade com.google.code.gson:gson to 2.8.8 (#57, #40)
  • Upgrade org.apache.commons:commons-pool2 to 2.11.1 (#56, #41)

Version 1.4.0

25 May 11:51
68e5059
Compare
Choose a tag to compare

Changes

  • Upgrade redis.clients:jedis from 3.5.1 to 3.6.0 (#36, #35)
  • implement array and string commands (#34)

Thanks @bsbodden for contributing!

1.3.0

03 Feb 11:12
9b40f4f
Compare
Choose a tag to compare

Enhancements

  • Implements JSON.MGET command (#31)
  • Upgrade redis.clients:jedis to 3.5.1 (#30)
  • Upgrade org.apache.commons:commons-pool2 to 2.9.0 (#29)
  • Upgrade com.google.code.gson:gson to 2.8.6 (#19)

Thanks to: @bsbodden for the contributing!

1.2.0

06 Feb 09:39
Compare
Choose a tag to compare
  • Add get by Class (#16)
  • Fix stackoverflow on JReJSON.type(String)

1.1.1

28 Feb 17:23
576201e
Compare
Choose a tag to compare

Fix Jedis dependency, upgrade to 3.0.1

1.0.0

20 Nov 09:54
14b4edc
Compare
Choose a tag to compare
Merge pull request #8 from RedisLabs/mvn-publish

update pom.xml to publish to mvn repository