v0.8.3
v0.8.3 (2015-05-26)
Bug Fixes
- UserCollection:
onGetevent can break session handling
(74f23631) - db: Properly report database connection issues
(25308f89) - http:
- internal-resource: handle errors in type events
(7cec886c) - session: socket disconnection after login
(56fe4d83) - store: add error handling in callbacks
(0bbce4e7) - user-collection: do not allow empty passwords on PUT/POST
(fa076553)
Features
-
collection: add AfterCommit event
(1d6bec51) -
dashboard: height of code editor should fill window
(7ed76106) -
session: allow multiple sockets per sessions And add options.origins
(f67ee1ec)NB: There's a breaking change for an undocumented feature: due to the CORS improvements, all unknown origins will be rejected for CORS requests.
For more info, please refer to this message