Skip to content

Releases: cognitedata/oryx

Release v4.0.0-alpha-004

28 Apr 10:04
0cd1d97
Compare
Choose a tag to compare
Add panic exception (#85)

* Add panic exception

* Use skip exception for validate

Release v4.0.0-alpha-003

27 Apr 08:11
53709e9
Compare
Choose a tag to compare
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

26 Apr 11:57
bbaa2ea
Compare
Choose a tag to compare
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

26 Apr 11:19
bbaa2ea
Compare
Choose a tag to compare
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

05 Mar 15:09
e9ae9f4
Compare
Choose a tag to compare
Remove NoChoiceException (#78)

* Remove NoChoiceException

* Use the actual exceptions that we observe.

* Adjust the text in the README.

Release v3.0.0

05 Mar 16:36
e9ae9f4
Compare
Choose a tag to compare
Remove NoChoiceException (#78)

* Remove NoChoiceException

* Use the actual exceptions that we observe.

* Adjust the text in the README.

Release v3.0.0-beta-005

04 Mar 14:02
53e8b62
Compare
Choose a tag to compare
Complete the transformation to a middleware (#77)

Finish transformation to  more generic middleware.

Release v3.0.0-beta-004

01 Mar 15:33
795811c
Compare
Choose a tag to compare
Remove taskbuilder from extensions (#76)

* Remove taskbuilder from extensions

* Use correct task version

* Formatting

Release v3.0.0-beta-003

01 Mar 14:54
1d97bcb
Compare
Choose a tag to compare
Use dotnet tool restore for publish (#75)

Release v3.0.0-beta-001

26 Feb 15:14
cf54d3d
Compare
Choose a tag to compare
Update README.md (#71)

* Update README.md