Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Swashbuckle.AspNetCore.Filters from 5.0.2 to 7.0.2.

Changelog

Sourced from Swashbuckle.AspNetCore.Filters's changelog.

[7.0.2] - 2021-04-03

Fixed

  • Fixed License

[7.0.1] - 2021-04-03

Added

  • Add symbols NuGet package

[7.0.0] - 2021-04-03

Security

  • PR #176 update NuGet packages

Changed

  • PR #178 dependency cleanup

Added

  • PR #179 introduce Swashbuckle.AspNetCore.Filters.Abstractions package so that IExamplesProvider can be consumed without Swashbuckle dependency.
  • Target .NET 5.0
  • Microsoft.SourceLink.GitHub NuGet reference

Removed

  • Issue #174 remove ExcludeObsoletePropertiesResolver and NewtonsoftJson dependency.

[6.1.0] - 2021-02-15

Added

  • Issue #171 support auto example for ProducesDefaultResponseType.

[6.0.1] - 2020-10-16

Fixed

  • PR #161 restore NewtonsoftJson dependency.

[6.0.0] - 2020-09-27

Fixed

  • Issue #132 Support [System.Text.JsonPropertyNameAttribute]. This is a breaking change which rewrote how the examples are generated. Instead of explicitly using Newtonsoft's JsonConvert.SerializeObject(), I now use whichever JSON serializer is registered with the MVC pipeline, i.e. during services.AddControllers().

Removed

  • contractResolver and jsonConverter parameters from [SwaggerRequestExampleAttribute].
  • contractResolver and jsonConverter parameters from [SwaggerResponseExampleAttribute].
  • Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency.

Changed

  • If you are using options.IgnoreObsoleteProperties(); and you want your Examples to not have the obsolete properties, then you will need to register my custom Newtonsoft ExcludeObsoletePropertiesResolver, e.g.
services.AddControllers()
    .AddNewtonsoftJson(opt =>
    {
</tr></table> 

... (truncated)

Commits
  • 327c796 Publish symbols package hopefully
  • d164e98 Issue #174 remove ExcludeObsoletePropertiesResolver and NewtonsoftJson depend...
  • 22aa02b Upgrade test project from .NET core 3.0 to 3.1.
  • 54f946e Create Abstractions Package (#179)
  • de3509a Update Changelog again
  • 6529d0e Merge branch 'buvinghausen-master'
  • 270f77e Merge from master
  • 756d6c7 Tidy up Changelog
  • 9a00ac9 Update Scrutor, Newtonsoft.Json and Microsoft.OpenApi packages (#176)
  • 8f4ab97 misc fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .github/dependabot.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant