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

- old
+ new

@@ -1,8 +1,18 @@ #Change Log *** +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. + +**Sessions**: Sessions are now avoided unless explicitly created or unless a websocket connection is established. The reason being that unless Redis is defined, sessions are stored in-memory and end up requiring a lot of space. File storage might be considered for future releases. + +*** + Change log v.0.10.16 **Fix**: Requires a newer version of the GRHttp server, which fixs an issue with Firefox's websocket implementation. **New Feature**: Persistent and synchronized Session data(!) using Redis (if supplied) with a fallback to temporary memory storage. Session lifetime is 5 days. \ No newline at end of file