Skip to content

chore: release - #205

Open
QaidVoid wants to merge 1 commit into
mainfrom
release-plz-2026-08-19T11-22-21Z
Open

chore: release#205
QaidVoid wants to merge 1 commit into
mainfrom
release-plz-2026-08-19T11-22-21Z

Conversation

@QaidVoid

@QaidVoid QaidVoid commented Aug 19, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • soar-registry: 0.6.2 -> 0.6.3 (✓ API compatible changes)
  • soar-db: 0.7.0 -> 0.8.0 (⚠ API breaking changes)
  • soar-operations: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • soar-cli: 0.13.2 -> 0.13.3
  • soar-core: 0.17.2 -> 0.17.3

soar-db breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron

Failed in:
  function soar_db::migration::migrate_json_to_jsonb, previously in file /tmp/.tmpBmwl0o/soar-db/src/migration.rs:70
Changelog

soar-registry

0.6.3 - 2026-08-20

🐛 Bug Fixes

  • (db) Stop reconverting JSONB metadata columns on every open (#203) - (a5ea564)

soar-db

0.8.0 - 2026-08-20

🐛 Bug Fixes

  • (db) Stop reconverting JSONB metadata columns on every open (#203) - (a5ea564)

soar-operations

0.5.1 - 2026-08-20

🐛 Bug Fixes

  • (db) Stop reconverting JSONB metadata columns on every open (#203) - (a5ea564)

soar-cli

0.13.3 - 2026-08-20

🐛 Bug Fixes

  • (db) Stop reconverting JSONB metadata columns on every open (#203) - (a5ea564)
  • (progress) Clear the batch bar when the batch finishes - (6cfe25e)

soar-core

0.17.3 - 2026-08-20

⚙️ Miscellaneous Tasks

  • Updated the following local packages: soar-db - (0000000)


This PR was generated with release-plz.

Summary by CodeRabbit

  • Bug Fixes

    • Prevented repeated metadata-column conversion each time the database is opened.
    • Fixed the batch progress indicator so it clears when processing finishes.
  • Releases

    • Published updated component versions and release notes dated August 20, 2026.

@QaidVoid QaidVoid added the release New Release (Probably Automated) label Aug 19, 2026
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6bf5f9c4-cddc-4b60-a67a-0ddd51808623

📥 Commits

Reviewing files that changed from the base of the PR and between 84bb70b and dbaacd5.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • crates/soar-core/CHANGELOG.md
  • crates/soar-db/CHANGELOG.md
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-registry/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (4)
  • crates/soar-core/CHANGELOG.md
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-registry/CHANGELOG.md
  • crates/soar-db/CHANGELOG.md

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

This release updates workspace and crate versions, then adds changelog entries for the JSONB metadata reconversion fix and the batch progress-bar fix.

Changes

Workspace release versioning

Layer / File(s) Summary
Align workspace and crate versions
Cargo.toml, crates/soar-cli/Cargo.toml, crates/soar-core/Cargo.toml, crates/soar-db/Cargo.toml, crates/soar-operations/Cargo.toml, crates/soar-registry/Cargo.toml
Workspace dependency versions and package versions were updated for the release.
Record release changelogs
CHANGELOG.md, crates/soar-core/CHANGELOG.md, crates/soar-db/CHANGELOG.md, crates/soar-operations/CHANGELOG.md, crates/soar-registry/CHANGELOG.md
Release entries document the JSONB metadata reconversion fix, batch progress-bar fix, and package updates.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to dbaac

This release updates package versions and changelogs, including a documented soar-db API breaking change; no actionable merge-blocking risk remains beyond normal checks and owner review.

Possibly related PRs

  • pkgforge/soar#146: Both PRs update workspace versions and changelogs across multiple crates.
  • pkgforge/soar#159: Both PRs contain release-only version and changelog updates.
  • pkgforge/soar#178: Both PRs update release versions and changelogs across the workspace.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title identifies this as a release but does not specify the package version updates or fixes included. Use a specific title such as “chore: release v0.13.3 and updated workspace packages”.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-08-19T11-22-21Z

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying soar-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 84bb70b
Status: ✅  Deploy successful!
Preview URL: https://55cc5c81.soar-docs.pages.dev
Branch Preview URL: https://release-plz-2026-08-19t11-22.soar-docs.pages.dev

View logs

@QaidVoid
QaidVoid force-pushed the release-plz-2026-08-19T11-22-21Z branch from 84bb70b to dbaacd5 Compare August 20, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release New Release (Probably Automated)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant