v1.4.3
Milestone
Enhancements
- Add auto-commit to the super stream consumer by @Gsantomaggio in #305
Deprecation
environment.StreamStats.LastOffset()
is now deprecated.
The method name may be misleading. It does not indicate the last offset of the stream. It indicates the last uncommitted chunk id. This information is not necessary. The user should use CommittedChunkId()
.
Full Changelog: v1.4.2...v1.4.3