Releases: domaindrivendev/Swashbuckle.AspNetCore
Releases · domaindrivendev/Swashbuckle.AspNetCore
v9.0.6
What's Changed
- Bump redoc from 2.5.0 to 2.5.1 by @dependabot in #3587
- Bump swagger-ui from 5.29.1 to 5.29.2 by @dependabot in #3595
Full Changelog: v9.0.5...v9.0.6
v9.0.5
What's Changed
- .NET 10 preparation by @martincostello in #3565
- Update NuGet packages by @martincostello in #3573
- Fix anchors by @martincostello in #3577
- Bump swagger-ui-dist from 5.27.1 to 5.29.1
Full Changelog: v9.0.4...v9.0.5
v9.0.4
What's Changed
- Fix incorrect
ETag
values by @martincostello in #3490 - Fix
Accept-Encoding
parsing by @martincostello in #3492 - Check
Accept-Encoding
quality by @martincostello in #3493 - Update xunit packages by @martincostello in #3500
- Add release notes configuration by @martincostello in #3502
- Simplify release workflow by @martincostello in #3503
- Bump xunit dependencies by @martincostello in #3508
- Update NuGet dependencies by @martincostello in #3513
- Remove
WebHost
usage from tests by @martincostello in #3517 - Fix typos by @martincostello in #3520
- Sign-off commits by @martincostello in #3526
- Add zizmor by @martincostello in #3528
- Fix permissions by @martincostello in #3529
- Bump zizmor by @martincostello in #3535
- Add default
$type
discriminator for[JsonPolymorphic]
by @lilinus in #3496 - Update NuGet dependencies by @martincostello in #3545
New Contributors
Full Changelog: v9.0.3...v9.0.4
v9.0.3
What's Changed
- Fix incorrect
Content-Length
for swagger-ui and Redoc static assets by @martincostello in #3488
Full Changelog: v9.0.2...v9.0.3
v9.0.2
What's Changed
- Generate SBOM by @martincostello in #3468
- Compress swagger-ui and Redoc files in embedded resources with GZip by @stratosblue in #3399
- Refactor GZip compression by @martincostello in #3480
New Contributors
- @stratosblue made their first contribution in #3399
Full Changelog: v9.0.1...v9.0.2
v9.0.1
What's Changed
- Fix missing Swashbuckle.AspNetCore metapackage dependencies by @martincostello in #3460
Full Changelog: v9.0.0...v9.0.1
v9.0.0
📣 This release contains the following breaking changes:
- Drops support for
netstandard2.0
and thus .NET Framework - now onlynet8.0
andnet9.0
are supported. - Removes all public members annotated as
[Obsolete]
in previous releases. - Removes the deprecated
--serializeasv2
option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversion
from version 8.0.0.
What's Changed
- Add tests for
[Range]
and respectParseLimitsInInvariantCulture
property by @martincostello in #3448 - Fix
[Range]
behaviour by @martincostello in #3449 - Refactor sample websites by @martincostello in #3450
- Drop netstandard support by @martincostello in #3422
Full Changelog: v8.1.4...v9.0.0
v8.1.4
What's Changed
- Avoid
ArgumentNullException
being thrown generating examples by @skironDotNet in #3444
Full Changelog: v8.1.3...v8.1.4
v8.1.3
What's Changed
- Re-enable MyGet publishing by @martincostello in #3421
- Improve test reliability by @martincostello in #3423
- Fix conflicting Git/EditorConfig settings by @martincostello in #3430
- Add integration test logging by @martincostello in #3431
- Disable Static Web Assets by @martincostello in #3432
- Typo fixes by @martincostello in #3433
- Fix HumanizeHrefTags not working when see tag spans over multiple lines by @Focus1337 in #3435
- Revert #3377 by @martincostello in #3436
New Contributors
- @Focus1337 made their first contribution in #3435
Full Changelog: v8.1.2...v8.1.3
v8.1.2
What's Changed
- Update to fix Lists/Arrays of nullables not getting marked as nullable by @Scarecrow7250 in #3364
- Add build timeout by @martincostello in #3370
- Bump redoc to 2.5.0 by @dependabot in #3374
- Add test analytics by @martincostello in #3376
- Fix schema for nullable enums by @ItsVeryWindy in #3377
- [Docs] Split readme md by @peter-csala in #3405
- [Docs] Improve the formatting of documentation files by @peter-csala in #3409
- Spruce-up the READMEs by @martincostello in #3410
- Migrate to slnx by @martincostello in #3411
- Documentation refresh by @martincostello in #3412
- Bump swagger-ui to 5.22.0 by @dependabot in #3417
New Contributors
- @Scarecrow7250 made their first contribution in #3364
- @ItsVeryWindy made their first contribution in #3377
- @peter-csala made their first contribution in #3405
Full Changelog: v8.1.1...v8.1.2