-
eventcore-examples-v0.8.0 Stable
released this
2026-04-27 10:35:22 -07:00 | 2 commits to main since this releaseBug 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
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
eventcore-testing-v0.8.0 Stable
released this
2026-04-27 10:35:18 -07:00 | 2 commits to main since this releaseFeatures
- add load-testing/stress-testing suite (#370)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
eventcore-memory-v0.8.0 Stable
released this
2026-04-27 10:35:13 -07:00 | 2 commits to main since this releaseBug Fixes
- filter read_events by event_type to prevent projection stalls (#373)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-v0.8.0 Stable
released this
2026-04-27 10:35:08 -07:00 | 2 commits to main since this releaseBug Fixes
- filter read_events by event_type to prevent projection stalls (#373)
Features
- add load-testing/stress-testing suite (#370)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
eventcore-sqlite-v0.8.0 Stable
released this
2026-04-27 10:35:00 -07:00 | 2 commits to main since this releaseFeatures
- (sqlite) make encryption opt-in, re-export rusqlite, add BYOC constructors (#379)
Breaking Changes
- The
encryptionfeature is no longer enabled by default. Consumers who
rely on SQLCipher must opt in explicitly via
features = ["encryption"]. The default feature set is nowbundled,
which vendors vanilla SQLite without OpenSSL/SQLCipher native linking.
Features
- Re-export
rusqliteat the crate root so consumers can use
eventcore_sqlite::rusqlitewithout declaring a separate dependency. - Add
SqliteEventStore::from_connectionand
SqliteCheckpointStore::from_connectionfor consumers that need to
bring their own pre-configuredrusqlite::Connection.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-postgres-v0.8.0 Stable
released this
2026-04-27 10:34:45 -07:00 | 2 commits to main since this releaseBug Fixes
- filter read_events by event_type to prevent projection stalls (#373)
Features
- add load-testing/stress-testing suite (#370)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-types-v0.8.0 Stable
released this
2026-04-27 10:34:12 -07:00 | 2 commits to main since this releaseBug Fixes
- filter read_events by event_type to prevent projection stalls (#373)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-macros-v0.8.0 Stable
released this
2026-04-27 10:33:59 -07:00 | 2 commits to main since this releaseBug 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-examples-v0.7.1 Stable
released this
2026-04-16 21:12:47 -07:00 | 4 commits to main since this releaseBug 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
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
eventcore-testing-v0.7.1 Stable
released this
2026-04-16 21:12:44 -07:00 | 4 commits to main since this releaseFeatures
- add load-testing/stress-testing suite (#370)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads