Skip to content

Releases: j-ulrich/http-status-codes-cpp

1.5.0

03 Jan 19:07
Compare
Choose a tag to compare

Changed

  • [#21] Code NotExtended (510) is marked as obsoleted.

1.4.0

04 Nov 23:32
Compare
Choose a tag to compare

Updates and adds missing status codes from the IANA registry.

Added

  • [#17] Added codes MisdirectedRequest (421), TooEarly (425), ContentTooLarge (413) and UnprocessableContent (422).
    The existing codes PayloadTooLarge (413) and UnprocessableEntity (422) are kept for backward compatibility.

Changed

  • [#12] Updated GTest to 1.8.1 to fix deprecation warnings with recent compilers.
  • [#17] Updated the reason phrases for PayloadTooLarge (413), UnprocessableEntity (422) and GatewayTimeout (504).

Fixed

  • {C++11} Added missing Code::xxx_max enumerator.

1.3.0

21 Feb 00:20
Compare
Choose a tag to compare

Added

  • Support for custom (error) codes by ensuring the enums can hold values up to 1023.

1.2.0

06 Jan 14:32
4e75689
Compare
Choose a tag to compare

Added

  • [#5/#6]{C++11} toInt() conversion function.

1.1.1

13 Nov 23:45
Compare
Choose a tag to compare

Fixed

  • Some QNetworkReply::NetworkError codes were not available in Qt before 5.3.

1.1.0

06 Oct 23:13
c16c1ce
Compare
Choose a tag to compare

Adds missing status codes from the IANA registry.

Added

  • Status codes 103 Early Hints, 208 Already Reported, 508 Loop Detected and 510 Not Extended

Fixed

  • Removed redundant "HttpStatus_XXX" documentation comments in C variant.