Skip to content

v0.8.3

Choose a tag to compare

@NicolasRitouet NicolasRitouet released this 26 May 10:06
· 100 commits to master since this release

v0.8.3 (2015-05-26)

Bug Fixes

  • UserCollection: onGet event can break session handling
    (74f23631)
  • db: Properly report database connection issues
    (25308f89)
  • http:
    • allow X-Session-* headers through CORS response
      (e8aa28b3)
    • Allow CORS authorization header (for non-cookie auth)
      (f6c13c96)
  • 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