229db89e6c88cfc8b80737b1a9f3880aff396fc92a2ab8a671b32399e984ed8668bf1de32c84a54cbc1fe843c6cd3a923ca8e7db2f3c2fa78edaafa7a23988 891 B

12345678910111213141516171819202122232425262728
  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