Skip to content

Releases: jahnestacado/tlru

v3.0.4

18 Jun 18:07
91ab564
Compare
Choose a tag to compare

Commits

  • 91ab564: README.md: updated badge url (Ioannis Tzanellis)

v3.0.3

18 Jun 17:32
Compare
Choose a tag to compare

Commits

  • e0e7b0c: tlru.go: made TLRU struct public (jahnestacado)

v3.0.2

18 Jun 17:11
Compare
Choose a tag to compare

Commits

  • e46d686: go.mod: set module to /v3 path (jahnestacado)

v3.0.1

18 Jun 16:33
Compare
Choose a tag to compare

Commits

  • 3c95c8f: README.md: updated code in docs (jahnestacado)
  • 27eac8f: .github/workflows/tag-master.yaml: switched to actions/checkout@v3 (jahnestacado)
  • 7b5b47f: .github/workflows/run-tests.yml: switched to actions/checkout@v3 (jahnestacado)
  • 22a732f: .github/workflows: switched to fixed ubuntu version and to v4 actions (jahnestacado)
  • c2192c4: README.md: updated docs (jahnestacado)

v2.0.0

04 Oct 22:49
Compare
Choose a tag to compare

Commits

  • 51cc5cb: Updated README.md #none (Ioannis Tzanellis)
  • 12bf51d: Fixed name of bench test task (jahnestacado) #4
  • 04b43a6: tlru.go: Properly used mutex.RLock for readonly cache ops (jahnestacado) #4
  • 0dd5024: README.md: Updated benchmarks (jahnestacado) #4
  • 25f75de: README.md: Fixed alignment (Ioannis Tzanellis) #4
  • 0a8f3f6: tlru.go: Used a combination of RW locks in functions that can perform both read/writes (jahnestacado) #5
  • 92c797e: Merge branch 'fix/mutex-read-locks' of github.com:jahnestacado/go-tlru into fix/mutex-read-locks (jahnestacado) #5
  • 3680e3f: tlru_test.go: Added test for detecting race conditions (jahnestacado) #5
  • 47d6d03: tlru.go: Replace Config.Size with Config.MaxSize. Now if MaxSize is not set cache won't have a size limit (jahnestacado) #5
  • 06cec42: tlru.go: Introduced Config.GarbageCollectionInterval (jahnestacado) #5
  • 6557aec: Updated README.md (jahnestacado) #5
  • bd209cc: Bumping #major version due to public interface non-backward compatible changes (jahnestacado) #5
  • 3022f77: Improved github workflows (jahnestacado) #5
  • ec00a04: Updated README.md (jahnestacado) #5

v1.0.1

02 Sep 10:47
d687c09
Compare
Choose a tag to compare

Commits

  • ca13a46: Update README.md (Ioannis Tzanellis)
  • d217353: Created github workflows (jahnestacado) #2
  • f9a4a32: Added golang matrix runner in workflow (jahnestacado) #2
  • af68405: Added more golang version in workflow matrix (jahnestacado) #2
  • 1dfe0c0: Updated go.mod (jahnestacado) #2