Skip to content

release: v0.15.0 — ISupportDryRun - #261

Merged
Chris-Wolfgang merged 2 commits into
mainfrom
vNext
Jun 28, 2026
Merged

release: v0.15.0 — ISupportDryRun#261
Chris-Wolfgang merged 2 commits into
mainfrom
vNext

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Release v0.15.0

Folds the 0.15.0 cycle from vNext into main.

Added

Verification

  • Release build: 0 warnings / 0 errors
  • 250 unit tests pass
  • Coverage: 99.61% line overall; lowest assembly 98.38% (≥ 95% gate)

Version

  • 0.14.10.15.0 (additive public surface = MINOR)

Closes #259

🤖 Generated with Claude Code

Chris-Wolfgang and others added 2 commits June 28, 2026 12:44
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>
@Chris-Wolfgang
Chris-Wolfgang merged commit 6324df7 into main Jun 28, 2026
9 checks passed
@Chris-Wolfgang
Chris-Wolfgang deleted the vNext branch June 28, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ISupportDryRun interface with IsDryRun property

1 participant