- **BUG-FIX** Fix endianness issues with WebSockets on little endian machines. - **FEATURE** Added better compliance to WebSocket RFC. - **FEATURE** Remove cryptography module and replace with fernet module. - **FEATURE** Add more tests for WebSockets. - **FEATURE** Add `followed` attribute to `HttpUrl`. - **FEATURE** Add AppVeyor CI for tests on Windows. - **FEATURE** Add support for HTTP/2 and HPACK RFCs. - **FEATURE** Begin adding examples.
0.0.26
- **FEATURE** Added WebSocket support for versions 7, 8, and 13. - **FEATURE** Move `match_info` attribute to `HttpUrl`. - **SPEEDUP** Optimizations to `Server.route_request()`
0.0.25
- **BUG-FIX** Fix `TemplateMiddleware` rendering without requiring a certain order. - **FEATURE** Add support for server-side `Sessions`. - **FEATURE** Add simple and encrypted `SessionStorage` implementations. - **FEATURE** Add abstract class for server-side `Sessions` that must be fetched. (Redis, etc)
0.0.24
- **FEATURE** Add `TemplateMiddleware` for dynamic html templating. - **FEATURE** Add `CacheControlMiddleware` for controlling caching behaviour. - **SPEEDUP** Optimizations to HTTP primitives and `HttpParser`.