Skip to content

Commit c56bdd4

Browse files
committed
fix: update release notes
1 parent 6421a67 commit c56bdd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#### 2.0.0-beta9 - Apr 22, 2023
1+
#### 2.0.0-theta-001 - May 27, 2023
22
- F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200)
33
- BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async`
44
- BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside)
55
- Model enums as `string`, `int32` or `boolean` (Fixed [#186](https://github.com/fsprojects/SwaggerProvider/issues/186) )
66
- Add `Accept` header to all request (Fixed [#196](https://github.com/fsprojects/SwaggerProvider/issues/196))
77
- Supported requests with `octet-stream` body content [#203](https://github.com/fsprojects/SwaggerProvider/pull/203)
8+
- Added missing properties to OpenApiException [#222](https://github.com/fsprojects/SwaggerProvider/pull/222)
89
- Microsoft.OpenApi (1.6.3)
910
- FSharp.SystemTextJson (1.1.23)
1011
- Removed the `System.Net.Http` dependency (#221)

0 commit comments

Comments
 (0)