Skip to content

release: v1.11.2 - #191

Merged
Jaro-c merged 1 commit into
mainfrom
develop
Jun 29, 2026
Merged

release: v1.11.2#191
Jaro-c merged 1 commit into
mainfrom
develop

Conversation

@Jaro-c

@Jaro-c Jaro-c commented Jun 29, 2026

Copy link
Copy Markdown
Member

Release v1.11.2 — fix the oauth example build.

The v1.11.1 JWKS burst-collapse added golang.org/x/sync/singleflight to auth/oauth; the standalone examples/oauth module lacked that transitive dependency in its go.sum, breaking the Examples CI. go mod tidy on the example fixes it. Library code unchanged. (#189)

The v1.11.1 JWKS burst-collapse added `golang.org/x/sync/singleflight`
to `auth/oauth`. The standalone `examples/oauth` module consumes that
package via the local `replace` but its `go.sum` lacked the new
transitive dependency, so the Examples CI (`build & vet oauth`) failed
with a missing go.sum entry. `go mod tidy` adds `x/sync` as indirect;
the example builds in readonly mode.

Closes #189

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c
Jaro-c enabled auto-merge June 29, 2026 19:05
@Jaro-c
Jaro-c merged commit 5a03f5f into main Jun 29, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant