chore: release v0.8.0 #382
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore!382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release-plz-2026-04-27T17-12-05Z"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🤖 New release
eventcore-macros: 0.7.1 -> 0.8.0eventcore-types: 0.7.1 -> 0.8.0eventcore-postgres: 0.7.1 -> 0.8.0eventcore-sqlite: 0.7.1 -> 0.8.0 (⚠ API breaking changes)eventcore: 0.7.1 -> 0.8.0eventcore-memory: 0.7.1 -> 0.8.0eventcore-testing: 0.7.1 -> 0.8.0eventcore-examples: 0.7.1 -> 0.8.0⚠
eventcore-sqlitebreaking changesChangelog
eventcore-macroseventcore-typeseventcore-postgreseventcore-sqliteeventcoreeventcore-memoryeventcore-testingeventcore-examplesThis PR was generated with release-plz.
📝 Walkthrough
Walkthrough
Workspace version bumped from 0.7.1 to 0.8.0 with corresponding dependency version updates across all internal crates. Changelog added documenting SQLite changes: encryption now opt-in, rusqlite re-exported, and BYOC constructors introduced.
Changes
Cargo.toml,eventcore-memory/Cargo.toml,eventcore-postgres/Cargo.toml,eventcore-sqlite/Cargo.toml,eventcore-testing/Cargo.toml,eventcore/Cargo.tomleventcore-sqlite/CHANGELOG.mdEstimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related issues
Possibly related PRs
Comment
@coderabbitai helpto get the list of available commands and usage tips.Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID:
cb42781b-40c9-43c1-8661-185110e3a1d3📥 Commits
Reviewing files that changed from the base of the PR and between
5b2cce1e7candff1eb006d7.⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock📒 Files selected for processing (7)
Cargo.tomleventcore-memory/Cargo.tomleventcore-postgres/Cargo.tomleventcore-sqlite/CHANGELOG.mdeventcore-sqlite/Cargo.tomleventcore-testing/Cargo.tomleventcore/Cargo.toml📜 Review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
🧰 Additional context used
🧠 Learnings (4)
📓 Common learnings
📚 Learning: 2026-04-27T17:08:59.002Z
Applied to files:
eventcore-postgres/Cargo.tomleventcore-testing/Cargo.toml📚 Learning: 2026-04-27T15:03:10.675Z
Applied to files:
eventcore-sqlite/Cargo.tomleventcore-sqlite/CHANGELOG.mdeventcore/Cargo.toml📚 Learning: 2026-04-27T17:08:47.134Z
Applied to files:
Cargo.toml🔇 Additional comments (7)
@ -10,0 +12,4 @@### Features- *(sqlite)* make encryption opt-in, re-export rusqlite, add BYOC constructors ([#379](https://github.com/jwilger/eventcore/pull/379))⚠️ Potential issue | 🟡 Minor
Consolidate duplicate
Featuressections for 0.8.0.This adds a second
### Featuresblock for the same release, while a detailed one already exists below. Keep one section to avoid duplication.✂️ Proposed cleanup
📝 Committable suggestion
🤖 Prompt for AI Agents