CHANGELOG.md in plezi-0.8.3 vs CHANGELOG.md in plezi-0.8.4

- old
+ new

@@ -1,8 +1,20 @@ #Change Log *** +Change log v.0.8.4 + +**core routing changes**: moved the Controller's routing cache out of the global cahce store. This might provide a very slight performance increase. + +**feature**: a new OAuth2 controller offers an easy support for OAuth2 login services such as facebook and google. to use this feature, require 'plezi/oauth'. + +**fix**: fixed an issue where RESTful requests to `new` would be mistakenly routed to the `save` method. + +**testing**: some basic testing for the RESTful Plezi framework has been implemented. Please notice that the tests WILL run the Plezi server on ports 3000 (for http) and 3030 (for https) during the test. The test will run Net::HTTP requests against the Plezi server. + +*** + Change log v.0.8.3 **Auto-ping feature**: WebSocket connections now automatically send a `ping` every ~45 seconds (approximately) before the websocket's connection would timeout. This auto-ping will keep the connection alive even if no data is exchanged. **Minor performance updates**: Disconnection workflow was slightly optimized. Also, medium and small websocket messages (less than 131,072 UTF-8 characters) should be faster to handle. \ No newline at end of file