Releases: fbbdev/node-fastcgi
Releases · fbbdev/node-fastcgi
v2.0.0
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
15 Jul 18:40
Breaking changes
The minimum supported NodeJS version is now v14.x
Improvements
Development dependencies have been updated, some deprecated dependencies have been removed
Input/Output stream implementations are now more robust and some overhead has been removed
Bug Fixes
Fixed a bug where the input stream would get stuck when handling large amounts of data (see PR #24 )
v1.3.3
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
08 Feb 16:11
Update development dependencies
Fix #20 Errors in filter request documentation
v1.3.2
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
18 Oct 15:30
Fix issue #17 (isService throws exception on windows)
v1.3.1
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
29 Sep 08:16
IMPORTANT! This release fixes a critical bug, please update. All versions from 1.1.0 to 1.3.0 are affected and have been deprecated.
Fix issue #15 (CONTENT_LENGTH and CONTENT_TYPE parameters are reflected as headers nt-length and nt-type)
v1.3.0
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
24 Aug 00:11
Fix issue #12 (clarify how to access raw CGI params)
Fix issue #13 (add method to detect FastCGI environment)
v1.2.2
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
06 Aug 08:38
Fix issue #9 (npm package description’s link to the spec is broken)
v1.2.1
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
30 May 11:58
Fix issue #8 (Multiple writes without Content-Length header output chunked content)
v1.2.0
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
20 May 11:54
This release features improved documentation and some bug fixes related to FastCGI spec compliance.
Starting from this release, the request url will be taken from the REQUEST_URI variable if available.
v1.1.0
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
20 May 08:44
This release fixes issue #6 (Could not write to the response multiple times) and adds out-of-the-box compatibility with the express framework.
First stable release
Compare
Sorry, something went wrong.
No results found
fbbdev
released this
09 Apr 16:22
This release just bumps the major version to stable. It does not break compatibility with pre-release (v0.x) versions.