Releases: Azure/azure-functions-openapi-extension
Releases · Azure/azure-functions-openapi-extension
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
Fixes
v0.2.1-preview: Hotfix
Release Notes
Hotfix on v0.2.0-preview
Changes
- Update docs
Fixes
- #33
NullReferenceException
ofOpenApiSecurityAttribute
while rendering Open API document