Skip to content

v2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 04:12
· 347 commits to master since this release
7841fd3

2.8.0 (2020-07-03)

Bug Fixes

  • AutoLoading isn't thread safe (97ad4b1)
  • remove child locks in policy (3f88c7c)
  • unnessary locks (f4312f2)
  • use atomic boolean for logger enable flag (04354bc)
  • use sync.Map to avoid read & write race (cd7dcbe)

Features