Releases: cloudfoundry-community/memcache-release
Releases · cloudfoundry-community/memcache-release
Release 6.5
Release 6.4
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
Fix a connection memory leak.
Rate limits and bigger values
- 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
- 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
Heavy Load update
- 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.