• eventcore-examples-v0.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:35:22 -07:00 | 2 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.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:35:18 -07:00 | 2 commits to main since this release

    Features

    • add load-testing/stress-testing suite (#370)
    Downloads
  • eventcore-memory-v0.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:35:13 -07:00 | 2 commits to main since this release

    Bug Fixes

    • filter read_events by event_type to prevent projection stalls (#373)
    Downloads
  • eventcore-v0.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:35:08 -07:00 | 2 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.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:35:00 -07:00 | 2 commits to main since this release

    Features

    • (sqlite) make encryption opt-in, re-export rusqlite, add BYOC constructors (#379)

    Breaking Changes

    • The encryption feature is no longer enabled by default. Consumers who
      rely on SQLCipher must opt in explicitly via
      features = ["encryption"]. The default feature set is now bundled,
      which vendors vanilla SQLite without OpenSSL/SQLCipher native linking.

    Features

    • Re-export rusqlite at the crate root so consumers can use
      eventcore_sqlite::rusqlite without declaring a separate dependency.
    • Add SqliteEventStore::from_connection and
      SqliteCheckpointStore::from_connection for consumers that need to
      bring their own pre-configured rusqlite::Connection.
    Downloads
  • eventcore-postgres-v0.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:34:45 -07:00 | 2 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.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:34:12 -07:00 | 2 commits to main since this release

    Bug Fixes

    • filter read_events by event_type to prevent projection stalls (#373)
    Downloads
  • eventcore-macros-v0.8.0 acaa6b7f9f

    github-actions[bot] released this 2026-04-27 10:33:59 -07:00 | 2 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.1 807bb8a327

    github-actions[bot] released this 2026-04-16 21:12:47 -07:00 | 4 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.1 807bb8a327

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

    Features

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