Skip to content

Releases: bloodorangeio/reggie

v0.6.1

04 Apr 22:15
a277a93
Compare
Choose a tag to compare

Added a fix for Resty messing with Accept headers (see opencontainers/distribution-spec#396)

v0.6.0

22 Mar 14:42
7eaffd6
Compare
Choose a tag to compare

Releasing all changes on this repo since August 2020

v0.5.0

27 Aug 15:38
cbf8a51
Compare
Choose a tag to compare
Merge pull request #23 from adamwg/retry-callback

Add a callback to be invoked before retrying a request

v0.4.0: Merge pull request #22 from bloodorangeio/override-auth-scope

10 Apr 16:31
cac9d5c
Compare
Choose a tag to compare

Reggie v0.3.2

29 Jan 21:54
87668d9
Compare
Choose a tag to compare
  • Fix issue assuming that error message is always a string

Reggie 0.3.1

16 Jan 18:00
6fb5744
Compare
Choose a tag to compare
  • Fix issue arising when "scope" parameter not specified in 401 responses

Reggie v0.3.0

15 Jan 19:38
Compare
Choose a tag to compare
  • Remove dependency on reg, which was causing issues due to resty client vs net/http
  • Improve debug logging, all requests logged
  • Verify all headers present on request as specified
  • Improve documentation

Reggie v0.2.2

13 Jan 19:20
Compare
Choose a tag to compare
  • Fix issue with missing headers due to SetBody fucntion
  • Add additional testing
  • Update readme example to use chaining

Reggie v0.2.1

08 Jan 23:39
29eefd9
Compare
Choose a tag to compare
  • Fix issue with method chaining
  • Fix broken readme example
  • Allow redirect policy in NewClient

Reggie v0.2.0

08 Jan 22:25
78589e2
Compare
Choose a tag to compare

Updates for distribution-spec compliance testing