chore(release): v0.9.1 #409

Closed
release-plz-bot wants to merge 1 commit from release-plz-2026-06-13T14-40-00Z into main

Release v0.9.1

Automated release prepared by release-plz. All EventCore workspace crates are bumped to v0.9.1 in lockstep (shared major.minor per ADR-025) and their changelogs regenerated from the conventional commits merged to main since the previous release.

Changes

eventcore-fs

0.9.1 - 2026-06-13

Performance

  • serialize events once in the append path (#361) (#408)

eventcore-memory

0.9.1 - 2026-06-13

Performance

  • serialize events once in the append path (#361) (#408)

eventcore-postgres

0.9.1 - 2026-06-13

Performance

  • (eventcore-postgres) batch INSERT in append_events (#360) (#406)
  • serialize events once in the append path (#361) (#408)

eventcore-sqlite

0.9.1 - 2026-06-13

Performance

  • (eventcore-sqlite) batch INSERT in append_events (#362) (#404)
  • serialize events once in the append path (#361) (#408)

eventcore-types

0.9.1 - 2026-06-13

Performance

  • serialize events once in the append path (#361) (#408)

Verification

  • release-plz update --forge gitea
  • signed release PR commit created by Forgejo Actions
## Release v0.9.1 Automated release prepared by release-plz. All EventCore workspace crates are bumped to **v0.9.1** in lockstep (shared major.minor per ADR-025) and their changelogs regenerated from the conventional commits merged to `main` since the previous release. ### Changes #### eventcore-fs ## [0.9.1](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-fs-v0.9.0...eventcore-fs-v0.9.1) - 2026-06-13 ### Performance - serialize events once in the append path ([#361](https://git.johnwilger.com/Slipstream/eventcore/pulls/361)) ([#408](https://git.johnwilger.com/Slipstream/eventcore/pulls/408)) #### eventcore-memory ## [0.9.1](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-memory-v0.9.0...eventcore-memory-v0.9.1) - 2026-06-13 ### Performance - serialize events once in the append path ([#361](https://git.johnwilger.com/Slipstream/eventcore/pulls/361)) ([#408](https://git.johnwilger.com/Slipstream/eventcore/pulls/408)) #### eventcore-postgres ## [0.9.1](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-postgres-v0.9.0...eventcore-postgres-v0.9.1) - 2026-06-13 ### Performance - *(eventcore-postgres)* batch INSERT in append_events ([#360](https://git.johnwilger.com/Slipstream/eventcore/pulls/360)) ([#406](https://git.johnwilger.com/Slipstream/eventcore/pulls/406)) - serialize events once in the append path ([#361](https://git.johnwilger.com/Slipstream/eventcore/pulls/361)) ([#408](https://git.johnwilger.com/Slipstream/eventcore/pulls/408)) #### eventcore-sqlite ## [0.9.1](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-sqlite-v0.9.0...eventcore-sqlite-v0.9.1) - 2026-06-13 ### Performance - *(eventcore-sqlite)* batch INSERT in append_events ([#362](https://git.johnwilger.com/Slipstream/eventcore/pulls/362)) ([#404](https://git.johnwilger.com/Slipstream/eventcore/pulls/404)) - serialize events once in the append path ([#361](https://git.johnwilger.com/Slipstream/eventcore/pulls/361)) ([#408](https://git.johnwilger.com/Slipstream/eventcore/pulls/408)) #### eventcore-types ## [0.9.1](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-types-v0.9.0...eventcore-types-v0.9.1) - 2026-06-13 ### Performance - serialize events once in the append path ([#361](https://git.johnwilger.com/Slipstream/eventcore/pulls/361)) ([#408](https://git.johnwilger.com/Slipstream/eventcore/pulls/408)) ### Verification - `release-plz update --forge gitea` - signed release PR commit created by Forgejo Actions
chore(release): v0.9.1
All checks were successful
CI / Detect Changes (pull_request) Successful in 3s
auto_review auto_review: no findings
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Format (pull_request) Successful in 15s
CI / Clippy (pull_request) Successful in 2m6s
CI / Security Audit (pull_request) Successful in 25s
CI / Test (pull_request) Successful in 3m6s
CI / Mutation (pull_request) Has been skipped
CI / CI Gate (pull_request) Successful in 2s
4b575b9b4c
auto-review left a comment

This PR updates all EventCore workspace crates to version 0.9.1, reflecting performance improvements such as event serialization optimization and batch INSERT operations. The changes are primarily version bumps and changelog updates, making it safe to merge.

LLM usage and cost

Pre-merge checks

  • PR metadata quality: failed
  • Rationale: The PR body contains a title copy, which is not allowed. The body should provide a non-empty explanation of why the change is needed, rather than repeating the title.
  • Offending text: ## Release v0.9.1
This PR updates all EventCore workspace crates to version 0.9.1, reflecting performance improvements such as event serialization optimization and batch INSERT operations. The changes are primarily version bumps and changelog updates, making it safe to merge. ## LLM usage and cost - Reasoning (gpt-4o) in=5235 out=62 cost=$0.027105 - Cheap (gpt-4o-mini) in=1050 out=56 cost=$0.000191 Estimated total USD: $0.027296 via https://api.openai.com and https://api.openai.com ## Pre-merge checks - PR metadata quality: failed - Rationale: The PR body contains a title copy, which is not allowed. The body should provide a non-empty explanation of why the change is needed, rather than repeating the title. - Offending text: ## Release v0.9.1
Author
Owner

Superseded by #411 (rebased on the latest main).

Superseded by #411 (rebased on the latest `main`).
release-plz-bot closed this pull request 2026-06-13 08:21:25 -07:00
All checks were successful
CI / Detect Changes (pull_request) Successful in 3s
Required
Details
auto_review auto_review: no findings
Required
CI / Request auto_review semantic review (pull_request) Successful in 1s
Required
Details
CI / Format (pull_request) Successful in 15s
Required
Details
CI / Clippy (pull_request) Successful in 2m6s
Required
Details
CI / Security Audit (pull_request) Successful in 25s
Required
Details
CI / Test (pull_request) Successful in 3m6s
Required
Details
CI / Mutation (pull_request) Has been skipped
Required
Details
CI / CI Gate (pull_request) Successful in 2s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.