Releases: domaindrivendev/Swashbuckle.AspNetCore
Releases · domaindrivendev/Swashbuckle.AspNetCore
Release list
v10.2.3
What's Changed
- Bump swagger-ui-dist to 5.32.7 by @dependabot in #4015
Full Changelog: v10.2.2...v10.2.3
v10.2.2
What's Changed
- Update NuGet packages by @martincostello in #3990
- Set
SOURCE_DATE_EPOCHby @martincostello in #3997 - Fix
InvalidOperationExceptionif no route matches by @martincostello in #3999 - Fix empty parameter example not generated by @dldl-cmd in #3932
- Map
[MinLength]/[MaxLength]on dictionary properties tominProperties/maxPropertiesby @KitKeen in #3922 - Fix conflicting required+nullable schema when only NonNullableReferen… by @KitKeen in #3912
- Fix
ExposeSwaggerDocumentUrlsRoutebehaviour by @martincostello in #4000 - Use
NUGET_API_KEYby @martincostello in #4006
New Contributors
Full Changelog: v10.2.1...v10.2.2
v10.2.1
What's Changed
- Update Microsoft.OpenApi to 2.7.5 to pick up fix for GHSA-v5pm-xwqc-g5wc by @martincostello in #3974
Full Changelog: v10.2.0...v10.2.1
v10.2.0
What's Changed
- Add
MapSwaggerUIandMapReDocto support endpoint routing by @Strepto in #3822 - Bump version to 10.2.0 by @martincostello in #3872
- Bump swagger-ui-dist from 5.32.1 to 5.32.2 by @dependabot in #3883
- Support
HEADrequests by @snebjorn in #3887 - Use
IAsyncSwaggerProviderin CLItofilecommand by @bt-Knodel in #3910 - Pin runner images by @martincostello in #3944
- Disable npm install scripts by @martincostello in #3946
- Bump redoc from 2.5.2 to 2.5.3 by @dependabot in #3967
New Contributors
- @Strepto made their first contribution in #3822
- @snebjorn made their first contribution in #3887
- @bt-Knodel made their first contribution in #3910
Full Changelog: v10.1.7...v10.2.0
v10.1.7
What's Changed
- Support custom data type for DataTypeAttribute by @tayfunyuksel in #3868
New Contributors
- @tayfunyuksel made their first contribution in #3868
Full Changelog: v10.1.6...v10.1.7
v10.1.6
What's Changed
- Fix handling of duplicate enum values for dictionaries by @martincostello in #3839
- Log exception when app fails to start in CLI by @ODukhno in #3853
- Fix missing OpenAPI 3.1 $ref properties by @martincostello in #3859
- Add description for OpenAPI schema references by @martincostello in #3860
New Contributors
Full Changelog: v10.1.5...v10.1.6
v10.1.5
What's Changed
- Bump swagger-ui-dist from 5.31.1 to 5.32.0 in /src/Swashbuckle.AspNetCore.SwaggerUI by @dependabot in #3814
- Migrate to actions/attest by @martincostello in #3815
- Disable secrets-outside-env audit by @martincostello in #3823
- Update zizmor to 1.23.1 by @martincostello in #3825
- Fix null examples by @jgarciadelanoceda in #3803
- Bump dependencies by @martincostello in #3835
Full Changelog: v10.1.4...v10.1.5
v10.1.4
What's Changed
- Bump swagger-ui-dist from 5.31.0 to 5.31.1 in /src/Swashbuckle.AspNetCore.SwaggerUI by @dependabot in #3792
- Return null on example, as it was with OpenApiNull before by @jgarciadelanoceda in #3793
Full Changelog: v10.1.3...v10.1.4
v10.1.3
What's Changed
- Fix null examples being represented as the string
"null"by @jgarciadelanoceda in #3788
Full Changelog: v10.1.2...v10.1.3
v10.1.2
What's Changed
- Fix browser caching behaviour by @martincostello in #3772
- Fix document URL serialization by @martincostello in #3773
Full Changelog: v10.1.1...v10.1.2