lettuce 3.0.1 was released. This is a bugfix release fixing some major bugs.
This release contains:
Fixes
- Test improvements for more stability
- URI for sentinel connections
- Provide static syncHandler
- Handle premature channelInactive while ongoing close (avoid NPE)
- Fix signature of clusterSlaves #18
- Fix SCAN command with scan args
Enhancements
- Optimized CRC16 calculation (thanks to Jedis for co-working)
- Use fine grained exceptions for Timeout, CommandExecution and Connection
Links
- Release on Github
- Artifact overview on Maven Central
- Download lettuce 3.0.1.Final
- Wiki
- Maven Site (Javadoc)
Maven coordinates:
<dependency>
<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<version>3.0.1.Final</version>
</dependency>
<dependency>
<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<version>3.0.1.Final</version>
<classifier>shaded</classifier>
</dependency>
Any feedback is appreciated or create issues on GitHub.