forked from celery/django-celery-results
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
91 lines (60 loc) · 1.67 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.. _changelog:
================
Change history
================
.. _version-1.1.2:
1.1.2
=====
:release-date: 2019-06-06 00:00 a.m. UTC+6:00
:release-by: Asif Saif Uddin
- Fixed few regressions
.. _version-1.1.0:
1.1.0
=====
:release-date: 2019-05-21 17:00 p.m. UTC+6:00
:release-by: Asif Saif Uddin
- Django 2.2+.
- Drop python 3.4 and django 2.0
- Support specifying the database to use for the store_result method (#63)
- Fix MySQL8 system variable tx_isolation issue (#84)
.. _version-1.0.4:
1.0.4
=====
:release-date: 2018-11-12 19:00 p.m. UTC+2:00
:release-by: Omer Katz
1.0.3 is broken. Use 1.0.4
- Revert renaming label as it is a breaking change.
.. _version-1.0.3:
1.0.3
=====
:release-date: 2018-11-12 18:00 p.m. UTC+2:00
:release-by: Omer Katz
- Revert renaming label as it is a breaking change.
.. _version-1.0.2:
1.0.2
=====
:release-date: 2018-11-12 18:00 p.m. UTC+2:00
:release-by: Omer Katz
- Store task name, args, kwargs as part of the task results in database.
Contributed by :github_user: `wardal`.
- Admin screen changes - task name filter, search on task_name, task_id, status.
Contributed by :github_user: `jaylynch`.
- Added default_app_config.
- Added missing migration.
- Fix MySQL max length issue.
- Drop support for Django<1.11.
.. _version-1.0.1:
1.0.1
=====
:release-date: 2016-11-07 02:00 p.m. PST
:release-by: Ask Solem
- Migrations were not being installed as part of the distribution (Issue #4).
- Now includes simple task result admin interface.
Contributed by :github_user:`zeezdev`.
- Now depends on Celery 4.0.0.
.. _version-1.0.0:
1.0.0
=====
:release-date: 2016-09-08 03:19 p.m. PDT
:release-by: Ask Solem
- Initial release