Skip to content

Releases: Kaliumhexacyanoferrat/GenHTTP

Version 2.8.1

28 Feb 22:41
Compare
Choose a tag to compare

Bug Fixes

  • Fix broken pipelining in new parser engine

Release 2.8.0

21 Feb 17:06
Compare
Choose a tag to compare

Utilize pipelines to reduce allocations required to parse a request. There might be some stability issues to be fixed within the following minor versions.

Basic Changes

  • Switch to pipeline based parser (#5)

Release 2.7.3

22 Jan 08:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix duplicate cookies causing requests to fail

Release 2.7.2

20 Jan 14:46
Compare
Choose a tag to compare

Bug Fixes

  • Transform reverse proxy into an IRouter which seems more suitable

Release 2.7.1

20 Jan 12:46
Compare
Choose a tag to compare

Bug Fixes

  • Fix reverse proxy provider attempting to read content when there is none (#40)
  • Fix menu of Lorahost theme not working on mobile devices

Release 2.7.0

17 Jan 13:27
Compare
Choose a tag to compare

Adds an API to easily generate a themed website with common features such as resource bundling or navigation.

Basic Changes

  • Add server manager for easier lifecycle handling (#19)
  • Support Forwarded HTTP Extension (RFC 7239) (#26)

Content Management

  • Add website builder API (#6)

Release 2.6.0

23 Dec 09:35
Compare
Choose a tag to compare

Additional performance improvements and switch to .NET Standard 2.1.

Basic Changes

  • Optimize threading and resource usage of the core engine
  • Switch from regular expressions to simple string operations within the parsing layer
  • Switch to .NET Standard 2.1 (#33)

Release 2.5.0

13 Nov 15:48
Compare
Choose a tag to compare

Changes introduced after analyzing the results of the TechEmpower Benchmarks.

Basic Changes

  • Use compiled regular expressions for 3x faster request handling (#35)

Bug Fixes

  • Fix pipelining not working as expected (#36)

Version 2.4.1

28 Oct 14:05
Compare
Choose a tag to compare

Bug fix release for the new listing provider.

Bug Fixes

  • Fix listing provider generating invalid download links (#28)

Version 2.4

28 Oct 11:08
Compare
Choose a tag to compare

Introduce web service API and a provider for directory listings.

Basic Changes

  • Adapt to release version of .NET Core 3.0

Content Management

  • Add webservice API (#9)
  • Add provider for directory listings (#27)