[2.8.0] - 2026-03-06 #1842
hmpf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The most important change in this release is that we have finally added the
long awaited task queue, to handle background tasks. The task queue uses the
database for storage by default so running migrations is necessary. As part of
using the queue to send notifications we fixed several bugs that caused a lower
amount of notifications to be sent than expected. Another big change is we have
upgraded tailwind, which affects theme customization and building packages.
You must see the NOTES before updating if you or your deployment do any of
the following:
SEND_NOTIFICATIONS = True). Affected both by the newqueue and the bug-fixes.
checklist has changed.
Added
django-tasks, which is in theprocess of being merged into Django proper, with the backend
django-tasks-db. This stores the tasks in the same database as everythingelse. We're currently only using the queue to send notifications, so if you
are not using argus for that (
SEND_NOTIFICATIONSis off), nothing changes.(#1608)
(#1613)
(#1748)
task form (#1765)
(#1776)
DAISYUI_THEMESentries, skipping invalid ones with warnings(#1819)
tokens (#1822)
Changed
(#1262)
a process. This is to increase robustness and hopefully to increase
throughput. If argus is being used to send notifications, you MUST change
your deployment as there now is an additional service that needs to run in
order to handle the notifications on the queue. See the NOTES!
(#1608)
actions bar. (#1693)
incident (#1745)
(#1764)
(#1775)
(#1794)
(#1795)
(#1796)
media plugins. Basically, any destination can now be marked as being
"managed", which means that it is created and managed by a system outside of
an end-users control. This can be for instance email addresses or phone
numbers fetched from an account-database or address book.
(#1802)
(#1806)
tracked in git. See NOTES.
(#1826)
(#1831)
Fixed
filters used for sending notifications, it will be necessary to control event
types to maintain the current expected amount of notifications sent. See
NOTES. (#1763)
(#1789)
(#1805)
sent was ignored when sending notifications in the background. The
notifications were sent regardless.
(#1808)
(#1828)
(#1833)
(#1834)
This discussion was created from the release [2.8.0] - 2026-03-06.
Beta Was this translation helpful? Give feedback.
All reactions