Skip to content

Bump FastEndpoints from 5.1.0 to 5.2.1#43

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps FastEndpoints from 5.1.0 to 5.2.1.

Release notes

Sourced from FastEndpoints's releases.

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
  • add EndpointVersion() method to EndpointDefinition for use with global config #209
  • TokenValidationParameters config action argument for AddAuthenticationJWTBearer() method #268
  • HttpContext.MarkResponseStart() and HttpContext.ResponseStarted() extension methods #230
  • complex object binding from query parameters #238 #245 #254 #266

FIXES

  • pre/post processor collection modification bug #224
  • response dto initialization not working with array types #225
  • unable to instantiate validators for unit tests #info
  • nested schema resolving in nswag operation processor #info
  • concurrent test execution bug #224
  • workaround for grpc wildcard route match conflict #info
  • plain text request fails if request contains json content type #info
  • NRE when publishing an event and no handlers are registered #259

IMPROVEMENTS

  • remove notnull constraint from TResponse generic argument of endpoint class
  • Logger endpoint property now uses ILoggerFactory to create loggers
  • apply validation rules from included/foreach validators #270
  • better unit testability of endpoints with mappers #info
  • json object array string binding of requests from swagger ui
  • optimize default request binder by reducing allocations
  • better swagger schema resolving
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.2.1.
- [Release notes](https://github.com/FastEndpoints/Library/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.1...v5.2.1)

---
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 17, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 31, 2022

Copy link
Copy Markdown
Author

Superseded by #46.

@dependabot dependabot Bot closed this Oct 31, 2022
@dependabot
dependabot Bot deleted the dependabot/nuget/FastEndpoints-5.2.1 branch October 31, 2022 00:25
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