Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 28 Sep 13:50
· 24 commits to main since this release

Big release!

This minor version introduces s3fifo, tinylfu, and w-tinylfu eviction algorithms.

What's Changed

  • feat: add new eviction strategy (tinylfu) by @samber in #38
  • Feat: s3fifo by @samber in #41
  • Adding W-TinyLFU by @samber in #40
  • feat(lfu,lru): use custom linked lists which allow strong typing (con… by @samber in #35
  • feat(2q,arc): use custom linked lists which allow strong typing (cont… by @samber in #36
  • style(lint): add .golangci.yml by @samber in #37

Other

  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #29
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #30
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #31

Full Changelog: v0.9.0...v0.10.0