16.0.0 #4
bohdaq
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Resolving .html files without .html in path. If you try to open /folder it will open file folder/index.html
Caching done right. It means no caching and therefore no outdated uncontrollable resources.
Added thread id to log messages
Added tests for controllers
New feature - resolving .html files without .html in path. It means if you try to open /some-html-file it will open file some-html-file.html and won't show 404 not found error
New feature - opening static resources with url search params. Previously server returned 404 not found response if request contains query string parameters /some-html-file?some=param&another for example
Added documentation for Range module
Added functionality to parse response with custom boundary (previously worked only with hardcoded one)
Added proper error handling while parsing malformed multipart response (missing starting or ending boundary)
Added
build
method toResponse
And many more. Checkout changelist
This discussion was created from the release 16.0.0.
Beta Was this translation helpful? Give feedback.
All reactions