Skip to content
tjanczuk edited this page Apr 24, 2012 · 18 revisions

iisnode releases

downloads

getting started

Follow instructions in the readme.

new in v0.1.18

  • support for multiple HTTP response headers with the same name (e.g. Set-Cookie) #156
  • support for chunked transfer encoding of HTTP request entity body (e.g. file upload) #152

new in v0.1.17

  • reduction of cold startup latency #150

new in v0.1.16

  • non-existing directories in the iisnode@watchedFiles configuration section will now be ignored instead of preventing the service from starting #143
  • installing iisnode in WOW mode on a x64 machine will now install only x86 bits instead of both x86 and x64 #140
  • uninstalling iisnode for IIS Express after IIS Express had been uninstalled is now possible; previously it was not #144

new in v0.1.15

new in v0.1.14

  • support for HTTP 1.0 requests #109
  • simplified support for multi-core machines (equivalent of cluster functionality) #129
  • support for auto-recycle when application dependencies are updated #58
  • fixed handling of empty HTTP request headers #131
  • improved diagnostics of configuration issues #128
  • configuration of named pipe connection pool #124
  • added many new performance tests
Clone this wiki locally