File: Changes

package info (click to toggle)
golang-github-lestrrat-go-httprc 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: perl: 60; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
Changes
=======

v3.0.2 05 Dev 2025
* Code changes mainly due to upgraded linter.
* github.com/lestrrat-go/option upgraded to v2

v3.0.1  18 Aug 2025
* Refresh() no longer requires the resource to be ready.

v3.0.0 5 Jun 2025
[Breaking Changes]
  * The entire API has been re-imagined for Go versions that allow typed parameters

v2.0.0 19 Feb 2024
[Breaking Changes]
  * `Fetcher` type is no longer available. You probably want to provide
    a customg HTTP client instead via httprc.WithHTTPClient()).
  * 

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