Releases: pfpack/early-core-asyncpipeline
Releases · pfpack/early-core-asyncpipeline
EarlyFuncPack Core.AsyncPipeline v0.3.0
EarlyFuncPack Core.AsyncPipeline v0.3.0
What's new:
- Added configuring
AsyncPipeline
(ContinueOnCapturedContext
) at the beginning - Added
Recover
methods - Updated
Result
dependency fromv2.0.1
tov2.0.2
- Added multi-targeting
net6.0;net7.0
EarlyFuncPack Core.AsyncPipeline v0.3.0-preview.3
EarlyFuncPack Core.AsyncPipeline v0.3.0-preview.3
What's new:
- Added
Recover
methods
EarlyFuncPack Core.AsyncPipeline v0.3.0-preview.2
Merge pull request #11 from pfpack/feature/async-pipeline-options Configure AsyncPipeline only once
EarlyFuncPack Core.AsyncPipeline v0.3.0-preview.1
EarlyFuncPack Core.AsyncPipeline v0.3.0-preview.1
What's new:
- Added
.Configure(AsyncPipelineOptions)
withContinueOnCapturedContext
- Updated
Result
dependency to v2.0.2 - Added multi-targeting
net6.0;net7.0
EarlyFuncPack Core.AsyncPipeline v0.2.0
EarlyFuncPack Core.AsyncPipeline v0.2.0
What's new:
- Renamed
AsyncResultFlow<TSuccess, TFailure>
toAsyncPipeline<TSuccess, TFailure>
for pipeline unifying purposes - Updated
Result
dependency from v2.0.0 to v2.0.1
EarlyFuncPack Core.AsyncPipeline v0.1.0
EarlyFuncPack Core.AsyncPipeline v0.1.0
What's new:
- Targeted to .NET 6.0
- Used
Result
v2.0.0
EarlyFuncPack Core.AsyncPipeline v0.0.1
EarlyFuncPack Core.AsyncPipeline v0.0.1
Initial Release