Releases: vitalybibikov/AzureExtensions.Swashbuckle
4.0.4
4.0.2
What's Changed
- Updated to Swagger 6.6.1 by @vitalybibikov in #113
- Added symbol package
Full Changelog: 4.0.1...4.0.2
Version 4.0.1 Released
Breaking changes
- Updated to isolated worker model, as the only one going to be supported by Microsoft soon.
- Updated to latest UI.
- Updated to latest .NET 8
- Updated to latest Swagger.
- Bug fixes and improvements.
What's Changed
- Development by @vitalybibikov in #110
- Stabilized v4 of Functions by @vitalybibikov in #111
Full Changelog: 4.0.0-beta...4.0.1
4.0.0-beta
4.0.0-beta finally is out
just remembering what the heck is going om here
- Updated to v4 Functions
- Updated to .NET 8
- Updated to isolated worker model (from now on it is going to be the only one that is supported, as in-process is going to be deprecated)
- Updated to UI v5.17.3
- Updated to Swagger 5.6.5
- Updated docs
Considering to remove support of NewtonJson
https://www.nuget.org/packages/AzureExtensions.Swashbuckle/4.0.0-beta
What's Changed
- Yaml support added by @michaelmatthiaskern in #66
- querystring parameter example update by @YARG in #69
- Dev by @vitalybibikov in #75
- Update Swashbuckle.AspNetCore to 6.1.4 (#80) by @techfg in #81
- Adjusted usage of attribute properties in filter by @langebo in #84
- Make use of host.json extension section. by @hguy in #85
- Upgrade to .Net 6.0 by @dlahmad in #100
- Merge by @vitalybibikov in #102
- Merge pull request #102 from vitalybibikov/master by @vitalybibikov in #103
- Add support for Newtonsoft.Json in Swashbuckle by @jfjalburquerque in #108
New Contributors
- @michaelmatthiaskern made their first contribution in #66
- @YARG made their first contribution in #69
- @techfg made their first contribution in #81
- @langebo made their first contribution in #84
- @hguy made their first contribution in #85
- @dlahmad made their first contribution in #100
- @jfjalburquerque made their first contribution in #108
Full Changelog: 3.3.1-beta...4.0.0-beta
3.3.1-beta
3.3.0-beta
https://www.nuget.org/packages/AzureExtensions.Swashbuckle/3.3.0-beta
Fixed several issues, related to versioning and XML comments.
Updated to UI v3.37.2
Updated to Swagger 5.6.3
Updated documentation
Ability to create multiple versions of documents, example added.
Added examples of a custom filter, improved test application
3.2.2
- Updated to UI 3.26.0
- Fixed minor issues with mappings
- Added File Upload Attribute SwaggerUploadFileAttribute
- Updated documentation
- Added FunctionsStartup extension, old one is deprecated
3.1.6
3.1.6
https://www.nuget.org/packages/AzureExtensions.Swashbuckle/3.1.6
Updated to UI v3.25.1
Updated to Swagger 5.4.1
Fixed base url for Swagger UI
Breaking:
Option and DocumentOption renamed to SwaggerDocOptions and SwaggerDocument respectivly and moved to AzureFunctions.Extensions.Swashbuckle.Settings namespace
Properties renamed:
PrepandOperationWithRoutePrefix => PrependOperationWithRoutePrefix
AddCodeParamater => AddCodeParameter
Properties added:
Added ability to configure SwaggerGen via ConfigureSwaggerGen
Added ability to override default url to Swagger json document (in case of reverse proxy/gateway/ingress) are used.
Size:
All the resources are places in zip archive in order to decrease result dll size by 338% (from 1.594kb to 472kb)
application/json set as a default request format.
Nuget: https://www.nuget.org/packages/AzureExtensions.Swashbuckle/3.0.0
- Merged PRs to fix issues related to RequestBodyType and Ignore attribute
- Updated to 5.0.0 Swashbuckle.AspNetCore nugets
- Fixed typos.
By default, application/json is selected as a supported request format.
Otherwise, SupportedRequestFormat Attribute has to be specified
Updated to v3 Functions
Nuget: https://www.nuget.org/packages/AzureExtensions.Swashbuckle/2.0.2
- Updated to v3 Functions