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.2.1 to 5.5.0 #472

Merged
merged 1 commit into from Dec 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2022

Bumps FastEndpoints.Swagger from 5.2.1 to 5.5.0.

Release notes

Sourced from FastEndpoints.Swagger's releases.

v5.5 Release

NEW

  • jwt refresh token support #info
  • export swagger json file with dotnet run/ms build #348
  • specify binding sources for the default request binder #info

IMPROVEMENTS

  • tighten up even handling to support long-running processes
  • upgrade fluentvalidations pkg to latest
  • add safeguard against security policiy builder execution order change
  • adjust default jwt verification clock skew to 60 seconds

v5.4.1 Release

CHANGELOG

  • upgrade nswag to latest (.net 7 support)
  • fix swagger response dto property description not appearing if case not matched.

v5.4 Release

NEW

  • shortcut app.UseSwaggerGen() as an alternative to app.UseOpenApi() + app.UseSwaggerUi3()
  • choose swagger tag naming strategy with AddSwaggerDoc() method #330
  • provide descriptions for response dto properties using the endpoint summary #info

FIXES

  • roles requirement issue with attribute based config #info
  • bug in command handlers and scoped service resolving #324

IMPROVEMENTS

  • reduce startup time
  • validate swagger startup config order
  • optimize value parser functionality
  • service resolver refactors

v5.3.2 Release

FIXES

  • swagger operation processor culture-info issue in docker #314

IMPROVEMENTS

  • swagger request & response example serialization
  • add extension method to easily obtain EndpointDefinition in a nswag op-processor #311
  • remove internal only code from default nswag op-processor #311
  • unit testability for endpoints with createdat/linkgenerator #info

v5.3.1 Release

HOTFIX

  • IEventHandler based event handler classes requiring a parameterless constructor #308

IMPROVEMENTS

  • remove readonly request dto properties from swagger doc #306
  • capitalize first letter of swagger auto tags based on path segment

... (truncated)

Commits
  • 8af1c20 v5.5 release
  • da69c70 fix typo
  • b608ecb Merge remote-tracking branch 'origin/main' into main
  • c7c065f safeguard against security policy builder execution order change
  • 7f2b9b3 Accept an optional CancellationToken parameter on async map-related methods...
  • 488f1b8 cleanups Types class
  • a0ee29e specify binding sources for the default request binder
  • d6e9000 export swagger json
  • f62d9ed upgrade fluentvalidations pkg
  • 705369f generator project debug settings
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2022
Bumps [FastEndpoints.Swagger](https://github.com/FastEndpoints/Library) from 5.2.1 to 5.5.0.
- [Release notes](https://github.com/FastEndpoints/Library/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.2.1...v5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/FastEndpoints.Swagger-5.5.0 branch from d37fb77 to 93b94e0 Compare December 20, 2022 18:20
@ardalis ardalis merged commit 0215110 into main Dec 21, 2022
@dependabot dependabot bot deleted the dependabot/nuget/FastEndpoints.Swagger-5.5.0 branch December 21, 2022 04:16
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.

None yet

1 participant