Skip to content

fix(release): use update.json for in-app updates (v0.3.4) - #76

Merged
DevVig merged 1 commit into
mainfrom
fix/updater-manifest-name
Jul 21, 2026
Merged

DevVig merged 1 commit into
mainfrom
fix/updater-manifest-name

Conversation

@DevVig

@DevVig DevVig commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Point the Tauri updater at update.json — GitHub’s latest.json latest-download redirect was stuck on v0.3.2
  • Release workflow emits update.json instead of latest.json
  • Version bump to 0.3.4 so the installed app can receive future updates again

Test plan

  • CI green → merge → tag v0.3.4
  • Confirm releases/latest/download/update.json reports 0.3.4
  • Install DMG and verify Settings → Integrations tile grid + app version 0.3.4

Made with Cursor

GitHub's /releases/latest/download/latest.json redirect stuck on an older
asset. Point the Tauri updater and release pipeline at update.json and
bump to 0.3.4 so Check for Updates resolves correctly.
Copilot AI review requested due to automatic review settings July 21, 2026 00:22
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 39 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a5032177-de3b-420b-b3a8-058144482c41

📥 Commits

Reviewing files that changed from the base of the PR and between 7a36bd3 and 4fa55a2.

⛔ Files ignored due to path filters (3)
  • Cargo.lock is excluded by !**/*.lock
  • apps/microbridge-ui/package-lock.json is excluded by !**/package-lock.json
  • apps/microbridge-ui/src-tauri/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • .github/workflows/release.yml
  • Cargo.toml
  • apps/microbridge-ui/package.json
  • apps/microbridge-ui/src-tauri/Cargo.toml
  • apps/microbridge-ui/src-tauri/tauri.conf.json
  • docs/releases/v0.3.4.md

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

@DevVig
DevVig merged commit d07a5b6 into main Jul 21, 2026
7 of 8 checks passed
@DevVig
DevVig deleted the fix/updater-manifest-name branch July 21, 2026 00:24

Copilot AI 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.

Pull request overview

This PR restores Microbridge’s in-app updater by switching the updater manifest from GitHub’s latest.json asset to a newly generated update.json, and bumps the project version to 0.3.4 so existing installs can receive updates again.

Changes:

  • Point the Tauri updater endpoint to .../releases/latest/download/update.json.
  • Update the release workflow to generate and publish update.json (instead of latest.json).
  • Bump versions to 0.3.4 across Rust workspace + Tauri app + UI package metadata, and add v0.3.4 release notes.

Reviewed changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/releases/v0.3.4.md Adds 0.3.4 release notes explaining the updater manifest rename and upgrade implications.
Cargo.toml Bumps workspace version to 0.3.4.
Cargo.lock Updates locked workspace crate versions to 0.3.4.
apps/microbridge-ui/src-tauri/tauri.conf.json Updates app version and switches updater endpoint to update.json.
apps/microbridge-ui/src-tauri/Cargo.toml Bumps Tauri app crate version to 0.3.4.
apps/microbridge-ui/src-tauri/Cargo.lock Updates locked dependency versions for the Tauri app to 0.3.4.
apps/microbridge-ui/package.json Bumps UI package version to 0.3.4.
apps/microbridge-ui/package-lock.json Updates lockfile version fields to 0.3.4.
.github/workflows/release.yml Renames the generated updater manifest to update.json and validates its version.
Files not reviewed (1)
  • apps/microbridge-ui/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants