📣 Update ghcr.io/readium/readium Docker tag to v0.9.1 - #795
Open
spanky-the-elfbot wants to merge 1 commit into
Open
📣 Update ghcr.io/readium/readium Docker tag to v0.9.1#795spanky-the-elfbot wants to merge 1 commit into
spanky-the-elfbot wants to merge 1 commit into
Conversation
| datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | docker | ghcr.io/readium/readium | 0.6.5 | 0.9.1 |
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.
This PR contains the following updates:
0.6.5→0.9.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
readium/cli (ghcr.io/readium/readium)
v0.9.1Compare Source
Changed
mime.typesand pinned container hash for better securityFixed
session:scheme URLs for the web server not passing on query parameters to the session's HTTP request. Session URLs likesession:https://example.com/data.json?t=abcwill work nowbytes=0-0for a resource would have caused issues in the web serverv0.9.0Compare Source
Added
manifest.json,.audiobookor.divinafile) can now be served. The publication's resources are resolved relative to the manifest's location, whether it lives on the local file system or on a remote source (http(s), s3, gs), and absolute HTTP(S) links in a manifest are fetched as-is. Previously, trying to open one would fail--audio-parsing-cache-retainflag (enabled by default): the data fetched while parsing a remote audiobook (the container header and embedded chapter titles) is kept in memory, and requests for those byte ranges are served from it. Browsers request exactly these ranges before starting playback of e.g. an M4B, so with a many-chapter audiobook on a remote source, playback now starts several times faster. Disable the flag to save memory (it costs roughly one cache block per chapter plus the file headers, so a few MB per audiobook). Or just use a better audio format...Changed
sendfileFixed
http2: stream closed, polluting the logs. They are now ignored like their HTTP/1 counterparts (broken pipe, connection reset)v0.8.0Compare Source
Added
--audio-embedded-chapters,--audio-parsing-concurrency,--audio-parsing-cache-block-sizeflags for more control over audiobook parsing with regards to speed/latency/memory tradeoffsChanged
v0.7.1Compare Source
Fixed
v0.6.6Compare Source
Fixed
Changed
audio/opusin manifests, but remainaudio/ogg; codecs=opusin webserver responses for better compatibilityConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.