Skip to content

Releases: domaindrivendev/Swashbuckle.AspNetCore

v10.0.1

12 Nov 22:05

Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

11 Nov 14:47
64a36eb

Choose a tag to compare

Swashbuckle.AspNetCore v10.0.0

Important

This release contains major breaking changes.

Read our v10 migration guide for further information.

With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.

Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.

To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:

app.UseSwagger(options =>
{
    options.OpenApiVersion = OpenApiSpecVersion.OpenApi3_1;
});

Tip

It is strongly recommended that you upgrade to Swashbuckle.AspNetCore v9.0.6 before upgrading to v10.

Important

Use of Swashbuckle.AspNetCore with the ASP.NET Core WithOpenApi() method is no longer supported.

What's Changed

Full Changelog: v9.0.6...v10.0.0

v9.0.6

02 Oct 10:20
1070368

Choose a tag to compare

What's Changed

Full Changelog: v9.0.5...v9.0.6

v9.0.5

29 Sep 08:55
ff236ab

Choose a tag to compare

What's Changed

Full Changelog: v9.0.4...v9.0.5

v9.0.4

27 Aug 08:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.3...v9.0.4

v9.0.3

08 Jul 14:03

Choose a tag to compare

What's Changed

Full Changelog: v9.0.2...v9.0.3

v9.0.2

08 Jul 10:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.1...v9.0.2

v9.0.1

13 Jun 17:12

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

13 Jun 15:37

Choose a tag to compare

📣 This release contains the following breaking changes:

  • Drops support for netstandard2.0 and thus .NET Framework - now only net8.0 and net9.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

Full Changelog: v8.1.4...v9.0.0

v8.1.4

04 Jun 08:31
3df2947

Choose a tag to compare

What's Changed

Full Changelog: v8.1.3...v8.1.4