Skip to content

Releases: vitalybibikov/AzureExtensions.Swashbuckle

4.0.4

09 Sep 13:19
e58da4a
Compare
Choose a tag to compare

Just an update of deps, nothing more

4.0.2

15 May 20:22
2aad9c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2

Version 4.0.1 Released

02 May 12:27
Compare
Choose a tag to compare

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

Full Changelog: 4.0.0-beta...4.0.1

4.0.0-beta

01 May 21:38
c6b01b0
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 3.3.1-beta...4.0.0-beta

3.3.1-beta

02 Feb 17:10
Compare
Choose a tag to compare
3.3.1-beta Pre-release
Pre-release

#64 Support for authorization configuration
#60 Consolidated extensions and added one to support .net 5
Updated docs
Updated libs

3.3.0-beta

08 Dec 09:33
f0d0062
Compare
Choose a tag to compare
3.3.0-beta Pre-release
Pre-release

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

17 Jun 10:47
fe3ccf0
Compare
Choose a tag to compare
  • 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

10 May 11:24
13900d7
Compare
Choose a tag to compare

3.1.6

https://www.nuget.org/packages/AzureExtensions.Swashbuckle/3.1.6

Fixed #8, #9

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.

24 Feb 21:04
Compare
Choose a tag to compare

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

24 Feb 19:41
a0fe3e6
Compare
Choose a tag to compare