Releases: TriggerMail/lazylru
Releases · TriggerMail/lazylru
v0.7.0
Changelog
- 02c79c9 Move towards Github Actions + Deprecating old code/tooling (#35)
- 196160f Scan method on the LRU to iterate over the keys and values (#34)
v0.6.0
Changelog
- 174b0bf always taking at least a read lock on shouldBubble (#33)
- 70f4b10 more ignoring the linter (#32)
v0.5.0
Changelog
- 463a294 Adding OnEvict callback for when items are removed (#28)
v0.4.2
Changelog
- 80ff430 replacing math/rand with math/rand/v2 (#27)
v0.4.1
Changelog
- 72f841e Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#26)
- bumped Go image to 1.22
- moved the
benchmark
module to Go 1.22
- upgraded linter version
v0.4.0
Changelog
- fa7c520 Making lazylru generic, deprecating the lazylru/generic package (#25)
- 307bd90 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#24)
v0.3.2
Changelog
- b280876 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#20)