Add release note for v0.9.0-preview

This commit is contained in:
Justin Yoo 2021-10-02 16:23:19 +09:00
Родитель d0d6068726
Коммит 175c673247
1 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,26 @@
## Release Notes ##
Bug fixes and enhancements
### BREAKING CHANGES ###
IT NOW SUPPORTS .NET 6 IN BOTH IN-PROC AND OUT-OF-PROC WORKER!
### Changes & Fixes ###
* #255 Additional authentication mechanism for Swagger UI and OpenAPI doc #232
* #253 HTTP/HTTPS in Swagger UI + oauth2+redirect.html #215 #244
* #247 Update type extension methods to detect broader range of arrays and dictionaries #245
* #246 Fix "could not resolve reference error" #186 #160 121
* #243 OpenAPI query string/path parameter examples #139
* #234 Support "Base Object (root of all classes)" type #108
* #233 list of recursive models #156
* #230 Update ListObjectTypeVisitor to include HashSet<T> #229
* #224 Add ByteType Support #194 #179 #150 #136 #97 #96 #18
* #221 Tag filtering for Swagger UI and OpenAPI document #177 #140
* #218 fixed that fails to use a model with a property named Aliases #167 #105
* #217 Scan all .deps.json files and determine root project #172 #122
* #208 fix Nullable DateTime type to display as date format in specification #193
* #195 Add extension for QueryCollection