Releases: nyaruka/mailroom
Releases · nyaruka/mailroom
v10.3.61
v10.3.60
Changelog
v10.3.59
Changelog
- 666960a Merge pull request #778 from nyaruka/assignment_by_event
- d45307b Update core/runner/hooks/update_ticket_assignee.go
- 375c920 Use latest goflow which adds field to ticket_assignee_changed event to record prev assignee
- c828915 Insert assignment daily counts via hook
- cf1cd7b Use event processing for ticket assignment
- 293102f Minor cleanup
- d2a32e8 Merge pull request #777 from nyaruka/simpler_tickets
- c2c3784 Remove unncessary encapsulation on models.Ticket
- 1ad48a2 Rename TicketsAsssign to TicketsChangeAssignee for clarity and reomve unused testing function
- 142a24d Merge pull request #776 from nyaruka/ticket_open_notifications
- 4de93ad Rework notifications for new tickets to use hook
- f322b8c Merge pull request #775 from nyaruka/notes_by_events
- 9f0b3f0 Create new hook to insert notifications
- d46c184 Add notes to tickets by event handling
- 6f97a27 Improve test for ticket note adding
- b123c51 Tweak name of event hook
- 7be2edb Merge pull request #774 from nyaruka/ticket_opened_legacy
- 832e4f2 Create legacy ticket opened events with engine event UUID
v10.3.58
v10.3.57
v10.3.56
Changelog
- 8c7e727 Merge pull request #768 from nyaruka/event_received_fix
- 8f6d333 Fix handling channel events that don't match triggers so that events are still persisted
- 5bcbbe2 Merge pull request #767 from nyaruka/ivr_tweak
- 95ce905 Tweak handling of incoming calls so we commit the trigger event
- ca4c732 Merge pull request #766 from nyaruka/last_seen_on_tweak
- c9f72bb Tweak handling of channel events so that all event types update last_seen_on
- 3f03578 Fix flakey test
- 4f864e0 Merge pull request #765 from nyaruka/better_event_testing
- a36eeee Add testing of persisted events to web tests too
- f73a847 Add checking persisted events to TestChannelEvents
- 3bba9b0 Rework handler tests to be entirely in _test package
- b071b9a Rework testing of persisted events from handlers to be more thorough
- 5937047 Merge pull request #764 from nyaruka/scene_apply_modifier
- 1df9058 Add Scene.ApplyModifier
- 456a153 Fix ivr incoming handling
- 7a4062e Reorganization in EventReceivedTask