Skip to content

Releases: Kaliumhexacyanoferrat/GenHTTP

Version 9.3

11 Dec 10:04
8a47e66
Compare
Choose a tag to compare

Content

Thanks

  • @Matasx for their feature contributions and code reviews

Version 9.2

29 Nov 12:51
1502dd9
Compare
Choose a tag to compare
  • Add adapter to use GenHTTP modules in ASP.NET Core (#557)
  • Allow to customize serialization formats by passing options (#564)

Version 9.1

22 Nov 11:47
aa45ed5
Compare
Choose a tag to compare

Version 9.0

13 Nov 10:43
Compare
Choose a tag to compare

General Changes

  • This release removes all website rendering capabilities as announced in #496
  • This release supports .NET 8 & 9, dropping support for .NET 6 & 7
  • Modernize server code to match current standards (#517, #516, #515)
  • Adds Kestrel as a new server engine (#526)

Content

Version 8.6

01 Jul 11:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.5.0...v8.6

Version 8.5

04 Jun 06:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.5.0

Version 8.4

28 May 08:29
081797a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.3.0...v8.4.0

Version 8.3

23 Apr 14:02
64284c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

Version 8.2

12 Mar 11:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.2.0

Version 8.1.1

26 Feb 13:27
Compare
Choose a tag to compare

Bug Fixes

  • Fixed async methods with return types derived from Task<> or ValueTask<> not to be undwraped as expected (#464)