chore(release): v1.0.0 #419

Merged
jwilger merged 1 commit from release-plz-2026-06-13T22-50-38Z into main 2026-06-14 12:34:57 -07:00

Release v1.0.0

Automated release prepared by release-plz. All EventCore workspace crates are bumped to v1.0.0 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-examples

1.0.0 - 2026-06-13

Features

  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

eventcore-fs

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

Performance

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

eventcore-macros

1.0.0 - 2026-06-13

Features

  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

eventcore-memory

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

Performance

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

eventcore-postgres

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

Performance

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

eventcore-sqlite

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

Performance

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

eventcore-testing

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

eventcore-types

1.0.0 - 2026-06-13

Features

  • (eventcore-types) glob pattern matching for subscriptions (#246) (#410)
  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Performance

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

eventcore

1.0.0 - 2026-06-13

Documentation

  • documentation completeness audit (#244) (#416)

Features

  • (eventcore) [breaking] streaming reads for read_stream (#364) (#414)

Miscellaneous Tasks

  • graduate workspace to 1.0.0 for first stable release (#418)

Verification

  • release-plz update --forge gitea
  • signed release PR commit created by Forgejo Actions
## Release v1.0.0 Automated release prepared by release-plz. All EventCore workspace crates are bumped to **v1.0.0** 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-examples ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-examples-v0.9.0...eventcore-examples-v1.0.0) - 2026-06-13 ### Features - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) #### eventcore-fs ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-fs-v0.9.0...eventcore-fs-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) ### 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-macros ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-macros-v0.9.0...eventcore-macros-v1.0.0) - 2026-06-13 ### Features - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) #### eventcore-memory ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-memory-v0.9.0...eventcore-memory-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) ### 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 ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-postgres-v0.9.0...eventcore-postgres-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) ### 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 ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-sqlite-v0.9.0...eventcore-sqlite-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) ### 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-testing ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-testing-v0.9.0...eventcore-testing-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) #### eventcore-types ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-types-v0.9.0...eventcore-types-v1.0.0) - 2026-06-13 ### Features - *(eventcore-types)* glob pattern matching for subscriptions ([#246](https://git.johnwilger.com/Slipstream/eventcore/pulls/246)) ([#410](https://git.johnwilger.com/Slipstream/eventcore/pulls/410)) - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### 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 ## [1.0.0](https://git.johnwilger.com/Slipstream/eventcore/compare/eventcore-v0.9.0...eventcore-v1.0.0) - 2026-06-13 ### Documentation - documentation completeness audit ([#244](https://git.johnwilger.com/Slipstream/eventcore/pulls/244)) ([#416](https://git.johnwilger.com/Slipstream/eventcore/pulls/416)) ### Features - *(eventcore)* [**breaking**] streaming reads for read_stream ([#364](https://git.johnwilger.com/Slipstream/eventcore/pulls/364)) ([#414](https://git.johnwilger.com/Slipstream/eventcore/pulls/414)) ### Miscellaneous Tasks - graduate workspace to 1.0.0 for first stable release ([#418](https://git.johnwilger.com/Slipstream/eventcore/pulls/418)) ### Verification - `release-plz update --forge gitea` - signed release PR commit created by Forgejo Actions
chore(release): v1.0.0
All checks were successful
CI / Detect Changes (pull_request) Successful in 3s
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Test (pull_request) Has been skipped
CI / Clippy (pull_request) Has been skipped
CI / Security Audit (pull_request) Has been skipped
CI / Mutation (pull_request) Has been skipped
CI / Format (pull_request) Successful in 15s
CI / CI Gate (pull_request) Successful in 1s
auto_review auto_review: no findings
a08e1d34fb
auto-review requested changes 2026-06-13 15:50:47 -07:00
Dismissed
auto-review left a comment

This pull request updates all EventCore workspace crates to version 1.0.0, marking the first stable release. The changelogs have been regenerated to reflect the new features, breaking changes, and performance improvements. The changes appear safe to merge as they primarily involve version bumps and documentation updates.

LLM usage and cost

Pre-merge checks

  • PR metadata quality: failed
  • Rationale: The PR title does not follow the conventional commit format as it lacks a proper description. The body is also not sufficiently informative as it merely repeats the title and does not explain the necessity of the changes.
  • Offending text: chore(release): v1.0.0
This pull request updates all EventCore workspace crates to version 1.0.0, marking the first stable release. The changelogs have been regenerated to reflect the new features, breaking changes, and performance improvements. The changes appear safe to merge as they primarily involve version bumps and documentation updates. ## LLM usage and cost - Reasoning (gpt-4o) in=6521 out=75 cost=$0.033730 - Cheap (gpt-4o-mini) in=2469 out=65 cost=$0.000409 Estimated total USD: $0.034139 via https://api.openai.com and https://api.openai.com ## Pre-merge checks - PR metadata quality: failed - Rationale: The PR title does not follow the conventional commit format as it lacks a proper description. The body is also not sufficiently informative as it merely repeats the title and does not explain the necessity of the changes. - Offending text: chore(release): v1.0.0
Owner

@auto-review re-review

@auto-review re-review
Owner

Queued a forced review at a08e1d34fb. This intentionally bypasses CI gating; watch the commit-status badge for progress.

Queued a forced review at a08e1d34fbc03baf70dc5468f7f2db26361ce02e. This intentionally bypasses CI gating; watch the commit-status badge for progress.
auto-review left a comment

This pull request updates all EventCore workspace crates to version 1.0.0, marking the first stable release. The changelogs have been regenerated to reflect the new features, breaking changes, and performance improvements. The changes appear safe to merge as they primarily involve version bumps and documentation updates.

LLM usage and cost

This pull request updates all EventCore workspace crates to version 1.0.0, marking the first stable release. The changelogs have been regenerated to reflect the new features, breaking changes, and performance improvements. The changes appear safe to merge as they primarily involve version bumps and documentation updates. ## LLM usage and cost - Reasoning (gpt-4o) in=6606 out=75 cost=$0.034155 - Cheap (gpt-4o-mini) in=2513 out=121 cost=$0.000450 Estimated total USD: $0.034605 via https://api.openai.com and https://api.openai.com
jwilger referenced this pull request from a commit 2026-06-14 12:34:58 -07:00
Sign in to join this conversation.
No description provided.