CHANGELOG.md in plezi-0.10.17 vs CHANGELOG.md in plezi-0.11.0

- old
+ new

@@ -1,8 +1,24 @@ #Change Log *** +Change log v.0.11.0 + +**Update**: Requires GRHttp server and GReactor version 0.1.0 or above, adjusted to the updated API. + +**Update**: Better pinging and timout support courtesy of the updated GRHttp server. + +**Update**: The default number of threads is now 30. It seems that once we move beyond 1 thread (which is also supported), the added threads are adding more security against blocking code without effecting performance as much. It is expected that advanced users will consider moving away from multi-threading to muli-processing while avoiding blocking code. All these options are supported by Plezi, GRHttp and GReactor. + +**Fix**: Fixed an issue where requests for folders within the assets folder (folder indexing) would fail with an internal error message (error 500) instead of a not found message (error 404). + +**Fix**: fixed an issue that caused the static file service to fail when using the preferred `:public` vs. the older `:root` option used to set the public folder's path. + +**Minor**: minor adjustments and improvements, such as: auto-setting the `content-type` header when using `render`. + +*** + Change log v.0.10.17 **Update**: Requires a newer version of the GRHttp server and GReactor, building on it's WSClient and HTTP decoding improvements. **Security**: Redis connection broadcasting now enforces `safe_load`, so that even id the Redis server and it's data are compromized, it should not lead to foreign code execution. Please note that this will enforce limits on session data as well as on websocket broadcasting. \ No newline at end of file