Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Prepare 3.16.07.05.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 5, 2016
1 parent c79d0f1 commit 3eca298
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# 3.16.07.05

* Test: Write integration test suite. (Ivan Enderlin, 2016-06-20T09:43:20+02:00)
* Protocol: Relax UTF-8 checking when sending. (Ivan Enderlin, 2016-07-05T08:26:23+02:00)
* Test: Fix a test case. (Ivan Enderlin, 2016-06-24T09:30:27+02:00)
* Protocol: Read the whole frame when length is zero. (Ivan Enderlin, 2016-06-24T08:11:34+02:00)
* Quality: Fix API documentation. (Ivan Enderlin, 2016-06-17T17:10:38+02:00)
* Connection: Wrap listeners into a try/catch block. (Ivan Enderlin, 2016-06-17T09:22:15+02:00)
* Connection: Better safety for `binary-message`. (Ivan Enderlin, 2016-06-15T13:41:28+02:00)
* Connection: Capture all exceptions in `message`. (Ivan Enderlin, 2016-06-15T13:39:09+02:00)
* Quality: Fix CS. (Ivan Enderlin, 2016-06-15T13:39:03+02:00)
* Connection: Use `::class` instead of a string. (Ivan Enderlin, 2016-06-15T13:38:47+02:00)
* Test: Write test suite of `…Websocket\Connection`. (Ivan Enderlin, 2016-06-15T13:38:09+02:00)
* Client: Extract the `getNewChallenge` method. (Ivan Enderlin, 2016-05-31T23:21:03+02:00)
* Test: Write test suite of `Hoa\Websocket\Client`. (Ivan Enderlin, 2016-05-30T17:08:33+02:00)
* Test: Ensure disconnection if handshake fails. (Ivan Enderlin, 2016-05-30T16:53:08+02:00)
* Quality: Rename an internal variable. (Ivan Enderlin, 2016-05-30T08:58:52+02:00)
* Test: Write test suite of `Hoa\Websocket\Server`. (Ivan Enderlin, 2016-05-30T08:27:07+02:00)
* Protocol: Use the `getConnection` method. (Ivan Enderlin, 2016-05-27T21:21:33+02:00)
* Protocol: Update an exception message. (Ivan Enderlin, 2016-05-27T17:02:52+02:00)
* Test: Write test suite of `…cket\Protocol\Hybi00`. (Ivan Enderlin, 2016-05-27T17:02:09+02:00)
* Test: Update a test case. (Ivan Enderlin, 2016-05-27T16:49:57+02:00)
* Test: Write test suite of `…ket\Protocol\Generic`. (Ivan Enderlin, 2016-05-27T09:58:43+02:00)
* Protocol: Extract the `getMaskingKey` method. (Ivan Enderlin, 2016-05-24T08:54:15+02:00)
* Documentation: Update API documentation. (Ivan Enderlin, 2016-05-23T08:56:28+02:00)
* Documentation: Update API documentation. (Ivan Enderlin, 2016-05-23T08:56:16+02:00)
* Test: Write test suite of `Hoa\Websocket\Node`. (Ivan Enderlin, 2016-05-20T17:02:48+02:00)
* Test: Write test suite of `…ption\InvalidMessage`. (Ivan Enderlin, 2016-05-20T09:31:07+02:00)
* Test: Write test suite of `…\Websocket\Exception`. (Ivan Enderlin, 2016-05-20T09:30:49+02:00)
* Test: Write test suite of `…Exception\CloseError`. (Ivan Enderlin, 2016-05-20T09:07:59+02:00)
* Test: Write test suite of `…xception\BadProtocol`. (Ivan Enderlin, 2016-05-20T09:07:32+02:00)
* Test: Write test suite of `…ket\Protocol\Rfc6455`. (Ivan Enderlin, 2016-05-20T08:46:32+02:00)
* Test: Write test suite of `…Websocket\Connection`. (Ivan Enderlin, 2016-05-20T08:45:39+02:00)
* Protocol: `Rfc6455` uses `getConnection`. (Ivan Enderlin, 2016-05-20T08:19:45+02:00)
* Protocol: Add the `getConnection` method. (Ivan Enderlin, 2016-05-20T08:17:32+02:00)

# 3.16.05.09

* Test: Add a test case to `Socket` for query strs. (Ivan Enderlin, 2016-05-09T13:41:13+02:00)
Expand Down

0 comments on commit 3eca298

Please sign in to comment.