All Versions
28
Latest Version
Avg Release Cycle
100 days
Latest Release
97 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.1.1
June 01, 2020- 🛠 Fix broken reference to Boxed.AspNetCore.
-
v7.1.0
June 01, 2020- ⬆️ Upgrade Swashbuckle.AspNetCore to 5.4.1.
- ⬆️ Upgrade Microsoft.AspNetCore.JsonPatch to 3.1.4.
-
v7.0.0
January 20, 2020-Bump
Swashbuckle.AspNetCore
to 5.0.0. -
v6.0.1
December 16, 2019-Bump
Swashbuckle.AspNetCore
to 5.0.0-rc5. -
v6.0.0
November 12, 2019- ⬆️ Upgrade to .NET Core 3 SDK and target
netcoreapp3.0
. - ⬆️ Upgrade to
Swashbuckle.AspNetCore
version5.0.0-rc4
for Open API 3 support. - 📦 Switch from NuGet
PackageIconUrl
toPackageIcon
, so the icon is now embedded in the package. - ➕ Added
CorrelationIdOperationFilter
operation filter. - ➕ Added
ProblemDetails
schema filter but this is not yet working so it's internal for now. See domaindrivendev/Swashbuckle.AspNetCore#985. - ✂ Removed
ModelStateDictionary
's schema filter.
- ⬆️ Upgrade to .NET Core 3 SDK and target
-
v5.1.2
June 01, 2020- No functional change.
-
v5.1.1
December 11, 2019- ➕ Add
AddServerTiming
andAddHttpException
extensions toIServiceCollection
.
- ➕ Add
-
v5.1.0
July 14, 2019- ➕ Added FxCop fixes e.g. extra null reference checking and culture insensitive string comparison.