Conversation
The Markdown review fixes intended for #180 were dropped when a failed `git add` of a non-existent `go.sum` aborted staging — only the apikey example landed. This commits the actual changes: - README: removed the stale Roadmap and the third-party shields.io badges (kept GitHub-native CI + pkg.go.dev; feature tags moved into the pitch); added apikey/oauth to the architecture diagram. - docs/validation.md: the email `Close()` is an optional no-op, not goroutine cleanup. - docs/errors.md: added the apikey and oauth error sections and `jwt.ErrTokenRevoked`. - docs/configuration.md: documented the `KeyStore` field. - docs/testing.md: added apikey/oauth to the layout tree and import table. - examples CI matrix now includes the apikey example. Docs + CI matrix only. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Jaro-c
enabled auto-merge
June 29, 2026 17:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.10.9 — documentation.
Applies the Markdown review fixes that were accidentally dropped from the v1.10.7/v1.10.8 docs PR (a failed git add aborted staging, so only the apikey example landed):
Note: v1.10.7 was a mis-tagged no-op (a tag race put it on the v1.10.6 tree); v1.10.8 shipped only the apikey example. This release carries the doc fixes.