@@ -6,28 +6,43 @@ Changelog
6
6
next
7
7
====
8
8
9
+ * Support Celery 5.1. (`#27 <https://github.com/clokep/celery-batches/pull/27 >`_)
10
+ * Clean-up unnecessary code. (`#28 <https://github.com/clokep/celery-batches/pull/27 >`_)
11
+ * CI improvements. (`#25 <https://github.com/clokep/celery-batches/pull/25 >`_)
12
+
9
13
0.4 2020-11-30
10
14
==============
11
15
12
- * Officially support Celery 5.0. Drop support for Celery < 4.4.
13
- * Drop support for Python < 3.6.
16
+ * Support Celery 5.0. Drop support for Celery < 4.4. (` #21 < https://github.com/clokep/celery-batches/pull/21 >`_)
17
+ * Drop support for Python < 3.6. (` #21 < https://github.com/clokep/celery-batches/pull/21 >`_)
14
18
15
19
0.3 2020-01-29
16
20
==============
17
21
18
- * Properly set the ``current_task `` when running Batch tasks.
19
- * Call the success signal after a successful run of the Batch task.
22
+ * Properly set the ``current_task `` when running `` Batch `` tasks. (` #4 < https://github.com/clokep/celery-batches/pull/4 >`_)
23
+ * Call the success signal after a successful run of the `` Batch `` task. (` #6 < https://github.com/clokep/celery-batches/pull/6 >`_)
20
24
* Support running tasks eagerly via the ``Task.apply() `` method. This causes
21
- the task to execute with a batch of a single item.
22
- * Officially support Python 3.7 and 3.8. Drop support for Python 3.4.
23
- * Officially support Celery 4.3 and 4.4.
25
+ the task to execute with a batch of a single item. Contributed by
26
+ `@scalen <https://github.com/scalen >`_. (`#16 <https://github.com/clokep/celery-batches/pull/16 >`_,
27
+ `#18 <https://github.com/clokep/celery-batches/pull/18 >`_)
28
+ * Improved documentation. Contributed by
29
+ `@nijel <https://github.com/nijel >`_. (`#3 <https://github.com/clokep/celery-batches/pull/3 >`_,
30
+ `#7 <https://github.com/clokep/celery-batches/pull/7 >`_)
31
+ * Support Python 3.7 and 3.8. Drop support for Python 3.4. (`#19 <https://github.com/clokep/celery-batches/pull/19 >`_)
32
+ * Support Celery 4.2, 4.3, and 4.4. (`#12 <https://github.com/clokep/celery-batches/pull/12 >`_,
33
+ `#14 <https://github.com/clokep/celery-batches/pull/14 >`_,
34
+ `#19 <https://github.com/clokep/celery-batches/pull/19 >`_)
35
+ * CI improvements. (`#5 <https://github.com/clokep/celery-batches/pull/5 >`_,
36
+ `#11 <https://github.com/clokep/celery-batches/pull/11 >`_,
37
+ `#13 <https://github.com/clokep/celery-batches/pull/13 >`_,)
24
38
25
39
0.2 2018-04-20
26
40
==============
27
41
28
- * Add support for protocol v2.
29
- * Adds tests.
30
- * Fixes some documentation issues.
42
+ * Add support for protocol v2. (`#1 <https://github.com/clokep/celery-batches/pull/1 >`_)
43
+ * Add tests. (`#1 <https://github.com/clokep/celery-batches/pull/1 >`_,
44
+ `#2 <https://github.com/clokep/celery-batches/pull/2 >`_)
45
+ * Fixes some documentation issues. (`#1 <https://github.com/clokep/celery-batches/pull/1 >`_)
31
46
32
47
0.1 2018-03-23
33
48
==============
0 commit comments