Sourced from Swashbuckle.AspNetCore's releases.
v6.7.0
What's Changed
- Allow Swagger UI CSS and JS paths to be configurable by
@mag1art
in domaindrivendev/Swashbuckle.AspNetCore#2908- Add
IncludeXmlCommentsForAssembly()
convience overload by@leotsarev
in domaindrivendev/Swashbuckle.AspNetCore#2909- Add snapshot tests using Verify by
@keahpeters
in domaindrivendev/Swashbuckle.AspNetCore#2929- Add posibility to ignore properties in
[FromForm]
with[SwaggerIgnore]
by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2928- Adding check for existing directory and creating if doesn't exist by
@matt-lethargic
in domaindrivendev/Swashbuckle.AspNetCore#2927- Default null value on nullable types caused errors by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2941- Add additional Verify tests by
@keahpeters
in domaindrivendev/Swashbuckle.AspNetCore#2950- Only apply a SchemaFilter to create the description on SwaggerUI by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2943- Add support for async filters by
@mauve
in domaindrivendev/Swashbuckle.AspNetCore#2938- Fix package validation by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2926- Adding support for .NET 8 Model State attributes by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2958- Only set Exclusive Range when they are by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2960[AsParameters]
throwing error on cast when showing the description withEnableAnnotations()
by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2962- Fix
RequestBodyFilterAnnotation
andMultipleFromForm
for Minimal APIs by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2963- Swagger UI refactoring by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2942- Add help wanted badge by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2911- Move inline css and js to external files for SwaggerUI and ReDoc by
@junior-santana
in domaindrivendev/Swashbuckle.AspNetCore#2965- Missing properties section when generating
IFomFile
/IFormFileCollection
by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2972- Missing Encoding and RequiredProperties when
IFormFile
with OpenAPI by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2979- Use
ApiParameter.Type
by@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2980- Document arrays of generic parameters with XML comments and support overload methods by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2982- Take into account [JsonRequired] for System.Text.Json by
@jgarciadelanoceda
in domaindrivendev/Swashbuckle.AspNetCore#2988- Configure non-nullable types as required by
@AntiGuideAkquinet
in domaindrivendev/Swashbuckle.AspNetCore#2803- Use
HttpMethods.IsGet()
by@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2971New Contributors
@mag1art
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2908@jgarciadelanoceda
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2928@matt-lethargic
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2927@mauve
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2938@junior-santana
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2965@AntiGuideAkquinet
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2803Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0
531c4c0
Use HttpMethods.IsGet()f2ed1aa
Remove build from CodeQL6417588
Bump github/codeql-action from 3.25.13 to 3.25.159b9d2ad
Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#2998)ca59f40
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2997)55ca891
Bump github/codeql-action from 3.25.12 to 3.25.13 (#2994)85fefe4
Support non-nullable types as required (#2803)3553751
Support [JsonRequired] (#2988)fdb7d6b
Support generics and overloads for XML comments (#2982)f85abd4
Bump github/codeql-action from 3.25.11 to 3.25.12 (#2984)