Releases: lanimall/ehcache-io
Releases · lanimall/ehcache-io
ehcache-io 1.2.2
Bug fix release
- Fixed wrong read can update when entry is not in cache (now returning null as it should)
- Fixed issues with stream entry removal
- Added couple exception checks to fail fast if something wrong occurs
- added search extractors for the key / value to offer data visibility via search
ehcache-io 1.2.1
bug fixes / perf improvements
ehcache-io 1.2
New release with following main changes:
- Read_Commited consistency enforced with CAS operations as opposed to ehcache explicit locks
- Write_Priority consistency mode available as well
- various internal improvements.
ehcache-io 1.1
bug fix release
ehcache-io 1.0
Initial working release with various bug fixes in place and all tests passing.
ehcache-io v1.0-rc1
Initial Release for the Ehcache extension providing Streaming IO capabilities to ehcache 2x