Skip to content

Commit 5ab0867

Browse files
committed
Merge branch 'release/v5.3.0' into develop
2 parents 9921979 + 990d534 commit 5ab0867

10 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.3.0] - 2026-02-21
11+
1012
### Added
1113

1214
- Added `deleteAsync(StreamId)` to `Session` for marking aggregates for deletion within a unit of work. No prior load is required — the stream ID alone is sufficient.

packages/continuum/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum
22
description: An event sourcing library for Dart with code generation support.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_event_sourcing/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_event_sourcing
22
description: Event sourcing persistence strategy for Continuum — event store, serialization, projections, and aggregate replay.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

@@ -17,7 +17,7 @@ dependencies:
1717

1818
dev_dependencies:
1919
build_runner: ^2.4.0
20-
continuum_store_memory: ^5.2.0
20+
continuum_store_memory: ^5.0.0
2121
lints: ^6.0.0
2222
mockito: ^5.4.0
2323
test: ^1.25.6

packages/continuum_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_generator
22
description: Code generator for the continuum event sourcing library.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_lints
22
description: Custom lint rules for continuum-based projects.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_state/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_state
22
description: State-based persistence strategy for Continuum — aggregate adapters, fetch/persist lifecycle, and concurrency retry.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_hive/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_hive
22
description: Hive-backed EventStore implementation for the continuum event sourcing library.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_memory/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_memory
22
description: In-memory EventStore implementation for the continuum event sourcing library.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_sembast/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_sembast
22
description: Sembast-backed EventStore implementation for the continuum event sourcing library.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_uow/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_uow
22
description: Unit of Work session engine for Continuum — identity map, operation recording, atomic commit, and transactional runner.
3-
version: 5.2.0
3+
version: 5.3.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

0 commit comments

Comments
 (0)