v2.0.0
Official v2.0 release.
New since 1.1.6:
- "make package" build target to create a LuaJIT byte code version of the framework. Reduces size substantially.
- Improved logging of errors raised from RequestHandlers and IOLoop/IOStream callbacks.
- Windows support via LuaSocket and LuaSec. install.bat for simple development environment added. Appveyor integration tests added for Windows CI.
- OS X added as a supported OS through LuaSocket (Intel CPU).
- IOSimple API. Wrapper for the IOStream which masks all yielding/callbacks etc from the user of the API.
- Architectures: MIPSEL support, PPC64 support
- Improved documentation, now available on readthedocs.org
- Application "routes" now case sensitive, as opposed to case insensitive. This is why the Major version is bumped, as it may break backward compatibility for some.
- .url attribute added to HTTPResponse object. This contains the URL that the request ended up at, including all redirects.