nefarius / vicius

Nefarius' nŏvīcĭus universal software updater agent for Windows.
https://docs.nefarius.at/projects/Vicius
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Bump FastEndpoints.Swagger and FastEndpoints #37

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps FastEndpoints.Swagger and FastEndpoints. These dependencies needed to be updated together. Updates FastEndpoints.Swagger from 5.25.0 to 5.26.0

Release notes

Sourced from FastEndpoints.Swagger's releases.

v5.26 Release


✨ Looking For Sponsors ✨

FastEndpoints needs sponsorship to sustain the project. Please help out if you can.


New 🎉

FastEndpoints now ships with built-in endpoint idempotency support built around the OutputCaching middleware.

In addition to the Verbs you specify at the endpoint level, you can now specify Verbs to be added to endpoints with the global configurator as well as endpoint groups like so:

//global configurator
app.UseFastEndpoints(
   c => c.Endpoints.Configurator =
            ep =>
            {
                ep.AdditionalVerbs(Http.OPTIONS, Http.HEAD);
            })

//endpoint group sealed class SomeGroup : Group { public SomeGroup() { Configure( "prefix", ep => { ep.AdditionalVerbs(Http.OPTIONS, Http.HEAD); }); } }

... (truncated)

Commits
  • 55502a1 v5.26 release
  • edb3836 workaround for nswag nullable enum schema issue
  • 5c7a5f3 upgrade bench project
  • b2e72e2 add using statement to acl generator
  • 30c5645 upgrade dependencies to latest
  • 4e84fec Update changelog
  • c65f5af Cleanup comments
  • 9d4f03a Enum collection support from query params
  • 1066f30 Update Swgger doc snapshots
  • 1f28ba9 Fix params parsing when path is using Google rest api guidelines (#693)
  • Additional commits viewable in compare view


Updates FastEndpoints from 5.25.0 to 5.26.0

Release notes

Sourced from FastEndpoints's releases.

v5.26 Release


✨ Looking For Sponsors ✨

FastEndpoints needs sponsorship to sustain the project. Please help out if you can.


New 🎉

FastEndpoints now ships with built-in endpoint idempotency support built around the OutputCaching middleware.

In addition to the Verbs you specify at the endpoint level, you can now specify Verbs to be added to endpoints with the global configurator as well as endpoint groups like so:

//global configurator
app.UseFastEndpoints(
   c => c.Endpoints.Configurator =
            ep =>
            {
                ep.AdditionalVerbs(Http.OPTIONS, Http.HEAD);
            })

//endpoint group sealed class SomeGroup : Group { public SomeGroup() { Configure( "prefix", ep => { ep.AdditionalVerbs(Http.OPTIONS, Http.HEAD); }); } }

... (truncated)

Commits
  • 55502a1 v5.26 release
  • edb3836 workaround for nswag nullable enum schema issue
  • 5c7a5f3 upgrade bench project
  • b2e72e2 add using statement to acl generator
  • 30c5645 upgrade dependencies to latest
  • 4e84fec Update changelog
  • c65f5af Cleanup comments
  • 9d4f03a Enum collection support from query params
  • 1066f30 Update Swgger doc snapshots
  • 1f28ba9 Fix params parsing when path is using Google rest api guidelines (#693)
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)