Releases: fbbdev/node-fastcgi
Releases · fbbdev/node-fastcgi
v2.0.0
15 Jul 18:40
Compare
Sorry, something went wrong.
No results found
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
08 Feb 16:11
Compare
Sorry, something went wrong.
No results found
Update development dependencies
Fix #20 Errors in filter request documentation
v1.3.2
18 Oct 15:30
Compare
Sorry, something went wrong.
No results found
Fix issue #17 (isService
throws exception on windows)
v1.3.1
29 Sep 08:16
Compare
Sorry, something went wrong.
No results found
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
24 Aug 00:11
Compare
Sorry, something went wrong.
No results found
Fix issue #12 (clarify how to access raw CGI params)
Fix issue #13 (add method to detect FastCGI environment)
v1.2.2
06 Aug 08:38
Compare
Sorry, something went wrong.
No results found
Fix issue #9 (npm package description’s link to the spec is broken)
v1.2.1
30 May 11:58
Compare
Sorry, something went wrong.
No results found
Fix issue #8 (Multiple writes without Content-Length header output chunked content)
v1.2.0
20 May 11:54
Compare
Sorry, something went wrong.
No results found
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
20 May 08:44
Compare
Sorry, something went wrong.
No results found
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
09 Apr 16:22
Compare
Sorry, something went wrong.
No results found
This release just bumps the major version to stable. It does not break compatibility with pre-release (v0.x) versions.