Skip to content

chore(main): release 0.5.8#1002

Open
Aureliolo wants to merge 1 commit intomainfrom
release-please--branches--main--components--synthorg
Open

chore(main): release 0.5.8#1002
Aureliolo wants to merge 1 commit intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Apr 2, 2026

🤖 I have created a release beep boop

0.5.8 (2026-04-02)

Features

  • auto-select embedding model + fine-tuning pipeline wiring (#999) (a4cbc4e), closes #965 #966
  • populate comparison page with 53 competitor entries (#1000) (5cb232d), closes #993
  • throughput-adaptive and external-trigger ceremony scheduling strategies (#1003) (bb5c9a4), closes #973 #974

Bug Fixes

  • eliminate backup service I/O from API test lifecycle (#1015) (08d9183)
  • update run_affected_tests.py to use -n 8 (#1014) (3ee9fa7)

Performance

  • reduce pytest parallelism from -n auto to -n 8 (#1013) (43e0707)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings April 2, 2026 16:24
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(main): release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b71f7e26-933b-4d5f-96f3-52039a3780ef

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:

  • 🔍 Trigger review

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release PR for SynthOrg v0.5.8, updating the package/version metadata and generated changelog entries to match the new release produced by Release Please.

Changes:

  • Bump SynthOrg Python package version to 0.5.8.
  • Bump Commitizen version to 0.5.8 for tagging/changelog tooling alignment.
  • Update Release Please manifest and .github/CHANGELOG.md with the 0.5.8 release entry.

Reviewed changes

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

File Description
src/synthorg/__init__.py Updates __version__ to 0.5.8.
pyproject.toml Updates Commitizen’s tracked version to 0.5.8.
.github/CHANGELOG.md Adds the autogenerated 0.5.8 changelog section.
.github/.release-please-manifest.json Advances Release Please manifest version to 0.5.8.

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Preview Deployment

URL: https://pr-1002.synthorg-pr-preview.pages.dev

Built from commit 49dc270

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 49dc270.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the project version from 0.5.7 to 0.5.8 across the manifest, pyproject.toml, and package metadata, while also adding a corresponding entry to the changelog. A review comment identifies a discrepancy in the number of competitor entries reported in the changelog and provides a suggestion to correct it.


### Features

* populate comparison page with 53 competitor entries ([#1000](https://github.com/Aureliolo/synthorg/issues/1000)) ([5cb232d](https://github.com/Aureliolo/synthorg/commit/5cb232d1dc8cd7703eb173b243c34b5e0e6fc287)), closes [#993](https://github.com/Aureliolo/synthorg/issues/993)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The changelog entry mentions "53 competitor entries", but the source data in data/competitors.yaml (and the comment on line 85 of that file) indicates there are actually 45 entries (44 competitors plus SynthOrg). This discrepancy should be corrected to ensure the release notes accurately reflect the changes.

Suggested change
* populate comparison page with 53 competitor entries ([#1000](https://github.com/Aureliolo/synthorg/issues/1000)) ([5cb232d](https://github.com/Aureliolo/synthorg/commit/5cb232d1dc8cd7703eb173b243c34b5e0e6fc287)), closes [#993](https://github.com/Aureliolo/synthorg/issues/993)
* populate comparison page with 45 competitor entries ([#1000](https://github.com/Aureliolo/synthorg/issues/1000)) ([5cb232d](https://github.com/Aureliolo/synthorg/commit/5cb232d1dc8cd7703eb173b243c34b5e0e6fc287)), closes [#993](https://github.com/Aureliolo/synthorg/issues/993)

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.69%. Comparing base (bb5c9a4) to head (49dc270).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1002   +/-   ##
=======================================
  Coverage   91.69%   91.69%           
=======================================
  Files         658      658           
  Lines       36108    36108           
  Branches     3568     3568           
=======================================
  Hits        33109    33109           
  Misses       2374     2374           
  Partials      625      625           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 60f5a04 to c9d9ebd Compare April 2, 2026 16:34
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 16:35 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from c9d9ebd to 6eecaa3 Compare April 2, 2026 18:53
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 18:54 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 6eecaa3 to fb4ea20 Compare April 2, 2026 18:58
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 18:59 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from fb4ea20 to 29eed60 Compare April 2, 2026 20:21
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 29eed60 to 49dc270 Compare April 2, 2026 20:22
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 20:24 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

2 participants