Skip to content

Bump FastEndpoints from 5.1.0 to 5.3.0#46

Closed
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/nuget/FastEndpoints-5.3.0
Closed

Bump FastEndpoints from 5.1.0 to 5.3.0#46
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/nuget/FastEndpoints-5.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 31, 2022

Copy link
Copy Markdown

Bumps FastEndpoints from 5.1.0 to 5.3.0.

Release notes

Sourced from FastEndpoints's releases.

v5.3 Release

NEW

  • command bus pattern messaging #info
  • ability to publish events from anywhere #info
  • constructor injection support for event handlers #info
  • type safety for the shortcut http verb methods such as Get(), Post(), etc. #info
  • dependency resolving support for endpoint Configure() method
  • custom value parser registration at startup for any given type #info
  • specify whether to execute global pre/post processors before or after endpoint level processors #info
  • [DontInject] attribute for preventing property injection of endpoint properties
  • add Verbs(...) overload that can take any string #299

IMPROVEMENTS

  • make IEventHandler<TEvent> public and remove requirement of FastEventHandler<TEvent>#info
  • move attribute classes to a separate package FastEndpoints.Attributes #info
  • remove read-only properties from swagger request body #283
  • non-conforming DI container support #289
  • remove previously deprecated scoped validator support

FIXES

  • swagger response examples not honoring serializer settings #280
  • swagger request property xml examples not picked up for route params #287
  • property injection not working on sub-classes #292

v5.2.1 Release

HOTFIX

  • authorize attribute related NRE #281

NEW

  • x.TagDescriptions() method for swagger to supply tag descriptions #278

v5.2 Release

CHANGES

  • signature of global error response builder func has changed to include the HttpContext #docs
  • security related methods such as ep.Roles(...) in global config will now compound what's being done in the endpoint config #docs

NEW

  • support .net 7.0 via multi targeting
  • endpoint configuration with groups and sub/nested groups #docs
  • complex object binding from json object strings for query/forms/claims/headers #docs
  • ability to filter out non-fastendpoints from swagger docs #docs
  • filtering (endpoint inclusion) for swagger documents #docs
  • specify endpoint summary and description with xml comments #info
  • specify dto property level examples with xml comments #276
  • specify response examples with EndpointSummary #205
  • [Throttle(...)] attribute for configuring endpoints #227
  • min endpoint version support for AddSwaggerDoc() #244
  • non-conforming DI container support #243
  • endpoint unit testing support for attribute based config #docs
  • asymmetric jwt signing support in FastEndpoints.Security pkg #249

... (truncated)

Commits

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](https://github.com/FastEndpoints/Library) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/FastEndpoints/Library/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.1...v5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 7, 2022

Copy link
Copy Markdown
Author

Superseded by #48.

@dependabot dependabot Bot closed this Nov 7, 2022
@dependabot
dependabot Bot deleted the dependabot/nuget/FastEndpoints-5.3.0 branch November 7, 2022 00:21
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