• eventcore-macros-v0.4.0 9afb0ca649

    github-actions[bot] released this 2025-12-29 10:12:53 -08:00 | 58 commits to main since this release

    Refactoring

    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-testing-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:47:35 -08:00 | 72 commits to main since this release

    Refactoring

    • eliminate primitive obsession across configuration structs (#216)
    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-memory-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:47:28 -08:00 | 72 commits to main since this release

    Refactoring

    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:47:21 -08:00 | 72 commits to main since this release

    Features

    • add configurable poll behavior for projections (#213)
    • (eventcore) implement EventRetryConfig for event processing failures (#215)

    Refactoring

    • eliminate primitive obsession across configuration structs (#216)
    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-postgres-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:47:04 -08:00 | 72 commits to main since this release

    Refactoring

    • eliminate primitive obsession across configuration structs (#216)
    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-types-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:46:26 -08:00 | 72 commits to main since this release

    Refactoring

    • eliminate primitive obsession across configuration structs (#216)
    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-macros-v0.3.0 ae4241f10e

    github-actions[bot] released this 2025-12-27 07:46:14 -08:00 | 72 commits to main since this release

    Refactoring

    • (release) switch to workspace version inheritance for full lockstep versioning (#221)
    Downloads
  • eventcore-testing-v0.2.0 c10a55f89d

    github-actions[bot] released this 2025-12-26 14:33:50 -08:00 | 80 commits to main since this release

    Features

    • (postgres) add PostgreSQL event store implementation (#169)
    • (projection) implement EventReader contract tests (#193)
    • (testing) create unified event_store_suite! macro (#194)

    Miscellaneous Tasks

    • (testing) move chaos harness into dev crate (#167)
    • align all workspace crate versions to 0.2.0 (#198)

    Refactoring

    • (store) replace mutex unwrap with proper error handling (#179)
    • reorganize workspace per ADR-022 for feature flag re-exports (#188)
    • extract InMemoryEventStore into separate eventcore-memory crate (#196)
    • (types) use UUID7 event IDs as global positions (#197)
    Downloads
  • eventcore-memory-v0.2.0 c10a55f89d

    github-actions[bot] released this 2025-12-26 14:33:41 -08:00 | 80 commits to main since this release

    Miscellaneous Tasks

    • release v0.1.3 (#59)
    • release v0.1.3 (#66)
    • release v0.1.4 (#71)
    • release v0.1.6 (#103)

    Refactoring

    • extract InMemoryEventStore into separate eventcore-memory crate (#196)
    • (types) use UUID7 event IDs as global positions (#197)
    Downloads
  • eventcore-v0.2.0 c10a55f89d

    github-actions[bot] released this 2025-12-26 14:33:27 -08:00 | 80 commits to main since this release

    Bug Fixes

    • add clippy allow attribute to emit! macro to suppress vec_init_then_push warning (#106)
    • (projection) add retry with exponential backoff for database poll errors (#191)

    Features

    • (eventcore) implement subscription system with position tracking
    • Implement command definition macros (Phase 13.1)
    • Implement fluent CommandExecutorBuilder API
    • Implement enhanced error diagnostics with miette
    • Add comprehensive interactive documentation tutorials (Phase 13.4)
    • Add comprehensive final testing suite (Phase 14.2)
    • (projection) implement poll-based projection runner with error handling (#190)
    • (projection) implement EventReader contract tests (#193)
    • (testing) create unified event_store_suite! macro (#194)

    Miscellaneous Tasks

    • release v0.1.4 (#71)
    • release v0.1.6 (#103)
    • release v0.1.8 (#108)
    • align all workspace crate versions to 0.2.0 (#198)

    Refactoring

    • (executor) extract execute_type_safe and remove dead code (#92)
    • reorganize workspace per ADR-022 for feature flag re-exports (#188)
    • extract InMemoryEventStore into separate eventcore-memory crate (#196)
    • (types) use UUID7 event IDs as global positions (#197)

    Deps

    • (deps) bump the minor-and-patch group with 14 updates
    • (deps) bump bincode from 1.3.3 to 2.0.1 (#6)
    • (deps) bump the minor-and-patch group with 17 updates (#192)
    Downloads