Skip to content

Releases: TriggerMail/lazylru

v0.7.0

06 Sep 17:13
02c79c9
Compare
Choose a tag to compare

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

23 Jul 20:19
174b0bf
Compare
Choose a tag to compare

Changelog

  • 174b0bf always taking at least a read lock on shouldBubble (#33)
  • 70f4b10 more ignoring the linter (#32)

v0.5.3

18 Jun 22:31
beb671b
Compare
Choose a tag to compare

Changelog

v0.5.1

18 Jun 22:30
062025b
Compare
Choose a tag to compare

Changelog

v0.5.0

30 May 14:55
463a294
Compare
Choose a tag to compare

Changelog

  • 463a294 Adding OnEvict callback for when items are removed (#28)

v0.4.2

09 May 17:09
80ff430
Compare
Choose a tag to compare

Changelog

  • 80ff430 replacing math/rand with math/rand/v2 (#27)

v0.4.1

24 Apr 18:46
72f841e
Compare
Choose a tag to compare

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

27 Jun 15:20
fa7c520
Compare
Choose a tag to compare

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.3

13 Apr 13:29
6c69506
Compare
Choose a tag to compare

Changelog

v0.3.2

03 Mar 02:32
b280876
Compare
Choose a tag to compare

Changelog

  • b280876 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#20)