forked from abourget/pyramid_socketio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
71 lines (40 loc) · 1.18 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
Changelog
=========
0.9 (unreleased)
----------------
- ``socketio-serve-reload`` did not not find the ``socketio-serve``-executable
in some cases.
[WouterVH]
0.8 (2011-05-30)
----------------
- Fixed a bug when killing sessions.
0.7 (2011-05-17)
----------------
- Added on_disconnect callbacks.
- Improved kill() which will make it recursive by default, and call the on_disconnect callbacks.
- spawn() now allows paramters (*args, **kwargs) to be passed in.
- Improved documentation
- msg() and error() now use send() which has all the connection state verification, and killing mechanism.
0.6 (2011-05-11)
----------------
- Fixed a bug with .ini files with no logging sections (like formatters)
0.5 (2011-02-15)
----------------
- Added JavaScript example.
- Fixed setup.py (having not included CHANGES.txt in the sdist)
0.4 (2011-02-15)
----------------
- Updated docs.
0.3 (2011-02-15)
----------------
- CHANGES and README added to description.
0.2 (2011-02-15)
----------------
- Help updated
0.1 (2011-02-15)
----------------
- Initial release
- Support for paster server plugin
- Provide with command-line servers
- socketio-serve
- socketio-serve-reload