Skip to content

Releases: killme2008/xmemcached

xmemcached-2.4.8

25 Nov 08:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: xmemcached-2.4.7...xmemcached-2.4.8

Xmemcached 2.4.7

06 Jan 07:53
Compare
Choose a tag to compare

Main changes:

  • Supports MemcachedSessionComparator setting to sort memcached sessions. #99
  • Allow disabling address resolution by resolveInetAddresses property. #115
  • Adds a new system property xmemcached.cached.data.size.max to set default maximum data size. #127
  • Tweak benchmark project, thanks to @atais #112
  • Some minor changes. Bump junit and log4j versions.

Thank to all contributors.

Maven

<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.7</version>
</dependency>

Xmemcached 2.4.6 released

25 Jan 11:56
Compare
Choose a tag to compare

Main features:

  1. Set timeoutExceptionThreshold though XMemcachedClientFactoryBean #93

Maven

<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.6</version>
</dependency>

xmemcached 2.4.5

08 Jul 11:02
Compare
Choose a tag to compare

Release note:

  1. (fix) invalidateNamespace not work when sanitizeKeys is true, issue #85

xmemcached 2.4.4

31 May 14:35
Compare
Choose a tag to compare

Main features:

  1. Fixed #83 , HealSession may causes too many open files.

xmemcached-2.4.4-bin-with-dependencies.tar.gz

<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.4</version>
</dependency>

Xmemcached 2.4.3

25 Apr 02:52
Compare
Choose a tag to compare

Main changes:

  1. Fix authentication on IP change, #68 thanks to saschat
  2. Format all the code with google style and adds the formatter plugin.

Binary download

xmemcached-2.4.3-bin-with-dependencies.tar.gz

Maven:

<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.3</version>
</dependency>

xmemcached 2.4.2

23 Feb 10:02
Compare
Choose a tag to compare

Main features:

  • Adds an experiment option -Dxmemcached.string.fast.encoder=true, false by default.If true, it will use fast string encoder, show performance gains in benchmark.
  • Fixed #73 : failover mode cannot be initialized when memcached servers are down at startup time.
  • Fixed #68 : memcached servers IP addresses changes can not work with failure mode.
  • Other minor changes: format the code with google java coding style and fixed an implict bug in consistent hash session locator etc.

Maven:

<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.2</version>
</dependency>

Please don't use 2.4.1 version ,it's deprecated because it enable fast string encoder by default,this options is experimental right now.

xmemcached 2.4.0

25 Oct 12:16
Compare
Choose a tag to compare

Main highlights:

  • Remove duplicate MemcachedException on fetch0 method #64
  • Fixed CPU consumption when connecting to a lot of memcached servers.
  • Use docker-compose to setup test environment.

It's a recommend upgrading if you have many memcached servers to connect.

Binary release:

xmemcached-2.4.0-bin-with-dependencies.tar.gz

xmemcached 2.3.2

18 Jul 03:19
Compare
Choose a tag to compare

Main features:

  • Stop ConfigurationPoller when shutdown AWSElasticCacheClient. #61
  • Disable shutdown hook in AbstractController. #57
  • Add compatibility for KetamaMemcachedSessionLocator with Gwhalin Memcached Java Client. #60

xmemcached 2.3.1

13 Mar 00:30
Compare
Choose a tag to compare

Main feature:

  • Adds AWSElasticCacheClientBuilder to build AWSElasticCacheClient, #55

Maven:

<!-- https://mvnrepository.com/artifact/com.googlecode.xmemcached/xmemcached -->
<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.3.1</version>
</dependency>