Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FastEndpoints.Swagger from 5.5.0 to 5.7.2 #514

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2023

Bumps FastEndpoints.Swagger from 5.5.0 to 5.7.2.

Release notes

Sourced from FastEndpoints.Swagger's releases.

v5.7.2 Release

IMPROVEMENTS

  • add overload for TagDescriptions() method for adding swagger tag descriptions with tuples #info
  • swagger support for route params with mixed patterns #380
  • misc. improvements to FastEndpoints.Security package internals
  • upgrade all dependencies to latest

v5.7.1 Release

FIXES

  • .net 7 IEndpointFilter classes not executing correctly #info
  • object disposed exeception when signing with assymetric key #372
  • STJ trying to bind json object as IEnumerable when dto prop is IDictionary #info

v5.7 Release

NEW

  • easy cookie auth support via FastEndpoints.Security package #info
  • add SendInterceptedAsync() method to endpoint class for compatibility with FluentResults package #365

IMPROVEMENTS

  • auto send 415 response if endpoint specifies content-types but request doesn't have any content-type headers #info
  • better handling of inherited ICommandHandler #info

FIXES

  • jwt refresh token renewal privileges were not correctly set if awaiting a task in the method #368

v5.6 Release

CHANGES

  • AddAuthenticationJWTBearer() has been renamed to AddJWTBearerAuth() and signature changed #info

NEW

  • customize dto property binding failure message #356
  • ability to specify jwt bearer events with AddJWTBearerAuth() #359

IMPROVEMENTS

  • send 400 error response with json body instead of 500 exception when STJ throws #360
  • not fail modelbinding if queryparam is empty and dto property is nullable #info
Commits
  • 9d983c2 add TagDescriptions() overload for tuples
  • 810d75e upgrade deps to latest
  • 6ad4174 update build props
  • 2eba981 consolidate permissions claim name
  • b982ee7 bump version
  • 396d84a improve route constraint regex
  • 6d6eed1 improve swagger route constraints stripping
  • 12ba82c improve swagger route param decoding
  • e9bdf7d allow colon character in route pattern #380
  • c9834c6 delete workflow file
  • 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)

Bumps [FastEndpoints.Swagger](https://github.com/FastEndpoints/Library) from 5.5.0 to 5.7.2.
- [Release notes](https://github.com/FastEndpoints/Library/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.5...v5.7.2)

---
updated-dependencies:
- dependency-name: FastEndpoints.Swagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #519.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/nuget/FastEndpoints.Swagger-5.7.2 branch March 6, 2023 20:10
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.

0 participants