Skip to content

Releases: exabrial/redex-sm

redex-sm-1.1.0

05 May 14:31
redex-sm-1.1.0
d96afc0

Choose a tag to compare

What's Changed

  • Fix #9 - read process output before destroying in getHostName() by @exabrial in #16
  • Fix #10: correct Character class name in AutoDataOutputStream.writeValue() by @exabrial in #17
  • Fix #12: eliminate TOCTOU race in JedisRedisService.loadSessionMap() by @exabrial in #18
  • Fix #14: default ignorePattern to match-nothing to prevent NPE by @exabrial in #19
  • Fix #11: replace reflective field access with direct access in ImprovedRedisSession by @exabrial in #20
  • Fix #13: Make encryption optional, allow running without keyPassword by @exabrial in #22

Full Changelog: redex-sm-1.0.5...redex-sm-1.1.0

redex-sm-1.0.5

26 Sep 17:43
redex-sm-1.0.5
bf18816

Choose a tag to compare

redex-sm-1.0.4

22 Oct 20:45
redex-sm-1.0.4
d99733b

Choose a tag to compare

[maven-release-plugin] copy for tag redex-sm-1.0.4

redex-sm-1.0.3

13 Jul 18:18
redex-sm-1.0.3
1c91c63

Choose a tag to compare

  • 1.0.3
    • Minor code improvements
    • Refuse to start if keyPrefix config parameter ends up being blank, null, or ROOT

redex-sm-1.0.2

03 Jul 20:57
redex-sm-1.0.2
67fe6b6

Choose a tag to compare

  • 1.0.2
    • Changed connection pool parameters to slow down idle connection eviction (need to make these customizable)

redex-sm-1.0.1

03 Jul 15:48
redex-sm-1.0.1
80b867e

Choose a tag to compare

  • 1.0.1
    • Initial Release
    • Batches up Redis operations to be executed as single Redis operation
    • Encryption Support (for non-basic types)
    • Ignore URI pattern Support