Skip to content

Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler

v2.4.0

13 Nov 00:59
Compare
Choose a tag to compare

2.4.0 (2024-11-13)

Features

v2.3.0

14 Jul 11:01
Compare
Choose a tag to compare

2.3.0 (2024-07-14)

Features

v2.2.1

17 Jun 02:45
Compare
Choose a tag to compare

2.2.1 (2023-06-17)

Bug Fixes

v2.2.0

13 Feb 02:34
Compare
Choose a tag to compare

2.2.0 (2023-02-13)

Features

  • Added UnauthorizedAccessException as default mapped to 401 (07ac0ed)

v2.1.0

09 Nov 21:43
Compare
Choose a tag to compare

2.1.0 (2022-11-09)

Features

  • Added support to .NET 7.0 (4966500)

v2.0.2

03 Sep 20:57
Compare
Choose a tag to compare

2.0.2 (2022-09-03)

Bug Fixes

  • Chnages protected level of the PROBLEM_MEDIA_TYPE_JSON (953bf23)

v2.0.1

03 Sep 20:42
Compare
Choose a tag to compare

2.0.1 (2022-09-03)

Bug Fixes

  • Chnages protected level of the PROBLEM_MEDIA_TYPE_JSON; (de6ad18)
  • Property handler in IProblemFactory (fddd15f)

v2.0.0

03 Sep 18:02
Compare
Choose a tag to compare

2.0.0 (2022-09-03)

Code Refactoring

  • Add new ProblemDetails DTO ErrorProblemDetails extended from ProblemDetails; (21c2e22)
  • Improved property handler (38b827f)
  • rename default property from RequestBody to Payload (d13a56d)

Features

  • Add TimeoutException as default mapped exception to 504 status code (cf42e26)
  • Add human-readable description in error list (089cee3)
  • Add new ExceptionMapper<T>(Status, Property, Code, Description) in options; (e5a01e4)
  • Add support to costumize the status code link and title (4ffde18)
  • Add support to debug in runtime Microsoft.SourceLink.GitHub (e61dc02)
  • Create IProblemFactory (bfeac44)
  • Override default ProblemDetailsFactory (0fb082d)

Tests

  • Add support a tests para multi frameworks (f072c98)

BREAKING CHANGES

  • Removed dependecy from PowerUtils.Text
  • Change the structure of error list in ErrorProblemDetails
  • Change ApiProblemDetailsFactory from public to internal
  • Rename default property from RequestBody to Payload
  • Change ProblemDetailsResponse to ErrorProblemDetails
  • Rename custom ProblemDetailsFactory from ProblemDetailsFactory to ApiProblemDetailsFactory
  • Remove dependency from PowerUtils.Net.Primitives
  • Remove support for .NET 3.1

1.1.1

29 May 23:54
c4382a4
Compare
Choose a tag to compare

[1.1.1] - 2022-05-30

Full Changelog

Fixes

  • Fixed validation payload too large;

1.1.0

29 May 22:47
2f262f0
Compare
Choose a tag to compare

[1.1.0] - 2022-05-29

Full Changelog

Enhancements

  • Added support to error code 413 when the payload too large;