v1.8.5
Deprecation
Stats.LastOffset()
is now deprecated.
The method name may be misleading. It does not indicate the last offset of the stream. It means the last uncommitted chunk id. This information is not necessary. The user should use CommittedChunkId()
. See #380
Full Changelog: v1.8.4...v1.8.5