forked from aio-libs/sockjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
43 lines (29 loc) · 1.01 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=======
CHANGES
=======
0.6 (2017-04-13)
----------------
- Fixed support for aiohttp 2.0+.
0.5 (2016-09-26)
----------------
- Mark SockJSRoute.handler and SockJSRoute.websocket as coroutines. #25
- Remove a check for "ORIGIN" header #12
- Process FRAME_MESSAGE_BLOB message type #12
0.4 (2016-02-04)
----------------
- Fixed lost event-loop argument in `sockjs.transports.websocket.WebSocketTransport`
- Fixed lost event-loop argument in `sockjs.transports.rawwebsocket.RawWebSocketTransport`
- Fixed RawRequestMessage. Add raw_header argument (aiohttp 0.21+)
- Fixed many warnings
- Fixed `sockjs.route` add_endpoint without name bug
0.3 (2015-08-07)
----------------
- Fixed calls of ``SessionManager.aquire()`` - was removed the unnecessary second argument.
- Fixed the incorrect argument in one call of ``cors_headers()``.
- Fixed many errors. The code is not perfect, but at least it was working as it should.
0.2 (2015-07-07)
----------------
- Fixed packaging
0.1.0 (2015-06-21)
------------------
- Initial release