Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `ISupportDryRun` — an opt-in interface exposing `bool IsDryRun { get; set; }` for
ETL stages that support a dry run: the full pipeline is exercised but the external
side effect that mutates a destination or source is skipped. Implemented by the
stage that honours it (not by the base classes). (#259)

### Changed

### Deprecated
Expand All @@ -24,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.15.0] - 2026-06-28

Minor release: adds an opt-in dry-run contract. No breaking change.

### Added

- `ISupportDryRun` — an opt-in interface exposing `bool IsDryRun { get; set; }` for
ETL stages that support a dry run: the full pipeline is exercised but the external
side effect that mutates a destination or source is skipped. Implemented by the
stage that honours it (not by the base classes). (#259)

## [0.14.1] - 2026-06-25

Patch release: a robustness fix and documentation accuracy. No public API change.
Expand Down
Loading