GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
891 B

2 months ago
  1. ### 0.1.4 / 2020-06-02
  2. - Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by
  3. Robert McLaughlin)
  4. - Change license from MIT to Apache 2.0
  5. ### 0.1.3 / 2017-11-11
  6. - Accept extension names and parameters including uppercase letters
  7. - Handle extension names that clash with `Object.prototype` properties
  8. ### 0.1.2 / 2017-09-10
  9. - Catch synchronous exceptions thrown when calling an extension
  10. - Fix race condition caused when a message is pushed after a cell has stopped
  11. due to an error
  12. - Fix failure of `close()` to return if a message that's queued after one that
  13. produces an error never finishes being processed
  14. ### 0.1.1 / 2015-02-19
  15. - Prevent sessions being closed before they have finished processing messages
  16. - Add a callback to `Extensions.close()` so the caller can tell when it's safe
  17. to close the socket
  18. ### 0.1.0 / 2014-12-12
  19. - Initial release