From 3eca29893c40e8dedad0e30ee5f1cc55e764f579 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 5 Jul 2016 17:28:01 +0200 Subject: [PATCH] Prepare 3.16.07.05. --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9f821..74b8cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)