Java DCP Client 0.13.0 (2018-01-22)
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>dcp-client</artifactId>
<version>0.13.0</version>
</dependency>Adds support for log redaction. Fixes issues with stream rollback and termination.
Thanks to community members Zoltán Zvara and Vitaly Romashkin who submitted patches.
Issues resolved in this release:
- JDCP-62: [FEATURE] Implement/test Log Redaction
- JDCP-48: [BUGFIX] System event messages dropped through DefaultEventBus
- JDCP-66: [BUGFIX] Spurious stream reconnection when current seqno > end seqno (Zoltán Zvara)
- JDCP-69: [BUGFIX] UnsupportedOperationException at SessionState#rollbackToPosition (Vitaly Romashkin)
- core-io dependency upgraded to version 1.5.4