Skip to content

chore(release): bump version to 1.24.3 - #292

Merged
qnbs merged 1 commit into
mainfrom
release/v1.24.3
Jul 30, 2026
Merged

chore(release): bump version to 1.24.3#292
qnbs merged 1 commit into
mainfrom
release/v1.24.3

Conversation

@qnbs

@qnbs qnbs commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • pnpm run lint — clean
  • pnpm run typecheck — clean
  • pnpm run docs:check — OK (7 files match actual state)
  • CI quality gate (Node 22/24, Security Audit, Build) — required checks

Summary by CodeRabbit

  • Release

    • Updated the application to version 1.24.3 across web, desktop, and service-worker components.
    • Refreshed cached assets during service-worker activation to ensure the latest version is delivered.
  • Bug Fixes

    • Improved resilience when database or inference services are re-registered.
    • Fixed an issue that could leave cancellation-event listeners behind during database operations.
  • Documentation

    • Added expanded 1.24.3 release notes and updated the README version badge.

package.json bumped; src-tauri/tauri.conf.json, src-tauri/Cargo.toml,
src-tauri/Cargo.lock (workspace-member entry, no checksum to break), and
public/sw.js's APP_VERSION synced via the existing sync-tauri-version.mjs /
sync-sw-version.mjs scripts plus one direct lockfile edit. README version
badge updated.

New CHANGELOG.md [1.24.3] entry finalizes the Unreleased worker-generation
consolidation section: corrects the stacked-PR count (4 -> 5, #286-288 +
#290-291), folds in independent #289 (Vercel auto-deploy pause), and adds
two additional fixes from this session's merge-queue recovery (abort-listener
leak in duckdbClient.ts, pool re-registration failure guards in
workerBusManager.ts) that weren't yet documented.

Tag creation and GitHub Release publishing follow in a separate step, per
explicit maintainer authorization for this recovery.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldscript-studio Ready Ready Preview Jul 30, 2026 6:01am

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

No new commits to review since the last review.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 76de63d1-d20c-4ffd-b597-d3b5a0180b97

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
📝 Walkthrough

Walkthrough

The release is bumped from 1.24.2 to 1.24.3 across package, application, README, and service-worker metadata. The changelog adds release notes covering deployment behavior, an AbortSignal listener leak, and graceful worker-pool re-registration handling.

Changes

Version 1.24.3 release update

Layer / File(s) Summary
Release notes and documented fixes
CHANGELOG.md
Adds the 1.24.3 release heading, deployment note, and two documented fixes.
Application version metadata
README.md, package.json, src-tauri/Cargo.toml, src-tauri/tauri.conf.json
Updates displayed, package, Rust crate, and Tauri application versions from 1.24.2 to 1.24.3.
Service worker cache version
public/sw.js
Updates APP_VERSION to 1.24.3, changing derived cache identifiers and reported service-worker version values.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: releasing version 1.24.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.24.3

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@public/sw.js`:
- Line 9: Add an adjacent one-line comment beside the APP_VERSION declaration
explaining that the QNBS-v3 cache rotation requires changing the version and
describing its impact on cached service-worker assets. Keep the existing
APP_VERSION value and surrounding service-worker logic unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1ff12cd1-ff9e-4164-81dd-544dfee2b6c9

📥 Commits

Reviewing files that changed from the base of the PR and between 71ac74c and df62002.

⛔ Files ignored due to path filters (1)
  • src-tauri/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • CHANGELOG.md
  • README.md
  • package.json
  • public/sw.js
  • src-tauri/Cargo.toml
  • src-tauri/tauri.conf.json

Comment thread public/sw.js
@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@qnbs

qnbs commented Jul 30, 2026

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@qnbs
qnbs merged commit fae7c63 into main Jul 30, 2026
21 checks passed
@qnbs
qnbs deleted the release/v1.24.3 branch July 30, 2026 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant