I released lettuce 3.0.2. This is a bugfix release fixing a memory leak in pubsub.
This release contains:
Fixes
Other
- Streamline build and release
 
Links
- Release on Github
 - Artifact overview on Maven Central
 - Download lettuce 3.0.2.Final
 - Wiki
 - Maven Site (Javadoc)
 
Maven coordinates:
<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>3.0.2.Final</version>
</dependency>
<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>3.0.2.Final</version>
    <classifier>shaded</classifier>
</dependency>
Any feedback is appreciated or create issues on GitHub.