Releases: fbbdev/node-fastcgi
Releases · fbbdev/node-fastcgi
v2.0.0
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
Update development dependencies
Fix #20 Errors in filter request documentation
v1.3.2
Fix issue #17 (isService
throws exception on windows)
v1.3.1
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
Fix issue #12 (clarify how to access raw CGI params)
Fix issue #13 (add method to detect FastCGI environment)
v1.2.2
Fix issue #9 (npm package description’s link to the spec is broken)
v1.2.1
Fix issue #8 (Multiple writes without Content-Length header output chunked content)
v1.2.0
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
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
This release just bumps the major version to stable. It does not break compatibility with pre-release (v0.x) versions.