Skip to content

Releases: nyaruka/mailroom

v10.3.61

05 Sep 21:28
452c0b8
Compare
Choose a tag to compare

Changelog

  • d31f5e3 Fix typo in comment
  • a5ee48e Merge pull request #781 from nyaruka/search_by_ref
  • 732244d Support contact queries by ref

v10.3.60

03 Sep 20:55
f68c6e7
Compare
Choose a tag to compare

Changelog

  • 3cd6d15 Merge pull request #780 from nyaruka/update_tickets
  • 50e88a0 Combine ticket update hooks into one that updates all fields
  • bf96987 Minor cleanup
  • 6fc3af1 Consistent naming of scene args in hooks
  • 9d8d9cf Merge pull request #779 from nyaruka/ticket_modifiers
  • 3db04e2 Introducing ticket modifiers

v10.3.59

02 Sep 20:49
9ff964e
Compare
Choose a tag to compare

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

01 Sep 20:30
e295747
Compare
Choose a tag to compare

Changelog

  • 2274746 Merge pull request #772 from nyaruka/ticket_change_topic_by_event
  • ccdf1fd Update ticket topics by event handling
  • b94d864 Update to latest goflow that changes ticket triggers

v10.3.57

28 Aug 23:11
8385601
Compare
Choose a tag to compare

Changelog

  • 7e87180 Merge pull request #769 from nyaruka/stop_by_modifier
  • f72b105 Persist contact_status_changed events
  • 50be1af Use modifier to stop contacts when handling stop events

v10.3.56

28 Aug 21:12
32a8542
Compare
Choose a tag to compare

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

v10.3.55

26 Aug 21:31
2075028
Compare
Choose a tag to compare

Changelog

  • 739e031 Remove time gating on chat_started / call_missed events and include channel on call_missed events

v10.3.54

26 Aug 19:59
9a8b2bf
Compare
Choose a tag to compare

Changelog

  • e21ffd1 Persist call_missed and chat_started events

v10.3.53

26 Aug 19:28
a0e21e2
Compare
Choose a tag to compare

Changelog

  • df045af Merge pull request #763 from nyaruka/event_triggers
  • 9dec960 Update to latest goflow which adds new event types for channel "events"
  • 92d53dd Merge pull request #762 from nyaruka/rem_event_time_gating
  • b77f939 Remove time gating of call/optin events and tweak eventDataGZThreshold

v10.3.52

25 Aug 19:27
28bebb6
Compare
Choose a tag to compare

Changelog

  • 62b3f5b Merge pull request #761 from nyaruka/persist_call_and_optin_events
  • a9e6923 Start persisting call and optin events