You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pipeline): add source-generated pipeline attributes and tests
- Introduced PipelineAttribute, PipelineStepAttribute, PipelineHookAttribute, and PipelineBehaviorAttribute for defining pipelines and their components.
- Implemented GeneratedContextPipeline and GeneratedNoContextPipeline with respective steps, hooks, and behaviors.
- Added unit tests for pipeline execution and generator diagnostics, ensuring proper functionality and error reporting for invalid configurations.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Changelog
2
2
3
-
This changelog is maintained from version tags in the `main` branch. It covers the full tagged release history on `main`.
3
+
This changelog includes unreleased changes on `main` and the full tagged release history from the `main` branch.
4
+
5
+
## [10.0.104] - 2026-03-31
6
+
7
+
- Added a new Pipeline feature in `Common.Utilities` with fluent definition and registration APIs, runtime behaviors, hooks, execution tracking, inline step support, and source-generated attributes to reduce registration boilerplate.
4
8
5
9
## [10.0.103] - 2026-03-19
6
10
7
-
- Added the new `Application.DataPorter`framework for multi-format import and export.
11
+
- Added the new `Application.DataPorter`feature for multi-format import and export.
8
12
- Introduced profile-based and attribute-based configuration, validation, streaming, compression, templates, typed row interception, progress reporting, and extensible custom formats.
9
13
- Added fluent import, export, and template option builders for a more discoverable API.
0 commit comments