chore(deps): bump github.com/auth0/go-jwt-middleware/v2 from 2.1.0 to 2.2.0 #125

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-auth0-go-jwt-middleware-v2-2.2.0 into main 2023-12-05 08:14:12 +00:00
argoyle commented 2023-12-05 06:25:26 +00:00 (Migrated from gitlab.com)

Bumps github.com/auth0/go-jwt-middleware/v2 from 2.1.0 to 2.2.0.

Release notes

Sourced from github.com/auth0/go-jwt-middleware/v2's releases.

v2.2.0

Added

Changed

  • ESD-32688: Improve locking and blocking associated with key retrieval #225 (ewanharris)
  • Replace deprecated pkg/errors in favor of Go's standard library #189 (molaga)
  • Replace square/go-jose with go-jose/go-jose #188 (sergiught)
  • Fail to instantiate validator when audience is an empty string #183 (sergiught)
Changelog

Sourced from github.com/auth0/go-jwt-middleware/v2's changelog.

v2.2.0 (2023-12-01)

Full Changelog

Added

Changed

  • ESD-32688: Improve locking and blocking associated with key retrieval #225 (ewanharris)
  • Replace deprecated pkg/errors in favor of Go's standard library #189 (molaga)
  • Replace square/go-jose with go-jose/go-jose #188 (sergiught)
  • Fail to instantiate validator when audience is an empty string #183 (sergiught)

Commits
  • ed8142c Release v2.2.0
  • 3b17ee9 Add ship config file to the repo
  • 3cff0b1 Refresh JWKS in background when the cached JWKS expires rather than block for...
  • 34d8362 Move to RWMutex to allow multiple readers
  • 8e479d9 Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#220)
  • eb13929 Bump actions/setup-go from 3 to 4 (#221)
  • 1381c03 Bump actions/checkout from 3 to 4 (#219)
  • f2cfb8c Bump Templum/govulncheck-action from 0.10.1 to 1.0.0 (#218)
  • 54e25fd Scan using newer go-version
  • 8c61ab8 Update iris example dependencies
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/auth0/go-jwt-middleware/v2](https://github.com/auth0/go-jwt-middleware) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/auth0/go-jwt-middleware/releases">github.com/auth0/go-jwt-middleware/v2's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <p><strong>Added</strong></p> <ul> <li>add echo example <a href="https://github.com/auth0/go-jwt-middleware/pull/208">#208</a> (<a href="https://github.com/mehulgohil">mehulgohil</a>)</li> <li>added example for iris web framework <a href="https://github.com/auth0/go-jwt-middleware/pull/199">#199</a> (<a href="https://github.com/mehulgohil">mehulgohil</a>)</li> </ul> <p><strong>Changed</strong></p> <ul> <li>ESD-32688: Improve locking and blocking associated with key retrieval <a href="https://github.com/auth0/go-jwt-middleware/pull/225">#225</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Replace deprecated pkg/errors in favor of Go's standard library <a href="https://github.com/auth0/go-jwt-middleware/pull/189">#189</a> (<a href="https://github.com/molaga">molaga</a>)</li> <li>Replace square/go-jose with go-jose/go-jose <a href="https://github.com/auth0/go-jwt-middleware/pull/188">#188</a> (<a href="https://github.com/sergiught">sergiught</a>)</li> <li>Fail to instantiate validator when audience is an empty string <a href="https://github.com/auth0/go-jwt-middleware/pull/183">#183</a> (<a href="https://github.com/sergiught">sergiught</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/auth0/go-jwt-middleware/blob/master/CHANGELOG.md">github.com/auth0/go-jwt-middleware/v2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/auth0/go-jwt-middleware/tree/v2.2.0">v2.2.0</a> (2023-12-01)</h2> <p><a href="https://github.com/auth0/go-jwt-middleware/compare/v2.1.0...v2.2.0">Full Changelog</a></p> <p><strong>Added</strong></p> <ul> <li>add echo example <a href="https://github.com/auth0/go-jwt-middleware/pull/208">#208</a> (<a href="https://github.com/mehulgohil">mehulgohil</a>)</li> <li>added example for iris web framework <a href="https://github.com/auth0/go-jwt-middleware/pull/199">#199</a> (<a href="https://github.com/mehulgohil">mehulgohil</a>)</li> </ul> <p><strong>Changed</strong></p> <ul> <li>ESD-32688: Improve locking and blocking associated with key retrieval <a href="https://github.com/auth0/go-jwt-middleware/pull/225">#225</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Replace deprecated pkg/errors in favor of Go's standard library <a href="https://github.com/auth0/go-jwt-middleware/pull/189">#189</a> (<a href="https://github.com/molaga">molaga</a>)</li> <li>Replace square/go-jose with go-jose/go-jose <a href="https://github.com/auth0/go-jwt-middleware/pull/188">#188</a> (<a href="https://github.com/sergiught">sergiught</a>)</li> <li>Fail to instantiate validator when audience is an empty string <a href="https://github.com/auth0/go-jwt-middleware/pull/183">#183</a> (<a href="https://github.com/sergiught">sergiught</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/ed8142c312fa2c3c88c0e56c0d6548e6848bb375"><code>ed8142c</code></a> Release v2.2.0</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/3b17ee90d91ec964b7082df8f67efca956b7dfa4"><code>3b17ee9</code></a> Add ship config file to the repo</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/3cff0b1c9c7fdbdd4275b33d4e59ead48d82dd0d"><code>3cff0b1</code></a> Refresh JWKS in background when the cached JWKS expires rather than block for...</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/34d8362a9f83980fe89b9a23e44046101f05e17f"><code>34d8362</code></a> Move to RWMutex to allow multiple readers</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/8e479d960708f33cdf1d77d907d2cb0d81ac4b7b"><code>8e479d9</code></a> Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (<a href="https://github.com/auth0/go-jwt-middleware/issues/220">#220</a>)</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/eb13929cb1fc37f15d85fbbe8d316f7de39b9b1e"><code>eb13929</code></a> Bump actions/setup-go from 3 to 4 (<a href="https://github.com/auth0/go-jwt-middleware/issues/221">#221</a>)</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/1381c031945e3191ef4f8c23db55047cc270864f"><code>1381c03</code></a> Bump actions/checkout from 3 to 4 (<a href="https://github.com/auth0/go-jwt-middleware/issues/219">#219</a>)</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/f2cfb8c72202c852f6ab2fd3c1740531d197080b"><code>f2cfb8c</code></a> Bump Templum/govulncheck-action from 0.10.1 to 1.0.0 (<a href="https://github.com/auth0/go-jwt-middleware/issues/218">#218</a>)</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/54e25fd8a52786921d8fa419785af6be64d9eaa5"><code>54e25fd</code></a> Scan using newer go-version</li> <li><a href="https://github.com/auth0/go-jwt-middleware/commit/8c61ab8d0976dd46ee1519a76178900c9e6edf79"><code>8c61ab8</code></a> Update iris example dependencies</li> <li>Additional commits viewable in <a href="https://github.com/auth0/go-jwt-middleware/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2023-12-05 08:14:12 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#125