docs: weekly update — 2026-05-30#112
Open
dobby-coder[bot] wants to merge 6 commits into
Open
Conversation
…s#46) New Node.js example added in postguard-examples. Adds the page, sidebar entry, and overview row.
…ll/postguard-js#76, #77) - Add Server-side usage section to postguard-js page - Note upfront YiviSessionError for non-DOM runtimes - Mention validateUploadOptions and the silent-notify console.info
…/postguard-js#90, postguard-dotnet#33)
…ard-dotnet#35) The postguard-dotnet SDK and the pg-dotnet example both multi-target net8.0;net10.0, so a .NET 10 SDK is required to compile the highest target. Verified against E4A.PostGuard.csproj and the example's PostGuard.Example.csproj. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…on4all/postguard-outlook-addon#110) Read-mode decryption now shows the plaintext message in a larger popup read dialog (src/read-dialog/, manifest ReadDialog.Url) with the taskpane inline render kept only as a fallback. Updates the architecture section and the read-mode flow note. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Weekly docs drift sweep for encryption4all changes merged 2026-05-23 .. 2026-05-30.
postguard-examples
/repos/pg-nodefor the new Node.js CLI example. Added to the sidebar under postguard-examples and to the overview table. Source: encryption4all/postguard-examples#46.postguard-js
/repos/postguard-jscovering Node 20.3+, Bun, and Deno support, and the new upfrontYiviSessionErrorwhenpg.sign.yivi(...)is called without a DOM. Source: encryption4all/postguard-js#76.engines.node.YiviSessionError"thrown when" list in/sdk/js-errorsnow includes the non-browser-runtime case./sdk/js-encryptionnow mentions the shape validator and the one-timeconsole.inforeminder whennotifyis omitted (the new behaviour from encryption4all/postguard-js#77).postguard-dotnet
NetworkExceptionin/sdk/dotnet-errorsgains theUrlproperty and the newHTTP {status} at {url}: {body}message format. Source: encryption4all/postguard-dotnet#31.Skipped
Test plan
npx vitepress build docs— cleandocs/.vitepress/dist/repos/pg-node.htmlexists---Update 2026-06-20
Weekly docs drift sweep for changes merged 2026-06-13 .. 2026-06-20.
Client version reporting (cross-SDK)
The PostGuard SDKs now stamp an
X-POSTGUARD-CLIENT-VERSIONheader on every PKG and Cryptify request so the servers can attribute traffic by SDK and version. Documented the header, its 4-field value, and the caller-override behaviour on both SDK pages:/repos/postguard-js— new "Client version header" subsection. Source: encryption4all/postguard-js#90./repos/postguard-dotnet— new "Client version header" subsection, including the bring-your-own-HttpClientcaveat. Source: encryption4all/postguard-dotnet#33.The server side of this (Cryptify capturing the header into logs and a
cryptify_uploads_by_app_totalmetric, plus adding it to the CORS allowlist) is internal telemetry with no public docs surface. Source: encryption4all/cryptify#174.Skipped this week
pkg.postguard.eu/ staging; docs already use the correct URLs.health()), irmars#17 (frontendRequestonSessionData) — library API additions, but/repos/irmarsdocuments the fork rationale and consumption, not a per-method API surface, so nothing to keep in sync.Test plan (update)
npx vitepress build docs— cleanUpdate 2026-06-27
Weekly docs drift sweep for changes merged 2026-06-20 .. 2026-06-27.
postguard-dotnet / pg-dotnet
/repos/postguard-dotnetand/repos/pg-dotnet. The SDK'sE4A.PostGuard.csprojand the example'sPostGuard.Example.csprojboth multi-targetnet8.0;net10.0, so a .NET 10 SDK is required to build the highest target. Source: encryption4all/postguard-dotnet#35 (verified the example csproj directly for the pg-dotnet page).postguard-outlook-addon
/repos/postguard-outlook-addon. Read-mode decryption now shows the plaintext message in a larger popup read dialog (src/read-dialog/, manifestReadDialog.Url) instead of the cramped taskpane; the taskpane inline render is kept only as a fallback when the dialog cannot open. Updated the architecture section and the read-mode flow note. Source: encryption4all/postguard-outlook-addon#110.Skipped this week
hostQR override), irmars#19 (nextSessionchained sessions) — library API additions, but/repos/irmarsdocuments the fork rationale and consumption, not a per-method API surface (same call as irmars#15/Use mermaid for diagrams #17 above).Test plan (update)
npx vitepress build docs— clean