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

Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler

1.1.0

29 May 22:47
2f262f0

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;

1.0.1

28 May 17:16
da875bd

Choose a tag to compare

[1.0.1] - 2022-05-28

Full Changelog

Fixes

  • Fix System.IndexOutOfRangeException when format the properties name to camel case;

1.0.0

15 Mar 20:13
e6170d3

Choose a tag to compare

[1.0.0] - 2022-03-15

Breaking Changes

  • Extension .AddProblemDetails(); named to .AddErrorHandler();
  • Extension .UseProblemDetails(); named to .UseErrorHandler();

New Features

  • Added options to be able to define the behavior of the error handler;

Enhancements

  • Normalized logs;