Upgrade Docxodus service and renderer to 12.4.1 - #2342
Open
JSv4 wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Upgrade DOCX ingestion and rendering together to Docxodus 12.4.1. Local, production, test, and remote-worker Compose stacks now use
ghcr.io/open-source-legal/docxodus-service:1.2.0-docxodus12.4.1; the frontend pins the same library version with its updated Yarn lockfile.The production build previously omitted the dynamically loaded WASM runtime. Include those assets with their original directory layout and give the renderer an explicit production path. The browser regression test now loads the built runtime without mocking its asset requests and checks rendered document text.
The service upgrade to .NET 10 and Docxodus 12.4.1 is already merged in docxodus-service#1, and the image publish workflow passed. Published image digest:
sha256:e27dfbf8776bfa1ed8a7408f1ffe8632decf1e9582bbd7164d903226552abcc7.Validation:
yarn buildpassed (TypeScript and production bundle).