File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## 0.8.0 - Unreleased
8
+ ## 0.8.0 - 2021-02-19
9
9
10
10
### Breaking Changes
11
11
@@ -19,8 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
project info.
20
20
- ` none ` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
21
21
- Attempt to detect and alert users if they are using an unsupported version of OpenAPI (#281 ).
22
- - Fixes ` Enum ` deserialization when the value is ` UNSET ` .
23
- - Add handling of application/vnd.api+json media type.
22
+ - The media type application/vnd.api+json will now be handled just like application/json (#307 ). Thanks @jrversteegh !
24
23
- Support passing models into query parameters (#316 ). Thanks @forest-benchling !
25
24
- Add support for cookie parameters (#326 ).
26
25
- New ` --file-encoding ` command line option (#330 ). Sets the encoding used when writing generated files (defaults to utf-8). Thanks @dongfangtianyu !
@@ -39,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
38
- Fixed a typo in the async example in generated README.md files (#337 ). Thanks @synchronizing !
40
39
- Fix deserialization of ` None ` and ` Unset ` properties for all types by unifying the checks (#334 ). Thanks @forest-benchling !
41
40
- If duplicate model names are detected during generation, you'll now get an error message instead of broken code (#336 ). Thanks @forest-benchling !
41
+ - Fixes ` Enum ` deserialization when the value is ` UNSET ` (#306 ). Thanks @bowenwr !
42
42
43
43
## 0.7.3 - 2020-12-21
44
44
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " openapi-python-client"
3
- version = " 0.7.3 "
3
+ version = " 0.8.0 "
4
4
description = " Generate modern Python clients from OpenAPI"
5
5
repository = " https://github.com/triaxtec/openapi-python-client"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments