Releases: Azure/azure-functions-openapi-extension
Releases · Azure/azure-functions-openapi-extension
v0.9.0-preview: Update
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 #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
New Contributors
Thanks for contributions! Without community's supports, this project wouldn't be improving.
- @Lee-WonJun made their first contribution in #204
- @vincentbitter made their first contribution in #217
- @choipureum made their first contribution in #208
- @level120 made their first contribution in #218
- @tsolbjor made their first contribution in #233
- @Deserve82 made their first contribution in #236
- @cjakobsen made their first contribution in #242
- @SoniaComp made their first contribution in #239
- @haileymoon made their first contribution in #246
v0.8.1-preview: Update
Release Notes
Bug fixes and enhancements
BREAKING CHANGES
IT NOW SUPPORTS ISOLATED WORKER PROCESS IN .NET 5
This release has introduced new NuGet packages to follow the same naming conventions as the new out-of-process worker model.
Changes & Fixes
- #174 OpenApiRequestBody.Description missing in rendered requestBody
- #165 OpenAPI version, document version, document title from environment variables
- #151 Setting minLength property
- #148 date format instead of date-time
- #144 OpenApiPropertyAttribute - Nullable, Description & Default
- #141 Add first class support for internet hosted css files for CustomUiOptions
- #133 Nullable strings are not marked nullable in openapi json
- #130 Stack overflow
- #128 Will this work with Isolated Azure Function and dotnet 5.0?
- #118 Could not load file or assembly 'Microsoft.ApplicationInsights'
- #103 Enum namingstrategy
- #98 Issue: {"schemaValidationMessages":[{"level":"error","message":"Can't read from file https://xxx.azurewebsites.net/api/swagger.json"}]}
- #76 Range annotation not respected
- #37 Sample Model as Response
- #22 .NET 5 Support
v0.7.2-preview: Update
Release Notes
Bug fixes and enhancements
Changes
- #104 #98 Fix custom hostname for better discoverability
- It's now exposed through Azure API Management and load balancing services like Azure Front Door
Fixes
v0.7.1-preview: Update
v0.7.0-preview: Update
Release Notes
Bug fixes and lots of enhancements
Changes
- #89 #90 Give devs the option to expose the Swagger UI page or not
- #84 #91 Give devs the option to choose the OpenAPI spec version - v2 or v3
- #25 #90 Give devs the option to choose the OpenAPI document and Swagger UI access permission - anonymous or not
- #39 #90 OpenAPI document and Swagger UI are injected, rather than copied from the template
Fixes
- #93 Update custom response header collection
v0.6.0-preview: Update
Release Notes
Bug fixes and lots of enhancements
Changes
- #81 Update RouteConstraintFilter with Tests
- Updated regular expressions with more precision
- #79 Assembly Refactoring
- Injected an assembly through method for SwaggerUI
- Applied different assemblies to both UI and document
- #74 #60 Provide Extensibility for UI Customizations
- #65 Update OpenApiHttpTrigger.cs
- Removed unnecessary string interpolations
- #61 Add Visitors for Unsigned Integer Types
Fixes
v0.5.1-preview: Update
Release Notes
Bug fixes
Changes
- N/A
Fixes
- #47 Fixed the new endpoint,
oauth2-redirect.html
to respect the route prefix defined inhost.json
.
v0.5.0-preview: Update
v0.4.0-preview: Update
v0.3.2-preview: Update
Release Notes
Updated Open API metadata generation logic.
NOTE: There is no
v0.3.0-preview
andv0.3.1-preview
!
Changes
- Removed dependencies from
host.json
,openapisetting.json
andlocal.settings.json
to generate the Open API metadata - Updated docs