Releases: cognitedata/oryx
Releases · cognitedata/oryx
Release v4.0.0-alpha-004
Add panic exception (#85) * Add panic exception * Use skip exception for validate
Release v4.0.0-alpha-003
Refactor (#84) * Refactor - Protect map and bind from exceptions - Add protect handler that can be used in pipelines to protect from exceptions - Fix builder For-method - Rename throw to fail (since errors goes down) - Add builder Yield method * Update README * Add whats new info * Update src/Middleware/Error.fs Co-authored-by: Tengel Skar <[email protected]> * Update README.md Co-authored-by: Tengel Skar <[email protected]>
Release v4.0.0-alpha-002
Simplify OnNextAsync (#83) * Simplify OnNextAsync by making content non-optional. This simplifies the handler code by not having to pattern match on content all the time. * Update readme * Fix generic types * Add ignore and validate handlers * Better unit testing * Re-use bind impl.
Release v4.0.0-alpha-001
Simplify OnNextAsync (#83) * Simplify OnNextAsync by making content non-optional. This simplifies the handler code by not having to pattern match on content all the time. * Update readme * Fix generic types * Add ignore and validate handlers * Better unit testing * Re-use bind impl.
Release v3.0.0-beta-006
Remove NoChoiceException (#78) * Remove NoChoiceException * Use the actual exceptions that we observe. * Adjust the text in the README.
Release v3.0.0
Remove NoChoiceException (#78) * Remove NoChoiceException * Use the actual exceptions that we observe. * Adjust the text in the README.
Release v3.0.0-beta-005
Complete the transformation to a middleware (#77) Finish transformation to more generic middleware.
Release v3.0.0-beta-004
Remove taskbuilder from extensions (#76) * Remove taskbuilder from extensions * Use correct task version * Formatting
Release v3.0.0-beta-003
Use dotnet tool restore for publish (#75)
Release v3.0.0-beta-001
Update README.md (#71) * Update README.md