-
Notifications
You must be signed in to change notification settings - Fork 36
/
Changelog
68 lines (42 loc) · 1.08 KB
/
Changelog
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
==============
Change history
==============
1.0.3
=====
* Code cleanup.
1.0.2
=====
* :program:`celery mon` now the respects :option:`--pidfile` option
(Issue #14).
Fix contributed by Atsuo Ishimoto.
1.0.1
=====
* Distribution did not include static files (Issue #17).
1.0.0
=====
* Adds a UI to the frontpage
Contributed by Paul Trippett.
0.5.0
=====
* Now supports Celery 3.x
0.4.0
=====
* No longer supports Python 2.4
* Requires Celery >= 2.3
* Package renamed from ``celerymonitor`` -> ``celerymon``.
The long name was used because of relative imports clashes,
but this is no longer an issue since we have dropped
Python 2.4 support and can force absolute imports.
* celerymon can now be daemonized using the `--detach` option.
Additional daemon related options are available, see ``celerymon --help``
for a list of these.
Contributed by Juan Catalano.
0.3.0
=====
* Updated to work with Celery v2.2.x.
0.2.2
=====
* Updated to work with Celery v2.1.0.
0.1.0 [xxxx-xx-xx xx:xx x.x xxx]
================================
* Initial release.