Skip to content

v20230213

Compare
Choose a tag to compare
@kevgliss kevgliss released this 13 Feb 18:17
· 1584 commits to master since this release
3485c7c

Hi Dispatch users!

This is a mostly maintenance release fixing a few issues discovered in the previously released.

Enhancements:

Bug Fixes:

  • Temporarily disables calls to the Dispatch document resolver (#2968) by @mvilanova
  • Direct add participants and allow for new participants via messages. (#2952) by @kevgliss
  • Migrate case assignees to participants who aren't individuals (#2951) by @wssheldon
  • Allow cases to be re-assigned after addition of participant model (#2949) by @wssheldon
  • Bugfix/signal schema (#2948) by @kevgliss

Tests:

  • Adds timers to func calls in add_or_reactivate_participant (#2967) by @wssheldon
  • Only display active roles in CaseParticipantsTab component, add Vitest, and unit test(s) (#2960) by @wssheldon
  • Refactor E2E tests to use Page Object Model (POM), fixtures, and add additional tests (#2945) by @wssheldon