Skip to content

chore(main): release 0.3.10#624

Merged
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg
Mar 20, 2026
Merged

chore(main): release 0.3.10#624
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 19, 2026

🤖 I have created a release beep boop

0.3.10 (2026-03-20)

Bug Fixes

  • ci: generate required secrets in DAST workflow (#623) (6ae297f)
  • cli: doctor image check reads compose file and fix API docs URL (#625) (5202e53)
  • engine: sanitize error messages in checkpoint reconciliation and compaction summaries (#632) (5394ed7)
  • mitigate TOCTOU DNS rebinding gap in git clone SSRF prevention (#633) (1846f6e)
  • resolve post-startup log loss, add provider model discovery, and improve setup wizard UX (#634) (2df8d11)

Maintenance


This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Bug Fixes
    • Multiple fixes across CI, CLI, and engine/security areas
  • Maintenance
    • Dependency and version updates

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 19, 2026

Dependency Review

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

Scanned Files

None

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: bc0560cc-248b-4813-807b-9d046ac51123

📥 Commits

Reviewing files that changed from the base of the PR and between 3259a72 and a641b75.

📒 Files selected for processing (5)
  • .github/.release-please-manifest.json
  • .github/CHANGELOG.md
  • LICENSE
  • pyproject.toml
  • src/synthorg/__init__.py

Walkthrough

This pull request bumps the project version from 0.3.9 to 0.3.10 across metadata and code: .github/.release-please-manifest.json, pyproject.toml ([tool.commitizen] version), and src/synthorg/__init__.py (__version__). A new ## [0.3.10] entry was added to .github/CHANGELOG.md. The LICENSE "Change Date" was updated from March 19, 2029 to March 20, 2029. No exported or public API declarations were modified.

Suggested labels

autorelease: pending

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(main): release 0.3.10' directly and accurately reflects the primary purpose of this PR, which is to release version 0.3.10 with corresponding version bumps across all configuration files and the changelog.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

📝 Coding Plan
  • Generate coding plan for human review comments

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

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents an automated release for version 0.3.10, generated by Release Please. The primary purpose of this release is to incorporate a critical bug fix that ensures the proper generation of required secrets for the DAST workflow within the continuous integration pipeline, thereby enhancing the reliability and security posture of automated testing processes.

Highlights

  • New Release: Version 0.3.10 of the project has been released.
  • Bug Fix: A bug fix was included to correctly generate required secrets within the DAST (Dynamic Application Security Testing) workflow in the CI pipeline.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 21:26 — with GitHub Actions Inactive
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 is an automated release for version 0.3.10, updating the version number in several project files and generating a new entry in the changelog. While the version bumps are correct, I've identified an issue with the release date in the changelog, which is set to a future year. This suggests a potential misconfiguration in the release automation tool that should be investigated.

@@ -1,5 +1,12 @@
# Changelog

## [0.3.10](https://github.com/Aureliolo/synthorg/compare/v0.3.9...v0.3.10) (2026-03-19)
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 release date is set to a future date (2026-03-19). This appears to be an error, likely originating from the automated release process. It's important for the changelog to reflect the actual date of the release for accuracy.

coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 19, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.45%. Comparing base (2df8d11) to head (a641b75).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #624   +/-   ##
=======================================
  Coverage   92.45%   92.45%           
=======================================
  Files         556      556           
  Lines       28045    28045           
  Branches     2696     2696           
=======================================
  Hits        25930    25930           
  Misses       1665     1665           
  Partials      450      450           

☔ 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 f5ca2a3 to 944183c Compare March 19, 2026 22:00
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 22:01 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 19, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 944183c to af2b01e Compare March 20, 2026 06:09
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 06:10 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from ef23bd7 to f4c5455 Compare March 20, 2026 06:27
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 3068510 to 2f00aad Compare March 20, 2026 06:27
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 5463fbb to b54c370 Compare March 20, 2026 06:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 06:30 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from ae10eb8 to 2cae7e1 Compare March 20, 2026 06:45
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 06:46 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7d45c7b to 4f65dd4 Compare March 20, 2026 07:38
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 07:39 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 3a496d9 to 8b8052d Compare March 20, 2026 08:22
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 08:23 — with GitHub Actions Inactive
coderabbitai[bot]
coderabbitai bot previously approved these changes Mar 20, 2026
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 3259a72 to b2ab351 Compare March 20, 2026 08:44
@Aureliolo Aureliolo merged commit 60b655a into main Mar 20, 2026
27 of 28 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 20, 2026 08:45
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 20, 2026 08:45 — with GitHub Actions Inactive
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant