release: v0.15.0 — ISupportDryRun - #261
Merged
Merged
Conversation
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.
Stage-agnostic and honour-system by design: only a stage that genuinely
gates its side effect on IsDryRun implements it. The base classes do not
implement it (the side effect lives inside the derived stage).
- ISupportDryRun.cs with full XML docs
- PublicAPI.Unshipped.txt updated
- CHANGELOG Unreleased/Added entry
- Version 0.14.1 -> 0.15.0 (additive surface, MINOR)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
feat: add ISupportDryRun interface (#259)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.15.0
Folds the 0.15.0 cycle from
vNextintomain.Added
ISupportDryRun— opt-in interface exposingbool IsDryRun { get; set; }for ETL stages that support a dry run (full pipeline runs, external side effect skipped). Implemented by the honouring stage, not the base classes. (Add ISupportDryRun interface with IsDryRun property #259, PR feat: add ISupportDryRun interface (#259) #260)Verification
Version
0.14.1→0.15.0(additive public surface = MINOR)Closes #259
🤖 Generated with Claude Code