Skip to content

Releases: ofpinewood/http-exceptions

4.0.3

11 Apr 08:25
6188a52
Compare
Choose a tag to compare

What's Changed

  • Fixed adding the same keys to serializable exception data by @terroj in #104

New Contributors

Full Changelog: 4.0.2...4.0.3

4.0.2

13 Jan 20:08
aec1b7f
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

4.0.1

30 Dec 09:46
bc6cff1
Compare
Choose a tag to compare

Changes:

  • bc6cff1 Bump Microsoft.AspNetCore.Authentication.JwtBearer versions

This list of changes was auto generated.

4.0

30 Dec 09:08
daec0e0
Compare
Choose a tag to compare
4.0

Changes:

See More

This list of changes was auto generated.

3.0.3

23 Oct 08:57
833c42b
Compare
Choose a tag to compare

Changes:

  • 833c42b Merge pull request #97 from ofpinewood/feature/PaymentRequiredException [ #96 ]
  • 589cf8e Add PaymentRequiredException
  • 4ccb29d Merge pull request #95 from ofpinewood/feature/config-pipeline-updates
  • 61390be Update PublishCodeCoverageResults #94
  • f08dc0e Update to gittools in pipeline #93
  • 4d04f8f Update .editorconfig #92
  • 91e54a1 Update code coverage packages #90 (#91)
  • 509e0e2 Bump Microsoft.AspNetCore.Authentication.JwtBearer (#87)
  • fde7397 Bump Microsoft.AspNetCore.Authentication.JwtBearer (#88)
  • 9103593 Add NOTICE.md
See More

This list of changes was auto generated.

3.0.2

22 Dec 10:45
2ab3786
Compare
Choose a tag to compare

Add System.Text.Json.JsonElement deserializing to TryParseErrors.

Changes:

  • 2ab3786 Add System.Text.Json.JsonElement deserializing to TryParseErrors (#73)

This list of changes was auto generated.

3.0.1

14 Dec 09:43
a94f17f
Compare
Choose a tag to compare

Update for .Net 5.0

Changes:

This list of changes was auto generated.

3.0

11 Dec 15:42
b126647
Compare
Choose a tag to compare
3.0
  • Add options to override the Map* methods on the mappers from a Func on the options.
  • Add serialization helper methods to the Opw.HttpExceptions.AspNetCore package.

Changes:

  • b126647 Add serialization helper methods to the Opw.HttpExceptions.AspNetCore package #61 (#67)
  • f83ffcf Improve code coverage #57 #66
  • 9cebe91 Update README
  • 5848523 Fix test
  • 084cc07 Merge from master
  • 9c7e2f7 Add the option to override the MapDetail methods on the mappers from a Func on the options. #53 (#65)
  • 4b01eda Add the option to override the MapStatus methods on the mappers from a Func on the options. #54 (#64)
  • 78bf6fa Add the option to override the MapTitle methods on the mappers from a Func on the options. #55 (#63)
  • a91ce6f Add the option to override the MapInstance methods on the mappers from a Func on the options. #56 (#62)
  • 75f9ff7 Improve code coverage (#52) [ #51 ]
See More
  • 357db4f Use a helplink as the default for the ProblemDetails.Type property (#50) [ #49 ]

This list of changes was auto generated.

2.8

07 May 17:06
9470805
Compare
Choose a tag to compare
2.8

Include extra properties on custom exceptions in the exception details.

Changes:

This list of changes was auto generated.

2.7

26 Apr 08:09
31e6be6
Compare
Choose a tag to compare
2.7

Made using a help link for ProblemDetails type property configurable in the options.

Changes:

This list of changes was auto generated.