-
-
Notifications
You must be signed in to change notification settings - Fork 0
0.30.0
Hussein Jarrar edited this page Sep 12, 2026
·
2 revisions
6 changes · 3 Bugfixes, 3 New Features.
-
RADD-989 llm mail rules are dead code: MAIL_ROUTING never entered the feature dispatch — and fall-through is a crash, never a decision
(found live on the dev instance, three independent confirmations)
34d5bff7 -
RADD-991 The mailer resolves every event id as a comment id: one assigned email away from killing the whole tick
notify/mailer._comment_idtreatsevent.entity_idas a comment id regardless of the event type. Mailing any row fanned out from an item-family event handstransport.send_item_mailan ITEM uuid ascomment_id→fk_mail_messages_comment_id_commentsviolation → the whole mailer tick dies.assignedand…
743b9454 -
RADD-990 Every item event crashes the notify consumer: assigned, state_changed and description mentions have reached nobody since RADD-922
notify/consumer._handle_item_eventstill reads top-levelpayload["project_id"]andpayload["description"]— keys item events stopped carrying when RADD-922 nested the canonical ref underpayload["item"]. Everyitem.created/item.updatedraisesKeyErrorinside the per-event SAVEPOINT, is logged, skipped,…
63e32943
-
RADD-978 Being added as a participant tells nobody: a participant_added notification, inbox + email
Adding a direct USER participant auto-watches them (participants → notify.add_watchers) so they hear about FUTURE activity — but the add itself notifies nobody: notify's_HANDLEDset consumes no participant event, so there is no inbox row and (post-RADD-968, where email rides rows) no email either. Being pulled…
aa0888d2 -
RADD-979 Replies leave from the wrong identity: bind each mail source to the sender that answers for it
Every outbound message — reply, ack, notification mail — leaves from the single DEFAULT sender, regardless of which address the conversation arrived at. Write tohelp@radd-hq.com, get answered byagent@radd-hq.com; write topipeline@, same. A requester's client shows a stranger, reply-all forks the thread, and a…
955ddacd -
RADD-977 The ack tells the requester a ticket exists but not where it is: the acknowledgement gains the issue link
mailrender.acknowledgementdeliberately carries no issue link (RADD-967: "the requester has no account, so the link is a login page"). That decision is stale on two counts: email ingest PROVISIONS a requester account (RADD-828), and a sender is often an existing real user (an employee mailing the desk from their…
1ba5c1fd
Changes from v0.29.0 to v0.30.0.
Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.
-
Developer guide
- Architecture: the kernel and plugins
- Develop, test and deploy
- Events and consumers
- Permissions and access control
- The MCP server
- The query language for developers
- The REST API and authentication
- Write a backend plugin
- Write a page editor extension
- Write a plugin user interface
- Write an automation node
-
Release notes
- 0.36.4
- 0.36.3
- 0.36.2
- 0.36.1
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.1
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.0
- 0.2.0
- 0.1.0
-
User guide
- AI features
- Attachments
- Automations
- Cycles and releases
- Instance settings
- Intake forms and the portal
- Notifications and the inbox
- Personal settings
- Project settings
- Projects
- Reports and dashboards
- Search and the query language
- Start here
- The application window
- The card designer
- The roadmap
- The service desk
- The wiki
- Time logging and the timesheet
- Views
- Work items