Skip to content

Releases: ofpinewood/http-exceptions

2.1-beta2

07 Jul 11:04
Compare
Choose a tag to compare
2.1-beta2 Pre-release
Pre-release
  • Validation exception improvements.
  • HttpExceptions are now serializable.
  • ExceptionDetails are resulted as SerializableExceptions.

Changes:

  • d2c8673 Add IValidationErrorException and ProblemDetailsExtensionMembers.Errors
  • e18b3df disable test for netcore30
  • c4a5a54 fix tests
  • 5524790 SerializableExceptionTests
  • 8efc90b Make HttpExceptions serializable
  • 5b6db1b WIP
  • 0b92110 Update documentation and package description

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=196&view=logs).

2.1-beta1

06 Jul 15:24
Compare
Choose a tag to compare
2.1-beta1 Pre-release
Pre-release

HttpExceptions serializable and replace ExceptionDetails with SerializableException

Changes:

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=194&view=logs).

2.0

30 Jun 13:26
36cc491
Compare
Choose a tag to compare
2.0

You are now not limited anymore to returning exception results as Problem Details, but you can now create mappers for your own custom formats.
Also added support for .Net Core 3.0 (3.0.100-preview6-012264).

Improvements/Features

  • #21 .Net Core 3.0 support
  • #15 Return custom error responses (not RFC7807 Problem Details)

Changes:

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=189&view=logs).

2.0-beta2

30 Jun 10:42
Compare
Choose a tag to compare
2.0-beta2 Pre-release
Pre-release

Added support for .Net Core 3.0 (3.0.100-preview6-012264).

Improvements/Features

  • #21 .Net Core 3.0 support

Changes:

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=182&view=logs).

1.2

30 Jun 10:31
b1da175
Compare
Choose a tag to compare
1.2

Use rfc7231 docs as info for status codes (https://tools.ietf.org/html/rfc7231).

As part of this release we had 1 issues closed.

Bugs

No bugs were fixed in this release.

Improvements/Features

  • #17 Use rfc7231 docs as info for status codes

Changes:

  • b1da175 Use rfc7231 docs as info for status codes (#25) [ #17 ]

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=181&view=logs).

2.0-beta1

24 Jun 19:34
4986ad5
Compare
Choose a tag to compare
2.0-beta1 Pre-release
Pre-release

Added support for .Net Core 3.0 (3.0.100-preview6-012264).

Improvements/Features

  • #21 .Net Core 3.0 support

Changes:

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=176&view=logs).

1.1.1

23 Jun 19:21
1853b41
Compare
Choose a tag to compare

Change UseInvalidModelStateResponseFactory to SuppressInvalidModelStateResponseFactoryOverride.

Changes:

  • 1853b41 Change UseInvalidModelStateResponseFactory setting (#20)

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=162&view=logs).

1.1

23 Jun 18:56
514ef97
Compare
Choose a tag to compare
1.1

Handle error responses without an exception, e.g. 401 Unauthorized responses.

By default override the Microsoft.AspNetCore.Mvc.ApiBehaviorOptions.InvalidModelStateResponseFactory and related settings
and use the configured ExceptionMappers. This can be disabled by setting HttpExceptionsOptions.UseInvalidModelStateResponseFactory.

As part of this release we had 1 issues closed.

Bugs

No bugs were fixed in this release.

Improvements/Features

  • #7 Handle error responses without an exception

Development

  • Add code coverage report, and improve code coverage

Changes:

  • 4ef2db8 Add code coverage, and improve code coverage (#18)
  • 5e7bffe Handle error responses without an exception (#16) #10 #7

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=158&view=logs).

1.0

20 Jun 10:59
309f971
Compare
Choose a tag to compare
1.0

Basic functionality was implemented for this initial release.

As part of this release we had 5 issues closed.

Bugs

There where no bugs in the this release ;)

Improvements/Features

  • #4 In "development" the full exception details need to be returned
  • #3 All exceptions need to be handled by the middleware
  • #2 Configure custom ProblemDetails.Type formatting in the HttpExceptionsOptions
  • #1 Configure custom ProblemDetails.Title formatting in the HttpExceptionsOptions

Changes:

This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=130&view=logs).