1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Changes
=======
v1.0.6 13 Jul 2024
* Apply #31 which reverts changes for v1.0.5. In some cases the changes
for v1.0.5 were causing panics due to writes against closed channels (#25).
v1.0.5 07 Mar 2024
* Avoid extra locks that forces cache.Get() to hang while cache.Refresh() is
being called against a slow/flaky server.
v1.0.4 19 Jul 2022
* Fix sloppy API breakage
v1.0.3 19 Jul 2022
* Fix queue insertion in the middle of the queue (#7)
v1.0.2 13 Jun 2022
* Properly release a lock when the fetch fails (#5)
v1.0.1 29 Mar 2022
* Bump dependency for github.com/lestrrat-go/httpcc to v1.0.1
v1.0.0 29 Mar 2022
* Initial release, refactored out of github.com/lestrrat-go/jwx
|