Releases: exabrial/redex-sm
Releases · exabrial/redex-sm
redex-sm-1.1.0
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
Full Changelog: redex-sm-1.0.4...redex-sm-1.0.5
redex-sm-1.0.4
[maven-release-plugin] copy for tag redex-sm-1.0.4
redex-sm-1.0.3
- 1.0.3
- Minor code improvements
- Refuse to start if
keyPrefixconfig parameter ends up being blank,null, orROOT
redex-sm-1.0.2
- 1.0.2
- Changed connection pool parameters to slow down idle connection eviction (need to make these customizable)
redex-sm-1.0.1
- 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