Skip to content

release#439

Merged
mbret merged 14 commits into
masterfrom
develop
May 17, 2026
Merged

release#439
mbret merged 14 commits into
masterfrom
develop

Conversation

@mbret
Copy link
Copy Markdown
Owner

@mbret mbret commented May 17, 2026

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
oboku Building Building Preview, Comment May 17, 2026 4:27pm

@mbret mbret merged commit 7d075af into master May 17, 2026
3 of 4 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 73d8438363

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +62 to +67
await upsertFile({
link,
file: mutatedFile,
fileName: mutatedFile.name,
contentType: mutatedFile.type,
})
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use resumable uploads for remote book replacements

When uploadToDataSource is true this sends the full rewritten archive to the provider upsert path, but the new Google/Dropbox/OneDrive implementations all use single-request upload endpoints (uploadType=media, Dropbox /2/files/upload, and Graph PUT .../content). Those endpoints are only intended for small files (Drive ≤5 MB, Dropbox <150 MB, Graph ≤250 MB), so normal CBZ/EPUB files above those sizes will fail instead of being uploaded; gate the button by file size or use resumable/session uploads.

Useful? React with 👍 / 👎.

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