LOW
: No need to upgrade unless there are new features you want to use.
MODERATE
: Program an upgrade, but it's not urgent.
HIGH
: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL
: There is a critical bug affecting MOST USERS. Upgrade ASAP.
UPGRADE URGENCY: MODERATE This release just upgrade some third party dependency.
- [IMPROVE] Upgrade jedis to version 2.7.2, close issue #2
- [IMPROVE] Upgrade kryo to version 3.0.2, close issue #4
UPGRADE URGENCY: HIGH This release just fix a bug for master slave redis switch.
- [FIX] issue #5
UPGRADE URGENCY: LOW This release mostly adds some commands for redis module.
- [IMPROVE] - upgrade jedis dependency to 2.6.2
- [NEW] - ZLEXCOUNT command
- [NEW] - ZRANGEBYLEX command
- [NEW] - ZREMRANGEBYLEX command
- [NEW] - CLIENT KILL new form added
UPGRADE URGENCY: MODERATE This release mostly fix a small bug for util module
- [FIX] - AdaptiveByteBuffer.shink() infinite loop on some cases.
UPGRADE URGENCY: LOW This release mostly a brand new version, it is not compatible for version 2.
- [IMPROVE] - rename package name and groupId.
- [NEW] - rpc support.
- [FIX] - just handle
Exception
notThrowable
. - [IMPROVE] - x api ajust, it is incompatible with previous 2.x version.
- [IMPROVE] - move 'NamedThreadFactory' to thread package.
- [NEW] - 'MonitoringExecutorService' interface and implementor.