Skip to content

Releases: ikawaha/httpcheck

v1.12.6

31 Dec 12:10
1f779b6

Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-go from 5.5.0 to 6.1.0 by @dependabot[bot] in #65
  • build(deps): bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 by @dependabot[bot] in #67
  • build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by @dependabot[bot] in #68
  • fix: Correct Bearer token format in Authorization header by @ikawaha in #69

Background:
RFC 6750 (OAuth 2.0 Bearer Token Usage) specifies that the Bearer token in the Authorization header should be formatted as "Bearer" followed by a single space and the token. The previous implementation incorrectly included a colon after "Bearer".

Impact:

  • If you're using WithBearerAuth(), the format of the transmitted header will change
  • Most OAuth2 server implementations accept both formats, so this should not cause issues in most cases
  • With strictly RFC 6750-compliant servers, authentication will now work correctly

Migration:

  • No code changes required for most use cases
  • If issues occur, please ensure your server implementation complies with RFC 6750

Full Changelog: v1.12.5...v1.12.6

v1.12.5

30 Aug 17:02
75be87d

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 by @dependabot[bot] in #58
  • chore: Fix test to use Go version specified in go.mod by @ikawaha in #62
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #61
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #59

Full Changelog: v1.12.4...v1.12.5

v1.12.4

26 Nov 01:10
14c26e0

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #57

Full Changelog: v1.12.3...v1.12.4

v1.12.3

03 Jun 15:59
2b74de9

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 by @dependabot in #56

Full Changelog: v1.12.2...v1.12.3

v1.12.2

02 Apr 15:28
ca454dc

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #51
  • build(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 by @dependabot in #52
  • chore: Drop goa plugin by @ikawaha in #55

Full Changelog: v1.12.1...v1.12.2

v1.12.1

03 Feb 08:00
1dc6f8a

Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

03 Feb 05:12
14becd8

Choose a tag to compare

What's Changed

  • Add a method to test if response matches json query by @ikawaha in #49

Full Changelog: v1.11.0...v1.12.0

v1.11.0

02 Feb 23:08
7c712ac

Choose a tag to compare

What's Changed

  • improve: Add a function that returns the TestingT held internally by Tester by @ikawaha in #48

Full Changelog: v1.10.2...v1.11.0

v1.10.2

02 Feb 08:51
d6cbf44

Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1

13 Dec 02:19
becdd74

Choose a tag to compare

What's Changed

  • Add the readme of the goa plugin by @ikawaha in #43
  • Bump actions/setup-go from 4 to 5 by @dependabot in #44
  • update: Bump goa.design/goa/v3 from v3.13.2 to v3.14.1 by @ikawaha in #45

Full Changelog: v1.10.0...v1.10.1