Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 1133f74

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2022-09-03) ### Code Refactoring * Add new ProblemDetails DTO `ErrorProblemDetails` extended from `ProblemDetails`; ([21c2e22](21c2e22)) * Improved property handler ([38b827f](38b827f)) * rename default property from `RequestBody` to `Payload` ([d13a56d](d13a56d)) ### Features * Add `TimeoutException` as default mapped exception to 504 status code ([cf42e26](cf42e26)) * Add human-readable description in error list ([089cee3](089cee3)) * Add new `ExceptionMapper<T>(Status, Property, Code, Description)` in options; ([e5a01e4](e5a01e4)) * Add support to costumize the status code link and title ([4ffde18](4ffde18)) * Add support to debug in runtime `Microsoft.SourceLink.GitHub` ([e61dc02](e61dc02)) * Create `IProblemFactory` ([bfeac44](bfeac44)) * Override default `ProblemDetailsFactory` ([0fb082d](0fb082d)) ### Tests * Add support a tests para multi frameworks ([f072c98](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 parent 38b827f commit 1133f74

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [2.0.0](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/compare/v1.0.1...v2.0.0) (2022-09-03)
2+
3+
4+
### Code Refactoring
5+
6+
* Add new ProblemDetails DTO `ErrorProblemDetails` extended from `ProblemDetails`; ([21c2e22](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/21c2e221bef21e8fe6f4ef2bbf4e29d9b323401d))
7+
* Improved property handler ([38b827f](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/38b827f4c21570d126daaa8c81fcfcc86620e4db))
8+
* rename default property from `RequestBody` to `Payload` ([d13a56d](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/d13a56d942675da2fd2abf9539d522973994bd49))
9+
10+
11+
### Features
12+
13+
* Add `TimeoutException` as default mapped exception to 504 status code ([cf42e26](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/cf42e26d0cbbc96116e319a7c67126e252e952d9))
14+
* Add human-readable description in error list ([089cee3](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/089cee31e7daaf2417628beaf75446f556149e67))
15+
* Add new `ExceptionMapper<T>(Status, Property, Code, Description)` in options; ([e5a01e4](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/e5a01e4a1c65e9e2737e128c4b6f0bb1e79b0661))
16+
* Add support to costumize the status code link and title ([4ffde18](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/4ffde1809d0e6a9565515f20b9d3ca7cf5048ae9))
17+
* Add support to debug in runtime `Microsoft.SourceLink.GitHub` ([e61dc02](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/e61dc02a4393e0acc33a55cbf5cf7043976492cb))
18+
* Create `IProblemFactory` ([bfeac44](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/bfeac44c1def3a797abae8462cc5d792abf6dc6b))
19+
* Override default `ProblemDetailsFactory` ([0fb082d](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/0fb082d82f577f74f0b6777af35e19611cab69dd))
20+
21+
22+
### Tests
23+
24+
* Add support a tests para multi frameworks ([f072c98](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/commit/f072c98a22169e1f8e886ca3a2b38e573c172e51))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* Removed dependecy from `PowerUtils.Text`
30+
* Change the structure of error list in `ErrorProblemDetails`
31+
* Change `ApiProblemDetailsFactory` from public to internal
32+
* Rename default property from `RequestBody` to `Payload`
33+
* Change `ProblemDetailsResponse` to `ErrorProblemDetails`
34+
* Rename custom `ProblemDetailsFactory` from `ProblemDetailsFactory` to `ApiProblemDetailsFactory`
35+
* Remove dependency from `PowerUtils.Net.Primitives`
36+
* Remove support for `.NET 3.1`
37+
138
# [1.1.1](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/compare/v1.1.0...v1.1.1) (2022-05-30)
239

340

@@ -47,4 +84,4 @@
4784

4885
### Enhancements
4986

50-
- Normalized logs;
87+
- Normalized logs;

0 commit comments

Comments
 (0)