Releases: cybozu/yrmcds
yrmcds version 1.1.2
This release enhances "stats" compatibility with memcached.
Specifically,
- Added
get_hits
,get_misses
,cas_hits
,cas_misses
,cas_badval
counters. - Fixed
rusage_user
andrusage_system
value format.
Enjoy!
yrmcds version 1.1.1
This release adds two new config options.
-
secure_erase
If true, memory used by objects will be securely cleared once objects are removed
or their lifetime expires. This ensures secure data will never be leaked out after expiration.
Default is false. -
lock_memory
If true, yrmcds will lock memory to prevent swapping. Default is false.
yrmcds version 1.1.0
The 1.1.0 release contains these new features:
- IPv6 link-local addresses can be used as virtual IPs.
- Distributed resource counter protocol.
Support for the new counter protocol is already available in libyrmcds.
yrmcds version 1.1.0-rc2
This is the second release candidate of forthcoming 1.1.0.
The semaphores are renamed to counters to reflect changes in its
semantics and behavior. Read #36 for the background discussions.
The specification document is also renamed and updated.
Client library for the counter extension is merged in libyrmcds.
Enjoy!
yrmcds version 1.1.0-rc1
This is a new release series of yrmcds adding distributed semaphores support.
The semaphore is independent of memcached; it uses a different TCP port and different protocol.
Read the specs for the full details.
A client library called libyrmcds-semaphore is available too.
Enjoy!
yrmcds version 1.0.4
This is a minor and possibly the final release of v1.0 series.
See ChangeLog for full details.
yrmcds version 1.0.3
This release fixes a compilation problem on non-SSE 32bit Intel CPU.
See ChangeLog for full details.
yrmcds version 1.0.2
yrmcds version 1.0.1
yrmcds version 1.0.0
Finally, this is the first stable release of yrmcds!
Changes:
- SECURITY: MurmurHash was replaced with SipHash.