chore: release v0.7.1 #375

Merged
jwilger merged 1 commit from release-plz-2026-04-15T18-34-33Z into main 2026-04-16 21:09:41 -07:00
jwilger commented 2026-04-15 11:34:36 -07:00 (Migrated from github.com)

🤖 New release

  • eventcore-macros: 0.7.0 -> 0.7.1
  • eventcore-types: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore-postgres: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore-sqlite: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore-memory: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore-testing: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • eventcore-examples: 0.7.0 -> 0.7.1
Changelog

eventcore-macros

0.7.0 - 2026-04-13

Bug Fixes

  • improve error message consistency, context, and safety across all crates (#352)

Features

  • enhance require! macro to accept typed error values (#335)
  • add required event_type_name() to Event trait for stable storage (#344)

Miscellaneous Tasks

  • adopt han plugins, blueprints, and project conventions (#330)
  • consolidate workspace lints and enforce strict lint policy (#351)

Refactoring

  • expose projection config via free function API, then reduce public surface (#357)

eventcore-types

0.7.1 - 2026-04-15

Bug Fixes

  • filter read_events by event_type to prevent projection stalls (#373)

eventcore-postgres

0.7.1 - 2026-04-15

Bug Fixes

  • filter read_events by event_type to prevent projection stalls (#373)

Features

  • add load-testing/stress-testing suite (#370)

eventcore-sqlite

0.7.1 - 2026-04-15

Bug Fixes

  • filter read_events by event_type to prevent projection stalls (#373)

eventcore

0.7.1 - 2026-04-15

Bug Fixes

  • filter read_events by event_type to prevent projection stalls (#373)

Features

  • add load-testing/stress-testing suite (#370)

eventcore-memory

0.7.1 - 2026-04-15

Bug Fixes

  • filter read_events by event_type to prevent projection stalls (#373)

eventcore-testing

0.7.1 - 2026-04-15

Features

  • add load-testing/stress-testing suite (#370)

eventcore-examples

0.7.0 - 2026-04-13

Bug Fixes

  • improve error message consistency, context, and safety across all crates (#352)

Features

  • add required event_type_name() to Event trait for stable storage (#344)
  • add TestScenario GWT testing helpers to eventcore-testing (#346)

Miscellaneous Tasks

  • consolidate workspace lints and enforce strict lint policy (#351)

Refactoring

  • replace into_inner() with into() for nutype domain types (#334)
  • expose projection config via free function API, then reduce public surface (#357)


This PR was generated with release-plz.

## 🤖 New release * `eventcore-macros`: 0.7.0 -> 0.7.1 * `eventcore-types`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore-postgres`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore-sqlite`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore-memory`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore-testing`: 0.7.0 -> 0.7.1 (✓ API compatible changes) * `eventcore-examples`: 0.7.0 -> 0.7.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `eventcore-macros` <blockquote> ## [0.7.0](https://github.com/jwilger/eventcore/compare/eventcore-macros-v0.6.0...eventcore-macros-v0.7.0) - 2026-04-13 ### Bug Fixes - improve error message consistency, context, and safety across all crates ([#352](https://github.com/jwilger/eventcore/pull/352)) ### Features - enhance require! macro to accept typed error values ([#335](https://github.com/jwilger/eventcore/pull/335)) - add required event_type_name() to Event trait for stable storage ([#344](https://github.com/jwilger/eventcore/pull/344)) ### Miscellaneous Tasks - adopt han plugins, blueprints, and project conventions ([#330](https://github.com/jwilger/eventcore/pull/330)) - consolidate workspace lints and enforce strict lint policy ([#351](https://github.com/jwilger/eventcore/pull/351)) ### Refactoring - expose projection config via free function API, then reduce public surface ([#357](https://github.com/jwilger/eventcore/pull/357)) </blockquote> ## `eventcore-types` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-types-v0.7.0...eventcore-types-v0.7.1) - 2026-04-15 ### Bug Fixes - filter read_events by event_type to prevent projection stalls ([#373](https://github.com/jwilger/eventcore/pull/373)) </blockquote> ## `eventcore-postgres` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-postgres-v0.7.0...eventcore-postgres-v0.7.1) - 2026-04-15 ### Bug Fixes - filter read_events by event_type to prevent projection stalls ([#373](https://github.com/jwilger/eventcore/pull/373)) ### Features - add load-testing/stress-testing suite ([#370](https://github.com/jwilger/eventcore/pull/370)) </blockquote> ## `eventcore-sqlite` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-sqlite-v0.7.0...eventcore-sqlite-v0.7.1) - 2026-04-15 ### Bug Fixes - filter read_events by event_type to prevent projection stalls ([#373](https://github.com/jwilger/eventcore/pull/373)) </blockquote> ## `eventcore` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-v0.7.0...eventcore-v0.7.1) - 2026-04-15 ### Bug Fixes - filter read_events by event_type to prevent projection stalls ([#373](https://github.com/jwilger/eventcore/pull/373)) ### Features - add load-testing/stress-testing suite ([#370](https://github.com/jwilger/eventcore/pull/370)) </blockquote> ## `eventcore-memory` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-memory-v0.7.0...eventcore-memory-v0.7.1) - 2026-04-15 ### Bug Fixes - filter read_events by event_type to prevent projection stalls ([#373](https://github.com/jwilger/eventcore/pull/373)) </blockquote> ## `eventcore-testing` <blockquote> ## [0.7.1](https://github.com/jwilger/eventcore/compare/eventcore-testing-v0.7.0...eventcore-testing-v0.7.1) - 2026-04-15 ### Features - add load-testing/stress-testing suite ([#370](https://github.com/jwilger/eventcore/pull/370)) </blockquote> ## `eventcore-examples` <blockquote> ## [0.7.0](https://github.com/jwilger/eventcore/compare/eventcore-examples-v0.6.0...eventcore-examples-v0.7.0) - 2026-04-13 ### Bug Fixes - improve error message consistency, context, and safety across all crates ([#352](https://github.com/jwilger/eventcore/pull/352)) ### Features - add required event_type_name() to Event trait for stable storage ([#344](https://github.com/jwilger/eventcore/pull/344)) - add TestScenario GWT testing helpers to eventcore-testing ([#346](https://github.com/jwilger/eventcore/pull/346)) ### Miscellaneous Tasks - consolidate workspace lints and enforce strict lint policy ([#351](https://github.com/jwilger/eventcore/pull/351)) ### Refactoring - replace into_inner() with into() for nutype domain types ([#334](https://github.com/jwilger/eventcore/pull/334)) - expose projection config via free function API, then reduce public surface ([#357](https://github.com/jwilger/eventcore/pull/357)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
jwilger-ai-bot (Migrated from github.com) approved these changes 2026-04-16 21:09:34 -07:00
Sign in to join this conversation.
No description provided.