Releases: domaindrivendev/Swashbuckle.AspNetCore
Releases · domaindrivendev/Swashbuckle.AspNetCore
v7.3.1
What's Changed
- Fix for ApiDescriptionProvider throws NRE by @EvgeniyZ in #3280
- Bump swagger-ui-dist from 5.19.0 to 5.20.0 by @dependabot in #3279
Full Changelog: v7.3.0...v7.3.1
v7.3.0
What's Changed
- Add
CreateFromJson
options overload by @martincostello in #3218 - Stop testing with .NET 6 by @martincostello in #3219
- Replace IdentityServer4 with Duende.IdentityServer (#3008) by @pseudometalhead in #3184
- Fix JWT version for .NET 9 by @Saibamen in #3227
- Adjust readme for issue #1014 by @EvgeniyZ in #3233
- Humanize multiline para tag by @EvgeniyZ in #3234
- Humanize multi line code tag by @EvgeniyZ in #3239
- Fix
JsonSerializerDataContractResolver
so that it handles jagged arrays correctly by @ozziepeeps in #3245 - Use
DeepObject
parameter style for dictionary by @EvgeniyZ in #3241 - Remove
MvcOptions
fromSchemaGenerator
by @EvgeniyZ in #3242 - Optional EOL for XML comments (#2947) by @RainDance74 in #3255
- Add support for listing available OpenAPI documents by @rassilon in #3263
- Bump swagger-ui-dist from 5.18.3 to 5.19.0 by @dependabot in #3266
New Contributors
- @pseudometalhead made their first contribution in #3184
- @RainDance74 made their first contribution in #3255
- @rassilon made their first contribution in #3263
Full Changelog: v7.2.0...v7.3.0
v7.2.0
What's Changed
- Path grouping strategy by @Saibamen in #3152
- Add package README by @martincostello in #3178
- Allow no match to be found to avoid throwing an exception by @moni-dips in #3188
New Contributors
- @moni-dips made their first contribution in #3188
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- Update some nugets by @Saibamen in #3143
- Recreate package lock files by @Saibamen in #3146
- More asserts for
SwaggerGeneratorTests
by @Saibamen in #3147 - Add more HTTP codes to
ResponseDescriptionMap
by @Saibamen in #3148 - Test more WebAPI examples by @Saibamen in #3149
- Fix issue with
[FromForm]
and enums for Controllers by @jgarciadelanoceda in #3164 - Support
[Description]
and[ReadOnly]
by @jgarciadelanoceda in #3162 - Second level inheritance for
UseOneOfForPolymorphism
by @k0ka in #3155 - Avoid exception checking nullability by @martincostello in #3119
- Fix
NotSupportedException
in AoT test project by @martincostello in #3171 - Create
snupkg
files by @martincostello in #3168 - Support of
[JsonPolymorphic]
and[JsonDerivedType]
attributes by @k0ka in #3170
New Contributors
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- Refactor filter descriptor type checks in SwaggerGen by @iskandersierra in #3125
- Apply SwaggerIgnore on Newtonsoft by @jgarciadelanoceda in #3134
- Support .NET 9 by @martincostello in #3007
- Drop support for .NET (Core) versions prior to 8 (except 6) by @martincostello in #3007
- Fix FromForm without WithOpenApi schemas by @jgarciadelanoceda in #3133
New Contributors
- @iskandersierra made their first contribution in #3125
Full Changelog: v6.9.0...v7.0.0
v6.9.0
What's Changed
- Generate Properties whenever there are objects without schema(Not onl… by @jgarciadelanoceda in #3095
- fix: Pass props to multi targeting by @xC0dex in #3107
- Types with TryParse must be set with type string by @jgarciadelanoceda in #3108
- Add native AoT support for ReDoc by @martincostello in #3088
New Contributors
Full Changelog: v6.8.1...v6.9.0
v6.8.1
What's Changed
- Fix issue when applying filters for WithOpenApi extension by @jgarciadelanoceda in #3085
Full Changelog: v6.8.0...v6.8.1
v6.8.0
What's Changed
- Added dependency injection/easy registration for async filters by @tofi92 in #3030
- Improve IncludeXmlComments performance (2) by @mus65 in #3044
- Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by @jgarciadelanoceda in #3059
- Swagger plugins support by @jvmlet in #3056
- Add benchmarks project by @martincostello in #3050
- Fix NuGet badge by @martincostello in #3064
- SwaggerGen - Improved handling of dictionaries with enum key by @flarestudiopl in #3068
- Fix typo by @tom-star119 in #3073
- Do not fill the RequestBody description with the first parameter of a… by @jgarciadelanoceda in #3076
New Contributors
- @tofi92 made their first contribution in #3030
- @mus65 made their first contribution in #3044
- @jvmlet made their first contribution in #3056
- @flarestudiopl made their first contribution in #3068
- @tom-star119 made their first contribution in #3073
Full Changelog: v6.7.3...v6.8.0
v6.7.3
What's Changed
- Fix nested types nullable context check by @VladimirTyrin in #3043
- Use NullabilityInfoContext to determine if member is nullable by @patrikwlund in #3046
New Contributors
- @VladimirTyrin made their first contribution in #3043
Full Changelog: v6.7.2...v6.7.3
v6.7.2
What's Changed
- Use NullabilityInfoContext to determine dictionary value nullability by @patrikwlund in #3041
Full Changelog: v6.7.1...v6.7.2