• eventcore-memory-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:12:40 -07:00 | 4 commits to main since this release

    Bug Fixes

    • filter read_events by event_type to prevent projection stalls (#373)
    Downloads
  • eventcore-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:12:36 -07:00 | 4 commits to main since this release

    Bug Fixes

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

    Features

    • add load-testing/stress-testing suite (#370)
    Downloads
  • eventcore-sqlite-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:12:29 -07:00 | 4 commits to main since this release

    Bug Fixes

    • filter read_events by event_type to prevent projection stalls (#373)
    Downloads
  • eventcore-postgres-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:10:59 -07:00 | 4 commits to main since this release

    Bug Fixes

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

    Features

    • add load-testing/stress-testing suite (#370)
    Downloads
  • eventcore-types-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:10:25 -07:00 | 4 commits to main since this release

    Bug Fixes

    • filter read_events by event_type to prevent projection stalls (#373)
    Downloads
  • eventcore-macros-v0.7.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:10:14 -07:00 | 4 commits to main since this release

    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)
    Downloads
  • eventcore-examples-v0.7.0 908dc57369

    github-actions[bot] released this 2026-04-12 21:16:36 -07:00 | 8 commits to main since this release

    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)
    Downloads
  • eventcore-testing-v0.7.0 908dc57369

    github-actions[bot] released this 2026-04-12 21:16:30 -07:00 | 8 commits to main since this release

    Bug Fixes

    • make InMemoryEventStore error on read_stream type mismatch (#342)
    • 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

    • expose projection config via free function API, then reduce public surface (#357)
    Downloads
  • eventcore-memory-v0.7.0 908dc57369

    github-actions[bot] released this 2026-04-12 21:16:24 -07:00 | 8 commits to main since this release

    Bug Fixes

    • make InMemoryEventStore error on read_stream type mismatch (#342)
    • improve error message consistency, context, and safety across all crates (#352)

    Features

    • add required event_type_name() to Event trait for stable storage (#344)

    Miscellaneous Tasks

    • consolidate workspace lints and enforce strict lint policy (#351)
    Downloads
  • eventcore-v0.7.0 908dc57369

    github-actions[bot] released this 2026-04-12 21:16:18 -07:00 | 8 commits to main since this release

    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

    • replace into_inner() with into() for nutype domain types (#334)
    • extract pure state machines from execute() and run() (#349)
    • expose projection config via free function API, then reduce public surface (#357)
    Downloads