Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release v0.0.9 #519

Merged
merged 3 commits into from
Dec 8, 2024
Merged

🔖 Release v0.0.9 #519

merged 3 commits into from
Dec 8, 2024

Conversation

aaronleopold
Copy link
Collaborator

This is a small patch release to fix a critical regression that broke v1.2 OPDS:

Fixes #513
Fixes #516

Fixes #513

This was a classic instance of organizing the router layers incorrectly, so the API key middleware was being run for both variants of the router instead of just when the `:api-key` path hits a match.

This is a pretty large bug that somehow went missed for the 3-4 weeks this sat in the nightly image lol I'll release `0.0.9` as a hotfix ideally tomorrow
* DEBUG: push patch image

* 🐛 Fix API key OPDS links in v1.2 feed

Fixes #516

* Revert "DEBUG: push patch image"

This reverts commit 94d1679.

* fix deserialization issue with page
This is a small patch release to fix a critical regression that broke v1.2 OPDS
@aaronleopold
Copy link
Collaborator Author

I'll wait for the nightly image to finish, then I will re-validate the fixes in this diff. At that point, I'll kick off the versioned release process to get the fixes out

@aaronleopold
Copy link
Collaborator Author

Everything OPDS-related seems to be a-okay at a glance, so I'll merge this in

@aaronleopold aaronleopold merged commit a2c4280 into main Dec 8, 2024
8 checks passed
@aaronleopold aaronleopold deleted the release/v0.0.9 branch December 19, 2024 21:22
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.

[BUG] 404 for OPDS Catalog if AppKey is generated [BUG] OPDS Catalog Fails to Display
1 participant