Skip to content

release: v0.4.0-rc.1#85

Merged
ascender1729 merged 1 commit into
mainfrom
release/v0.4.0-rc.1
May 27, 2026
Merged

release: v0.4.0-rc.1#85
ascender1729 merged 1 commit into
mainfrom
release/v0.4.0-rc.1

Conversation

@ascender1729

Copy link
Copy Markdown
Member

Release v0.4.0-rc.1

Bumps version 0.3.0 → 0.4.0rc1 (pyproject.toml + attestix/__init__.py) and adds the CHANGELOG entry.

The v0.4.0 extensibility layer — pluggable storage (Repository) + signer (Signer), tenant context, structured hash-chained audit events across all 9 services, and opt-in idempotency middleware. Additive and backward-compatible (no breaking public API; defaults reproduce v0.3.0). Test suite 358 → 481 passing; RFC conformance benchmarks unaffected. Closes #66#70.

After merge, a prerelease GitHub Release v0.4.0-rc.1 triggers publish.yml → PyPI.

Bump 0.3.0 -> 0.4.0rc1 (pyproject.toml + attestix/__init__.py) and add the CHANGELOG entry for the v0.4.0 extensibility layer (pluggable storage + signer, tenant context, structured audit events, idempotency). Additive and backward-compatible; 358 -> 481 tests; RFC conformance benchmarks unaffected. Closes #66-#70.

Merging this, then a prerelease GitHub Release v0.4.0-rc.1 triggers the PyPI publish workflow.
@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ascender1729, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 13 minutes and 34 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: de98e3f0-67a0-43ab-8b1e-afa228d74807

📥 Commits

Reviewing files that changed from the base of the PR and between af06c4d and dcaa375.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • attestix/__init__.py
  • pyproject.toml

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key: "ignore"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.4.0-rc.1

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 and usage tips.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying attestix with  Cloudflare Pages  Cloudflare Pages

Latest commit: dcaa375
Status: ✅  Deploy successful!
Preview URL: https://ee57cb2a.attestix.pages.dev
Branch Preview URL: https://release-v0-4-0-rc-1.attestix.pages.dev

View logs

@ascender1729 ascender1729 merged commit c3e72b0 into main May 27, 2026
19 checks passed
@ascender1729 ascender1729 deleted the release/v0.4.0-rc.1 branch May 27, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: pluggable Signer interface (cloud prereq, v0.4.0)

1 participant