Releases: killme2008/xmemcached
Releases · killme2008/xmemcached
xmemcached-2.4.8
What's Changed
- fix #68 Problem when a memcached server changes IP address by @Raiv in #129
- Improve Travis CI build Performance by @chenzhang22 in #132
- Resolve the host only if JMX is enabled by @hamid646m in #133
New Contributors
- @Raiv made their first contribution in #129
- @chenzhang22 made their first contribution in #132
- @hamid646m made their first contribution in #133
Full Changelog: xmemcached-2.4.7...xmemcached-2.4.8
Xmemcached 2.4.7
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
Main features:
- 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
Release note:
- (fix) invalidateNamespace not work when sanitizeKeys is true, issue #85
xmemcached 2.4.4
Main features:
- 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
Main changes:
- Fix authentication on IP change, #68 thanks to saschat
- 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
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
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.3.2
xmemcached 2.3.1
Main feature:
- Adds
AWSElasticCacheClientBuilder
to buildAWSElasticCacheClient
, #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>