Skip to content

Releases: cybozu/yrmcds

yrmcds version 1.1.2

05 Mar 14:39
Compare
Choose a tag to compare

This release enhances "stats" compatibility with memcached.

Specifically,

  • Added get_hits, get_misses, cas_hits, cas_misses, cas_badval counters.
  • Fixed rusage_user and rusage_system value format.

Enjoy!

yrmcds version 1.1.1

25 Feb 01:11
Compare
Choose a tag to compare

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

19 Nov 09:50
Compare
Choose a tag to compare

The 1.1.0 release contains these new features:

Support for the new counter protocol is already available in libyrmcds.

yrmcds version 1.1.0-rc2

08 Aug 08:03
Compare
Choose a tag to compare
Pre-release

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

20 Feb 09:19
Compare
Choose a tag to compare
Pre-release

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

20 Feb 09:08
Compare
Choose a tag to compare

This is a minor and possibly the final release of v1.0 series.

See ChangeLog for full details.

yrmcds version 1.0.3

17 Jan 03:07
Compare
Choose a tag to compare

This release fixes a compilation problem on non-SSE 32bit Intel CPU.

See ChangeLog for full details.

yrmcds version 1.0.2

16 Jan 18:43
Compare
Choose a tag to compare

This release improves Makefile portability for non-x86 architectures.
Specifically, CPUFLAGS is now blank (6f4bf94).

See ChangeLog for full details.

yrmcds version 1.0.1

27 Dec 01:37
Compare
Choose a tag to compare

This is a bug fix release.

Specifically, an infinite loop condition is fixed in #28.

For full details, see ChangeLog.

yrmcds version 1.0.0

04 Dec 15:23
Compare
Choose a tag to compare

Finally, this is the first stable release of yrmcds!

Changes:

  • SECURITY: MurmurHash was replaced with SipHash.