chore(release): prep 3.3.1 — ueberdb2 6.1.9 + changelog#7939
Conversation
Bumps ueberdb2 6.1.8 -> 6.1.9 (postgres pool-error handling + TCP keep-alive for #7878; redis/rethink connection-error handlers so a dropped DB connection no longer crashes the process) and adds the 3.3.1 CHANGELOG entry required by bin/release.ts before the release workflow can run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
PR Summary by QodoRelease 3.3.1 prep: ueberdb2 6.1.9 + changelog entry WalkthroughsDescription• Add CHANGELOG 3.3.1 entry required for the release workflow. • Bump ueberdb2 to ^6.1.9 in runtime and release tooling manifests. • Regenerate pnpm lockfile to pin ueberdb2 6.1.9 resolution. Diagramgraph TD
A["src/package.json"] --> C["pnpm-lock.yaml"] --> D["ueberdb2 6.1.9"] --> E{{"npm registry"}}
B["bin/package.json"] --> C
F[["CHANGELOG 3.3.1"]] --> G["Release workflow"]
subgraph Legend
direction LR
_file["File"] ~~~ _doc[["Doc"]] ~~~ _ext{{"External"}}
end
High-Level AssessmentThe following are alternative approaches to this PR: 1. Centralize ueberdb2 version via workspace/override
2. Generate changelog entry during release (from labels/PRs)
Recommendation: For a patch release, the PR’s current approach (manual changelog entry + explicit dependency bumps in both manifests + lockfile update) is the safest and lowest-risk path. Consider workspace/override centralization or release-time changelog generation as follow-up improvements if repeated multi-manifest bumps or missing-changelog gates become a recurring friction point. File ChangesDocumentation (1)
Other (3)
|
Release prep for 3.3.1 (patch).
What
ueberdb26.1.8 → 6.1.9 insrc/package.json+bin/package.json(+ lockfile)# 3.3.1CHANGELOG entry (required bybin/release.tsbefore the Release workflow can run)Why bump ueberdb2
6.1.9 carries database-layer crash-recovery fixes:
Changelog coverage
Covers all commits since v3.3.0: security #7937 (GHSA-f7h5-v9hm-548j), fixes #7931/#7928/#7929, admin fix #7938 (#7935), downstream-compat CI #7923/#7924/#7927, offline-boot test #7936, dep bumps #7932/#7933/#7934, and the ueberdb2 bump.
Once this and #7938 are merged to develop and CI is green, the Release etherpad workflow will be dispatched with
release_type=patch.🤖 Generated with Claude Code