Skip to content

v1.8.5

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 24 May 09:29
· 11 commits to main since this release
v1.8.5
fc47863

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