Skip to content

Tags: given-zhang/java-memcached-client

Tags

2.8.9-SNAPSHOT

Toggle 2.8.9-SNAPSHOT's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
Development of 2.8.9 release.

2.8.8

Toggle 2.8.8's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
Release 2.8.8

The 2.8.8 release fixes several issues that may arise through
concurrency conditions. It adds support for a new operation
called "keyStats", which only works with the binary protocol.
Also, it is now possible to provide replication without
persistence (through the PersistTo.ZERO) enum.

Summary of changes by contributor:

Mike Wiederhold (4):
      Use Arrays.toString() when printing the contents of an array
      Make unsynchronized LoggerFactory field syncronized
      JCBC-105: Add stats key operation
      Don't increment volatile variables

Michael Nitschinger (1):
      JCBC-128: Add ZERO to the PersistTo ENUM.

With others which can be listed here:
http://code.google.com/p/spymemcached/issues/list

Note that Couchbase also tracks issues here:
http://www.couchbase.org/issues/browse/SPY

2.8.8-SNAPSHOT

Toggle 2.8.8-SNAPSHOT's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
Development of 2.8.8 release

2.8.7

Toggle 2.8.7's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Release of 2.8.7

The 2.8.7 release of spymemcached has several bugfixes to provide for
better support of observe operations with Couchbase Server.
Specifically, better support of delete operations.  The next server
release of Couchbase Server will include functionality for seeing a
CAS value from a delete operation, which may be used to track that
delete until it is fully deleted.

These are This is in support of the observe support with Couchbase
Server in the Couchbase Java Client.

Summary of changes by contributor:

Mike Wiederhold (4):
      JCBC-110: Fix getCas function in operation future
      JCBC-110: Add accessor funcitons to observe enum classes
      JCBC-110: Observe operations return their handling node in gotData
      JCBC-110: Delete operation in MemcachedClient now returns it's cas

With others which can be listed here:
http://code.google.com/p/spymemcached/issues/list

Note that Couchbase also tracks issues here:
http://www.couchbase.org/issues/browse/SPY

2.8.7-SNAPSHOT

Toggle 2.8.7-SNAPSHOT's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Development of 2.8.7 release

2.8.6

Toggle 2.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Release of 2.8.6

The 2.8.6 release of spymemcached has only a
single bugfix for an issue which would cause observe
requests to incorrectly send requests to more than
the correct number of nodes.  This is in support of
the observe support with Couchbase Server in the
Couchbase Java Client.

Summary of changes by contributor:

Mike Wiederhold (1):
      Broadcast operations only send to specified nodes

With others which can be listed here:
http://code.google.com/p/spymemcached/issues/list

Note that Couchbase also tracks issues here:
http://www.couchbase.org/issues/browse/SPY

2.8.6-SNAPSHOT

Toggle 2.8.6-SNAPSHOT's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Development of 2.8.6

2.8.5

Toggle 2.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Release of 2.8.5

The 2.8.5 release of spymemcached has only a
single enhancement to add some additional possible
CASResponse enum values and add the CAS returned
by the server to the CASResponse itself.

Summary of changes by contributor:

Raghavan Srinivas (1):
      Added getCas() methods for the cas operations

With others which can be listed here:
http://code.google.com/p/spymemcached/issues/list

Note that Couchbase also tracks issues here:
http://www.couchbase.org/issues/browse/SPY

2.8.4

Toggle 2.8.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Release of 2.8.4

The 2.8.4 release of spymemcached has only a
single bugfix for handling some issues with the
observe command introduced in 2.8.3.  The observe
command is for use with Couchbase Server only.

Summary of changes by contributor:

Raghavan Srinivas (1):
      Fixed issues with the Observe Method(s)

With others which can be listed here:
http://code.google.com/p/spymemcached/issues/list

Note that Couchbase also tracks issues here:
http://www.couchbase.org/issues/browse/SPY

2.8.4-SNAPSHOT

Toggle 2.8.4-SNAPSHOT's commit message

Verified

This tag was signed with the committer’s verified signature.
ingenthr Matt Ingenthron
Development of 2.8.4 series.

This tag should never appear on a release.  It
exists primarily to make development with maven
easy.