Skip to content

Releases: thoth-org/Thoth.Json.Giraffe

6.0.0

13 Jun 19:27
Compare
Choose a tag to compare
  • Fix #31: Deserialize date type string as string (by @yang-qu)

6.0.0-beta-001

11 Nov 19:28
Compare
Choose a tag to compare
6.0.0-beta-001 Pre-release
Pre-release
  • Upgrade to Giraffe v6
  • Change the runtime to net6.0

5.0.0

28 May 08:46
Compare
Choose a tag to compare

Added

  • Release stable version

5.0.0-beta-001

27 May 12:44
Compare
Choose a tag to compare
5.0.0-beta-001 Pre-release
Pre-release

Changed

  • Upgrade to Thoth.Json.Net v5
  • Upgrade to Giraffe v5
  • Change the runtime to net5.0

4.3.0

13 Jan 16:35
Compare
Choose a tag to compare

Changed

  • PR #17, Issue #16: Catch exception thrown by JsonTextReader when the request body is empty. To match with Thoth.Json.Net behaviour (by @BennieCopeland)

4.2.0

09 Jun 19:44
Compare
Choose a tag to compare

4.1.0

16 May 20:05
Compare
Choose a tag to compare

Fixed

  • Avoiding aspnet core "Synchronous operations are disallowed" exception (by @MaxDeg)

4.0.0

04 Mar 20:31
Compare
Choose a tag to compare
  • Update to Thoth.Json.Net v4

3.2.0

24 Feb 21:05
Compare
Choose a tag to compare
  • Avoid "Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true." (by @MaxDeg)

3.1.0

12 Nov 09:52
Compare
Choose a tag to compare

Changed

  • Fix #7: Don't dispose the streams we didn't create ourself (by @MaxDeg)