Skip to content

chore(main): release 0.3.1#498

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 16, 2026

🤖 I have created a release beep boop

0.3.1 (2026-03-17)

Features

  • api: RFC 9457 Phase 2 — ProblemDetail and content negotiation (#496) (30f7c49)
  • cli: verify container image signatures and SLSA provenance on pull (#492) (bef272d), closes #491
  • engine: implement context budget management in execution loops (#520) (181eb8a), closes #416
  • implement settings persistence layer (DB-backed config) (#495) (4bd99f7), closes #450
  • memory: implement dual-mode archival in memory consolidation (#524) (4603c9e), closes #418
  • migrate config consumers to read through SettingsService (#510) (32f553d)
  • settings: implement settings change subscriptions for service hot-reload (#526) (53f908e), closes #503
  • settings: register API config in SettingsService with 2-phase init (#518) (29f7481)
  • tools: add SSRF prevention for git clone URLs (#505) (492dd0d)
  • tools: wire RootConfig.git_clone to GitCloneTool instantiation (#519) (b7d8172)

Bug Fixes

  • api: replace JWT query parameter with one-time ticket for WebSocket auth (#493) (22a25f6), closes #343

Documentation

  • add uv cache lock contention handling to worktree skill (#500) (bd85a8d)
  • document RFC 9457 dual response formats in OpenAPI schema (#506) (8dd2524)

Maintenance


This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 16, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Excluded labels (none allowed) (1)
  • autorelease: pending

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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: eac5986f-c2be-4d42-a677-fc8ea8311dd6

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--synthorg
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch release-please--branches--main--components--synthorg
📝 Coding Plan
  • Generate coding plan for human review comments

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 16, 2026

Dependency Review

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

Scanned Files

None

@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.1 of the project. It primarily focuses on updating version numbers across various project files and documenting a significant new API feature related to RFC 9457 Phase 2 for ProblemDetail and content negotiation, enhancing the API's error handling and communication capabilities.

Highlights

  • Version Update: The project's version has been incremented to 0.3.1 across all relevant configuration files and the package's __version__ string.
  • Changelog Entry: A new entry for version 0.3.1 has been added to the CHANGELOG.md, documenting the inclusion of RFC 9457 Phase 2 for ProblemDetail and content negotiation in the API.
  • New API Feature: Introduced RFC 9457 Phase 2 support for ProblemDetail and content negotiation within the API, as detailed in issue feat(api): RFC 9457 Phase 2 — ProblemDetail and content negotiation #496.
Changelog
  • .github/.release-please-manifest.json
    • Updated the project version to 0.3.1.
  • .github/CHANGELOG.md
    • Added a new changelog entry for version 0.3.1, detailing the new API feature.
    • Included a link to the release comparison and the feature's commit.
  • pyproject.toml
    • Updated the commitizen tool's version configuration to 0.3.1.
  • src/synthorg/init.py
    • Incremented the __version__ string to 0.3.1.
Activity
  • Pull request automatically generated by the Release Please bot.
  • Updated project version to 0.3.1.
  • Added changelog entry for new API feature (RFC 9457 Phase 2).
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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.

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, generated by Release Please, prepares for the 0.3.1 release by updating the version in several files and adding a new entry to the changelog. My review found a minor issue in the generated changelog where the release date is set in the future. This should be corrected before merging.

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

## [0.3.1](https://github.com/Aureliolo/synthorg/compare/v0.3.0...v0.3.1) (2026-03-16)
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 (2026-03-16) is set in the future. Changelog entries should reflect the actual date of release. This appears to be a recurring issue, as the previous release also has a future date, which might indicate a configuration issue with the release automation tool.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 16, 2026 19:51 — with GitHub Actions Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #498   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files         522      522           
  Lines       25157    25157           
  Branches     2386     2386           
=======================================
  Hits        23443    23443           
  Misses       1356     1356           
  Partials      358      358           

☔ 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 13b3295 to 113a030 Compare March 16, 2026 20:23
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 16, 2026 20:24 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 113a030 to 636a72c Compare March 16, 2026 20:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 16, 2026 20:30 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 636a72c to ef01075 Compare March 16, 2026 20:51
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 16, 2026 20:52 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from ef01075 to 7e4573c Compare March 16, 2026 20:57
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7e4573c to d782ec3 Compare March 16, 2026 20:58
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 16, 2026 20:59 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d782ec3 to 8ce128f Compare March 17, 2026 06:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 06:30 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 56393c5 to 2c8beea Compare March 17, 2026 06:36
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 06:37 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 128a3ec to 4419034 Compare March 17, 2026 07:14
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 07:16 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 6d4418a to 0b29550 Compare March 17, 2026 11:34
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 11:35 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from b6cbdff to e25d8a5 Compare March 17, 2026 11:38
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 11:39 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 5b3ce2c to 1578320 Compare March 17, 2026 17:23
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 17:24 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 350323b to f8e2e28 Compare March 17, 2026 21:11
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 21:12 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 851f2ce to 214bf08 Compare March 17, 2026 22:02
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 22:04 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit 35e8338 into main Mar 17, 2026
31 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 17, 2026 22:07
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 17, 2026 22:07 — with GitHub Actions Inactive
@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

1 participant