-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGES.txt
99 lines (52 loc) · 1.47 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=======
CHANGES
=======
0.3.10 (Unreleased)
===================
- Switch info logging to debug
0.3.9 (2013-01-08)
==================
- Use unquote_plus instead of unquote for jsonp transport @DustyHarry
0.3.8 (2012-11-15)
==================
- Update sockjs-protocol-0.3.3
- Fix TypeError in Session.__str__ method
- Fix eventsource transport for gevent 1.0b3 version
0.3.7 (2012-07-16)
==================
- Explicitly open session before accept any incoming messages,
for webscoket transport.
0.3.6 (2012-06-21)
==================
- Possible session hijacking #7
- Use Configurator action for session gc start. #6
0.3.5 (2012-05-19)
==================
- fixed close/closed session states for websocket transport.
- removed gunicorn monkey patche. gunicorn 0.14.3 is required.
0.3.4 (2012-05-06)
==================
- Fixed datetime serialization, assume all datetime objects in utc tz.
0.3.3 (2012-05-02)
==================
- Pass `request` to session factory
0.3.2 (2012-04-02)
==================
- Make 'cookie_needed' is configuration option
- Update sockjs-protocol 0.3
0.3.1 (2012-03-27)
==================
- Fixed python2.6 compatibility. See #1
0.3.0 (2012-03-26)
==================
- Hixie 75/76 websocket protocol added
0.2.1 (2012-03-20)
==================
- Fixed websocket frame with '[]'
- Update cors headers for dev protocol compliance
0.2 (2012-03-16)
================
- Fixed `ujson` support
0.1 (2012-02-23)
================
- Initial release