File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## 0.8.0 - Unreleased
8+ ## 0.8.0 - 2021-02-19
99
1010### Breaking Changes
1111
@@ -19,8 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919 project info.
2020 - ` none ` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
2121- 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 !
2423- Support passing models into query parameters (#316 ). Thanks @forest-benchling !
2524- Add support for cookie parameters (#326 ).
2625- 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
3938- Fixed a typo in the async example in generated README.md files (#337 ). Thanks @synchronizing !
4039- Fix deserialization of ` None ` and ` Unset ` properties for all types by unifying the checks (#334 ). Thanks @forest-benchling !
4140- 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 !
4242
4343## 0.7.3 - 2020-12-21
4444
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " openapi-python-client"
3- version = " 0.7.3 "
3+ version = " 0.8.0 "
44description = " Generate modern Python clients from OpenAPI"
55repository = " https://github.com/triaxtec/openapi-python-client"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments