4.9.6
expressjs/express4.9.6Oct 9, 2014by dougwilson
AI Summary
Express 4.9.6 is a dependency update release that updates accepts, serve-static, and type-is packages to their latest versions. The most notable change is a bug fix in serve-static that resolves a redirect loop issue when index file serving is disabled.
Key Highlights
- Updated accepts dependency to ~1.1.1 (includes mime-types@~2.0.2 and negotiator@0.4.8)
- Updated serve-static to ~1.6.4 with fix for redirect loop when index file serving is disabled
- Updated type-is dependency to ~1.5.2 (includes mime-types@~2.0.2)
Full Release Notes
- deps: accepts@~1.1.1 - deps: mime-types@~2.0.2 - deps: negotiator@0.4.8 - deps: serve-static@~1.6.4 - Fix redirect loop when index file serving disabled - deps: type-is@~1.5.2 - deps: mime-types@~2.0.2