Releases: Kaliumhexacyanoferrat/GenHTTP
Releases · Kaliumhexacyanoferrat/GenHTTP
Version 5.1
Bug Fixes
- Fix directory listing no longer showing modification date of folders (#153)
- Fix handling of
Task
instances returned by controllers / web service methods to be inconsistent (#154)
Basic Changes
IHandler
instances can now perform computation heavy work on initialization instead of on first request (#140)
Content Management
Version 5.0
Version 4.1.0
Version 4.0.0
Basic Changes
- Split
GenHTTP.Modules.Core
into various modules (#91) - Rename
GenHTTP.Core
toGenHTTP.Engine
(#91) - Add nuget meta package
GenHTTP.Core
with basic dependencies (#91) - Add icon for nuget packages (#89)
Content Management
- Add framework to develop pages based on the MVC pattern (#46)
- Add module to render pages from Markdown (#96)
- Allow description of pages to be specified (#94)
Thanks @ondator, @MonoDepth for your PRs!
Version 3.2.2
Bug Fixes
- Allow upstream handlers to return content for HTTP 204 (#90)
Version 3.2.1
Bug Fixes
- Fix
Content-Length
header not being set for empty responses (#84)
Version 3.2.0
Version 3.1.0
Content Management
- Add support for Basic Authentication (#13)
Bug Fixes
- Fix encoding of query parameters when passing requests to an upstream handler
Version 3.0.3
Basic Changes
- Will now write the last chunk of a response with
TCP_NODELAY
Version 3.0.2
Basis Changes
- Fix code paths that might lead the server to lock a thread