forked from aio-libs/sockjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
74 lines (47 loc) · 1.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=======
CHANGES
=======
0.10.0 (2019-10-20)
-------------------
- Sync with aiohttp 3.6 (#298)
0.9.1 (2018-12-04)
------------------
- Minor code styling cleanups
0.9.0 (2018-10-11)
------------------
- Support Python 3.7. The minimal available Python version is 3.5.3 (#240)
0.8.0 (2018-06-15)
------------------
- Fix heartbeat (#214)
0.7.1 (2018-03-05)
------------------
- Fix compatibility with aiohttp 3.0+ again.
0.7.0 (2018-02-25)
------------------
- Fixed compatibility with aiohttp 3.0+ (#169)
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