Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 791 Bytes

CHANGELOG.rdoc

File metadata and controls

37 lines (27 loc) · 791 Bytes

Changelog

0.1.4 / 2010-08-23

  • new features:

    • Allow custom ssl certificate to be used by passing :tls_options

    • Protect against errors caused by non limited frame lengths

    • Use custom exceptions rather than RuntimeError

  • bugfixes:

    • Handle invalid HTTP request with HandshakeError

0.1.3 / 2010-07-18

  • new features:

    • onerror callback

  • bugfixes:

    • proper handling of zero spaces in key1 or key2(prevent ZeroDivisionError)

    • convert received data to utf-8 to prevent ruby 1.9 errors

    • fix handling of null bytes within a frame

0.1.2 / 2010-06-16

  • new features:

    • none

  • bugfixes:

    • allow $ character inside header key

0.1.1 / 2010-06-13

  • new features:

    • wss/ssl support

  • bugfixes:

    • can’t & strings

0.1.0 / 2010-06-12

  • initial release