Skip to content

Bump Swashbuckle.AspNetCore from 2.5.0 to 3.0.0 - #5

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Swashbuckle.AspNetCore-3.0.0
Closed

Bump Swashbuckle.AspNetCore from 2.5.0 to 3.0.0#5
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Swashbuckle.AspNetCore-3.0.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps Swashbuckle.AspNetCore from 2.5.0 to 3.0.0.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v3.0.0

Release Summary
Includes two significant changes in addition to a handful of bug fixes and minor enhancements. The generator will now honor the BindRequired and Required attributes on ALL parameters (top-level or property-based) and model properties, flagging the corresponding elements as required in the generated Swagger. Also, the Swagger-specific annotations (SwaggerOperation, SwaggerResponse etc.) have been enhanced, but also extracted from the core functionality into a separate package that consumers need to explicitly install and enable.

Breaking Changes

  • Updates to annotations: To continue using the swagger-specific annotations, you'll need to explicitly install and enable the new Swashbuckle.AspNetCore.Annotations package as described here. Furthermore, the attributes have moved from the SwaggerGen namespace to the Annotations namespace, and the ordering of some constructor parameters has changed. So, you'll need to update and test your use of these attributes.
  • Handling of Required / BindRequired attributes: Previously, parameters and properties had to be decorated with these attributes AND be nullable to be flagged as required in the generated Swagger. This has changed and now those attributes will be honored on ALL parameters and model properties.

Issues Addressed
See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/5?closed=1

Commits
  • 924e97c Update Description in Annotations csproj
  • 21ce80b Merge pull request #788 from tomkerkhove/master
  • d5fa89b Resolve incorrect handling of state in plimbing
  • 82a553c Merge pull request #787 from domaindrivendev/elaborate-annotations
  • 63db062 Add repo url for Swashbuckle.AspNetCore.SwaggerUI
  • 2c7e2a9 Add repo url for Swashbuckle.AspNetCore.SwaggerGen
  • 8a3b4b9 Add repo url for Swashbuckle.AspNetCore.Swagger
  • d07afa7 Add repo url for Swashbuckle.AspNetCore.ReDoc.csproj
  • a87c513 Add repository url for Swashbuckle.AspNetCore
  • 86654ab Cleanup Annotations code and update docs
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #27.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/nuget/Swashbuckle.AspNetCore-3.0.0 branch November 8, 2018 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant