Skip to content

chore(main): release 0.5.6#967

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Apr 1, 2026

🤖 I have created a release beep boop

0.5.6 (2026-04-02)

Features

  • calendar + hybrid ceremony scheduling strategies (#985) (59a9b84), closes #969 #970
  • landing page interactive components (#984) (49868cb)
  • log aggregation and shipping (syslog, HTTP, compression) (#964) (84be9f8)
  • restructure builtin templates into inheritance tree (#982) (3794c12)
  • sprint ceremony runtime scheduler with pluggable strategies (#983) (43564a9)

Maintenance

  • add no-bash-file-writes rule to CLAUDE.md (#968) (a854dcc)
  • bump web dependencies (lodash, eslint-react v4, storybook, playwright, esbuild, codemirror) (#987) (c344dfb)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 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: def3081d-a1a5-4d27-bbc0-862ba5fb5b60

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-please generated release PR to publish SynthOrg v0.5.6, updating the project’s canonical version markers and changelog to reflect the new release (notably the log aggregation/shipping feature set from #964).

Changes:

  • Bump SynthOrg package version to 0.5.6.
  • Update Commitizen version to 0.5.6 for consistent tagging.
  • Add the 0.5.6 entry to the GitHub changelog and update the release-please manifest.

Reviewed changes

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

File Description
src/synthorg/__init__.py Bumps __version__ to 0.5.6 (source of truth for dynamic versioning).
pyproject.toml Updates Commitizen’s version to 0.5.6 for release/tag consistency.
.github/CHANGELOG.md Adds the 0.5.6 release notes entry referencing #964.
.github/.release-please-manifest.json Updates the release-please manifest version to 0.5.6.

💡 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 1, 2026

Dependency Review

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

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 5e12eed.
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 increments the project version from 0.5.5 to 0.5.6 across the manifest, pyproject.toml, and package initialization files, while also updating the changelog with log aggregation and shipping features. A critical issue was identified regarding the use of Python 2-style exception handling syntax in several files, which will cause runtime crashes in Python 3 and must be corrected before the release is finalized.

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.5" # x-release-please-version
version = "0.5.6" # x-release-please-version
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.

critical

This release includes code with Python 2 syntax for exception handling, which is a syntax error in Python 3 and will cause runtime crashes. This should be fixed before finalizing the release.

For example, src/synthorg/settings/service.py on line 626 has:

except MemoryError, RecursionError:

The correct Python 3 syntax is:

except (MemoryError, RecursionError):

This issue is also present in src/synthorg/settings/subscribers/observability_subscriber.py on lines 127, 156, 180, and 213.

Since this is a critical issue that affects the stability of the release, I'm flagging it here. It's recommended to fix these syntax errors across the codebase.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.93%. Comparing base (59a9b84) to head (5e12eed).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #967   +/-   ##
=======================================
  Coverage   91.93%   91.93%           
=======================================
  Files         643      643           
  Lines       34897    34897           
  Branches     3423     3423           
=======================================
  Hits        32082    32082           
  Misses       2211     2211           
  Partials      604      604           

☔ 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 81b077a to 07c716a Compare April 1, 2026 18:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 1, 2026 18:30 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 07c716a to 5b8c424 Compare April 1, 2026 20:42
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 1, 2026 20:43 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 5b8c424 to b61f835 Compare April 1, 2026 21:34
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 1, 2026 21:35 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from b61f835 to 4d6673c Compare April 2, 2026 07:16
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 07:17 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from e87f7a7 to 4120218 Compare April 2, 2026 07:55
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 07:57 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 91360b5 to cddf603 Compare April 2, 2026 08:02
@Aureliolo Aureliolo merged commit 1f67e54 into main Apr 2, 2026
15 of 16 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch April 2, 2026 08:02
@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.

feat: calendar ceremony scheduling strategy

2 participants