Skip to content

Releases: fbbdev/node-fastcgi

v2.0.0

15 Jul 18:40
Compare
Choose a tag to compare

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
2912646
Compare
Choose a tag to compare

Update development dependencies
Fix #20 Errors in filter request documentation

v1.3.2

18 Oct 15:30
Compare
Choose a tag to compare

Fix issue #17 (isService throws exception on windows)

v1.3.1

29 Sep 08:16
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fix issue #9 (npm package description’s link to the spec is broken)

v1.2.1

30 May 11:58
Compare
Choose a tag to compare

Fix issue #8 (Multiple writes without Content-Length header output chunked content)

v1.2.0

20 May 11:54
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

This release just bumps the major version to stable. It does not break compatibility with pre-release (v0.x) versions.