We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c348 commit b17854cCopy full SHA for b17854c
docs/RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-#### 2.0.0-theta-003 - Nov 07, 2023
+#### 2.0.0 - Nov 08, 2023
2
- F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200)
3
- BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async`
4
- BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside)
@@ -11,6 +11,7 @@
11
- FSharp.SystemTextJson (1.2.42)
12
- Removed the `System.Net.Http` dependency (#221)
13
- fix: accept "default" as "ok response" fallback (#223)
14
+- Minor performance tweaks (#233)
15
16
#### 1.0.2 - Jul 10, 2022
17
- SharpYaml 2.0.0
0 commit comments