Skip to content

Releases: cloudfoundry-community/memcache-release

Release 6.5

20 Oct 00:28
Compare
Choose a tag to compare

This release fixes an issue that was causing the broker to fail to compile during a BOSH deploy. We've also updated memcache-hazelcast's netty dependencies.

Release 6.4

20 Aug 16:09
Compare
Choose a tag to compare

This release includes a couple of fixes and reliability improvements.

Now monit will restart Memcache if it stops listening on its port. Also,
there is now a BOSH property (memcache_hazelcast.open_file_limit) which
allows the operator to specify the maximum number of open
files/connections.

Release 6.3

14 Nov 01:40
Compare
Choose a tag to compare

Fix a connection memory leak.

Rate limits and bigger values

18 May 22:15
Compare
Choose a tag to compare
  • Added support for account request rate limits/server
  • Added support for larger than 1MB values. Text memcache protocol maxes out at 1MB. Binary can support larger. The max size is now configurable.
  • Moved maven packaging to bosh packaging step instead of pre-packaging.

Release 5.2

26 Jan 23:52
Compare
Choose a tag to compare
  • Added service-keys support
  • Made it a little harder for credentials from deleted service instances to log in
  • Upgrade Java to latest 1.8
  • Upgrade Hazelcast to 5.7.8

Bug Fix

23 May 22:59
Compare
Choose a tag to compare

Fix a bug that pretty much stopped the memcache protocol from working. So, use this one instead of v5.

Heavy Load update

23 May 22:58
Compare
Choose a tag to compare
Heavy Load update Pre-release
Pre-release
  • Fixed back pressure so it actually works.
  • Added some logging to help identify heavy load customers.
  • Other cleanup to help stop logs from producing too much in load situations.

4.7

16 May 17:17
Compare
Choose a tag to compare
4.7

Upgraded Hazelcast to 3.7.7
Fixed some possible NPEs in uncommon connection state situations
Changed metrics that are counter metrics to counter metrics.

4.6

16 May 17:18
Compare
Choose a tag to compare
4.6 Pre-release
Pre-release

Some minor refactoring of back pressure code.

v4.5

25 Jan 20:44
Compare
Choose a tag to compare

Upgrades Hazelcast to 3.7.5 and add some more metrics for number of invocations of various memcache operations.