Skip to content

Commit

Permalink
fix: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed May 27, 2023
1 parent 6421a67 commit c56bdd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#### 2.0.0-beta9 - Apr 22, 2023
#### 2.0.0-theta-001 - May 27, 2023
- F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200)
- BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async`
- BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside)
- Model enums as `string`, `int32` or `boolean` (Fixed [#186](https://github.com/fsprojects/SwaggerProvider/issues/186) )
- Add `Accept` header to all request (Fixed [#196](https://github.com/fsprojects/SwaggerProvider/issues/196))
- Supported requests with `octet-stream` body content [#203](https://github.com/fsprojects/SwaggerProvider/pull/203)
- Added missing properties to OpenApiException [#222](https://github.com/fsprojects/SwaggerProvider/pull/222)
- Microsoft.OpenApi (1.6.3)
- FSharp.SystemTextJson (1.1.23)
- Removed the `System.Net.Http` dependency (#221)
Expand Down

0 comments on commit c56bdd4

Please sign in to comment.