This commit is contained in:
Justin Yoo 2022-02-25 16:54:27 +09:00
Родитель dad34bc857
Коммит 4bafe37875
1 изменённых файлов: 12 добавлений и 0 удалений

12
release-notes/v1.2.0.md Normal file
Просмотреть файл

@ -0,0 +1,12 @@
## Release Notes ##
Bug fixes and enhancements
### Changes & Fixes ###
* #362 Do not consider abstract classes in configuration options
* #368 Update logic for isolated worker #365
* #367 multipart/form-data in OpenAPI v2 Rendering Workaround (Interim) #365
* #364 Fix RecursiveObjectTypeVisitor to filter duplicated field names #356
* #361 Add method to load types from referenced function app #351 #132