Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 13:05
3de4bac

1.0.1 (2021-10-27)

Bug Fixes

  • make cache.Stop private (1d8d6b5)
  • Isolate cache's background loops with mutex. (a94080c)
  • GetValue should set Updating=false to prevent items from dropping out of revocation and refresh schedule (812def7)
  • Revoke should ignore Updating flag (5721a1c)

Tests

  • fix TestConcurrentRevokeAndGetValueBug test case (14336ce)
  • Make it possible to run revoke & refresh loops faster for quicker tests. Test case for revocation skipping bug when item is in updating state (aa648a3)

Chores

  • Better comment for cache.Stop() (81e4f48)