Releases: Azure/iisnode
Releases · Azure/iisnode
v0.2.26
v0.2.25
-Fix w3wp crash issues - tjanczuk#559
-Add node process sticky sessions feature with fixes. #31
- Fix w3wp crash when iisnode setting flushResponse is true.
v0.2.24 (Do not use)
- Fix w3wp crash issues - tjanczuk#559
- Add node process sticky sessions feature with fixes. #31
v0.2.21
- Fix node-inspector integration - both old and new debugger work now.
- Fix MSI to support installation on windows 10.
- Increase NODE_PENDING_PIPE_INSTANCES to 5000 so that we dont have to worry about the default 4 max concurrent requests over named pipes within node.exe. This will prevent most of the iisnode pipe busy errors for applications with high request rate.
v0.2.18
Fix msi to support installation on Windows 10
v0.2.17
v0.2.16
Changes:
- tjanczuk#367 - Support sockjs framework.
- Support idle page out.
- Fix issue tjanczuk#382
v0.2.11
New in v0.2.11
- Expand environment variables for settings in iisnode.yml
- Configurable debugger files location
- X-Forwarded-Proto header added when enableXFF setting is enabled.( see issue tjanczuk#265 )
- Fixed urlrewrite functional test case - web.config had invalid characters that prevented IIS from reading the config.
- Support for env variables in nodeProcessCommandLine value.
- Issue tjanczuk#296 - query string lost when default document is used.
- Close Directory handle if watched directory is deleted