Skip to content

Commit 9a46d7f

Browse files
author
semantic-release
committed
chore(release): preparing 18.1.0
1 parent e3815ab commit 9a46d7f

2 files changed

Lines changed: 64 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# CHANGELOG
2+
3+
## v18.1.0 (2024-08-22)
4+
5+
### Feature
6+
7+
* feat: add flower host ([`b3e3e49`](https://github.com/eduNEXT/tutor-contrib-celery/commit/b3e3e4952a6e32a06be6a8930f7af98d05994091))
8+
9+
* feat: enable basic auth ([`ff22bed`](https://github.com/eduNEXT/tutor-contrib-celery/commit/ff22bed93fc241acc615346630b56ab52f3bf142))
10+
11+
* feat: allow to customize flower docker image ([`909725d`](https://github.com/eduNEXT/tutor-contrib-celery/commit/909725dd984fac59b1deaaafe234ea58bdd5fde1))
12+
13+
* feat: allow to customize flower docker image ([`00e7d81`](https://github.com/eduNEXT/tutor-contrib-celery/commit/00e7d8120944aa5b0bd502f5b8bfc6aca1cc16c4))
14+
15+
* feat: allow to deploy flower ([`0644980`](https://github.com/eduNEXT/tutor-contrib-celery/commit/0644980908d3fb130c8ff5ab1a30ada9372050bb))
16+
17+
### Fix
18+
19+
* fix: add port name for metrics ([`944b821`](https://github.com/eduNEXT/tutor-contrib-celery/commit/944b8219f6b1978c34f4a6c9561f8a49300b7e34))
20+
21+
* fix: allow to disable multiqueue tuning ([`43f3f1d`](https://github.com/eduNEXT/tutor-contrib-celery/commit/43f3f1d5b2324b87ce1902fc4ba3fd66c0f20227))
22+
23+
### Unknown
24+
25+
* Merge pull request #5 from eduNEXT/cag/flower-improvements
26+
27+
feat: add flower host ([`e3815ab`](https://github.com/eduNEXT/tutor-contrib-celery/commit/e3815abd9ad84efc36271eeda3c22c7eeba70b16))
28+
29+
* Merge pull request #4 from eduNEXT/cag/release
30+
31+
chore: add release workflow ([`dbf1288`](https://github.com/eduNEXT/tutor-contrib-celery/commit/dbf1288833211c5220c18c540889c62c8179fa44))
32+
33+
* Merge pull request #3 from eduNEXT/cag/flag
34+
35+
fix: allow to disable multiqueue tuning ([`b7c3e1e`](https://github.com/eduNEXT/tutor-contrib-celery/commit/b7c3e1e42bdc04a43b4c5fd29826a2f381b001bf))
36+
37+
* Merge pull request #2 from eduNEXT/cag/add-flower
38+
39+
feat: allow to deploy flower ([`211c58b`](https://github.com/eduNEXT/tutor-contrib-celery/commit/211c58b0369adb046f6f0ac0584ff0bb6ff3e68f))
40+
41+
## v18.0.0 (2024-07-10)
42+
43+
### Feature
44+
45+
* feat: allow to run multiple celery queues and workers ([`ad0a4b0`](https://github.com/eduNEXT/tutor-contrib-celery/commit/ad0a4b08ddbfdc7f466442b2eb61c048c52ad39b))
46+
47+
### Fix
48+
49+
* fix: split tasks from lms and cms ([`1d80bbc`](https://github.com/eduNEXT/tutor-contrib-celery/commit/1d80bbc404cb963f3a71c2c6df7abdba03a2f16d))
50+
51+
* fix: use nameerror instead of attributeerror ([`d12e0bf`](https://github.com/eduNEXT/tutor-contrib-celery/commit/d12e0bf1400e67d5c744f286d50ae7210ca8a356))
52+
53+
* fix: use only valid queue names ([`7ca3225`](https://github.com/eduNEXT/tutor-contrib-celery/commit/7ca32254e77c7438c6627c63555f73f0a8368603))
54+
55+
* fix: only add explicity queues for production settings ([`2053dec`](https://github.com/eduNEXT/tutor-contrib-celery/commit/2053decb55dc66aa33987fb3400451c497d81ec3))
56+
57+
* fix: use readme.md ([`c23ed8f`](https://github.com/eduNEXT/tutor-contrib-celery/commit/c23ed8f803dc29208d5cd864c7f8e9246df23838))
58+
59+
### Unknown
60+
61+
* Merge pull request #1 from eduNEXT/cag/celery-queue
62+
63+
feat: allow to run multiple celery queues and workers ([`ceb9e3b`](https://github.com/eduNEXT/tutor-contrib-celery/commit/ceb9e3b7b6eb7eda9fa4fc6fcdbbf6e1b851d638))

tutorcelery/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "18.0.0"
1+
__version__ = "18.1.0"

0 commit comments

Comments
 (0)