Conversation
Set nodeServer.keepAliveTimeout to 120s in apps/server/src/index.ts to avoid intermittent 500/502 errors when reverse proxies (e.g. Traefik with a 90s idle timeout) reuse closed keep-alive sockets. Comment explains keeping headersTimeout at 60s preserves Slowloris protection while letting the proxy control connection lifecycle. Also add a vNEXT entry to docs/changelog.md documenting the bug fix and Docker image/tagging/platform details.
Bump several dependencies and add pnpm overrides to address security advisories. Updates include hono -> 4.12.26 (apps/server), dompurify -> 3.4.11 and vite -> 8.0.16 (apps/web), plus changelog entry documenting the security fixes. Root package.json and pnpm-lock.yaml were updated to add overrides for ws, miniflare>undici, tsx>esbuild, wrangler>esbuild, @babel/core and to tighten vitepress>vite, with corresponding lockfile resolution updates.
Patch-level dependency bumps across the monorepo (tsx, react/react-dom, @radix-ui components, react-i18next, i18next, idb-keyval, tailwindcss, vitest, prettier, and related type definitions). Updated package.json files in apps/cli, apps/client, apps/server, apps/web, docs, and the root, regenerated pnpm-lock.yaml, and updated the changelog. Notably upgraded @hono/node-server to 2.0.5 to address a serve-static middleware path-prefix bypass on Windows.
Update dependency versions across several packages and the lockfile. Notable bumps: ink -> 7.1.0 (apps/client), AWS SDK v3 packages -> 3.1073.0 and s3 presigner (apps/server), better-sqlite3 -> 12.11.1, Radix UI react-select/slot/switch -> newer minor versions, lucide-react, react-router-dom, eslint and typescript-eslint, @cloudflare/workers-types and wrangler (workers/instances). Also update pnpm-lock.yaml and add a brief CI/CD note in docs/changelog.md. Affects apps/client/package.json, apps/server/package.json, apps/web/package.json, workers/instances/package.json, package.json, pnpm-lock.yaml, and docs/changelog.md.
Upgrade various dependencies across the monorepo: commander -> v15, @types/node -> v26, fflate -> v0.8.3, and @tailwindcss/typography -> v0.5.20. Updated package.json files for apps/cli, apps/client, apps/server, and apps/web, refreshed pnpm-lock.yaml, and noted the changes in docs/changelog.md.
Prepare and publish v2.11.3: update package version numbers across the monorepo (root, apps/cli, apps/client, apps/server, apps/web, docs, packages/crypto), sync the client runtime APP_VERSION constant, and update docs/changelog.md with the release title, date, and Docker tag changes. This release covers dependency updates and bug fixes.
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.
No description provided.