chore(release): 0.11.0-rc.4 - #456
Merged
Merged
Conversation
Carries the protected-bypass fix (#455): Traefik now strips the credential it verified on `protectedBypassPaths` instead of forwarding it to the app, so an app that runs its own per-request auth on an exempted path — Calibre-Web's OPDS and Kobo endpoints, the only catalog user of the feature — no longer rejects every reader that just passed the gate. Pairs with catalog calibre-web 1.2.1 (try-hola/apps#157), which grants the Guest role the download right an OPDS reader needs once past the gate. Both halves are required; neither works alone. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vck5KSX2CLxhohx14nb5Sh
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.
Version bump only — the usual seven files (five
package.json,packages/cli/src/version.ts,bun.lock).What ships in rc.4
#455 — protected-bypass credential is stripped, not forwarded. Traefik's
basicAuthwas passing theAuthorizationheader it had just verified through to the app. The credential is Hola's edge gate and means nothing behind it, so Calibre-Web — the only catalog app usingprotectedBypassPaths— looked for a user namedhola, found none, and returned 401 to every e-reader that had just passed the gate. Verified on a VM before and after:/opdswith the correct credential went 401 → 200, while unauthenticated callers are still refused and/and/adminstay SSO-gated.Pairs with catalog
calibre-web1.2.1 (try-hola/apps#157), already published, which grants the Guest role the download right a reader needs once past the gate. Both halves are required.Gate
bun run typecheck && bun run lint && bun run typecheck && bun run test && bun run build— green (951 server + 360 web tests).Merging tags
cli-v0.11.0-rc.4, which builds the multi-arch images, the compose bundle and the four CLI binaries as a prerelease.:latestis unaffected.🤖 Generated with Claude Code
https://claude.ai/code/session_01Vck5KSX2CLxhohx14nb5Sh