Skip to content

Releases: scalalang2/golang-fifo

v1.1.0

19 Aug 05:32
Compare
Choose a tag to compare

This release introduces breaking changes as noted in #37.
You need to review your code after upgrading to the newer version to ensure compatibility.

What's Changed

  • fix: be stricter when initializing by @costela in #35
  • feat: add reason to OnEvictCallback by @costela in #37

New Contributors

  • @costela made their first contribution in #35, #37
    • Thanks for your help👍

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Jun 01:59
Compare
Choose a tag to compare

v1.0.1

June 03, 2024

IMPROVEMENTS

BUG FIXES

  • runtime error index out of range caused by nextCleanupBucket #32 by @Laisky

v1.0.0

06 Jan 04:29
Compare
Choose a tag to compare

v1.0.0

Feb 11, 2024

BREAKING CHANGES

FEATURES

IMPROVEMENTS

BUG FIXES

v0.1.3

08 Dec 08:53
Compare
Choose a tag to compare
  • Replace ringbuf with a linked list queue supported by container/list package.