Skip to content

Releases: levelshealth/comms-release-notes

v20.0.2

09 Dec 18:19
8ea5403

Choose a tag to compare

20.0.2 (2025-12-09)

Bug Fixes

  • ci: temporarily remove the db migration step during deploys since the DB does not allow access from the wider internet anymore (f7ea6ca)

v20.0.1

09 Dec 17:44
8ea5403

Choose a tag to compare

20.0.1 (2025-12-09)

Bug Fixes

  • ci: install chromium explicitly in the test workflow since we haven't updated the runner image in a while (77150a4)
  • ci: undo playwright install since we're now targeting comms runners (617008f)
  • ci: update workflows to target comms runners only (569999d)
  • web: hide the auto update banner on tap, that way if the package load fails the banner will go away (84e18d9)

v20.0.0

01 Oct 05:12
8ea5403

Choose a tag to compare

20.0.0 (2025-10-01)

⚠ BREAKING CHANGES

  • increment schema version

Bug Fixes

  • 🚑 increment schema to clear client cache (76771f4)

v19.4.0

02 Sep 07:44
8ea5403

Choose a tag to compare

19.4.0 (2025-09-02)

Features

  • ui: ✨ add optional floating pending update counter (#1754) (680b47b)

Bug Fixes

  • ♻️ rmv date type from action and operation props (#1748) (cb9c1c0)

v19.1.0

29 May 22:12
8ea5403

Choose a tag to compare

19.1.0 (2025-05-29)

Features

  • ✨ ability for users to set default request due date (#1742) (dfa1aa9)

Bug Fixes

  • 🐛 ensure edit recipients with due dates are applied to msg (#1743) (0ed51b6)

v19.0.0

29 May 04:54
8ea5403

Choose a tag to compare

19.0.0 (2025-05-29)

⚠ BREAKING CHANGES

  • notifications: add thread_request table

Features

  • notifications: ✨ ability to request a response (#1739) (a9034a1)

v18.0.1

27 May 02:24
8ea5403

Choose a tag to compare

18.0.1 (2025-05-27)

Bug Fixes

  • search: fixed search pagination (#1738) (9060eea)
  • transactions: skip writing transactions if the operations are empty (#1735) (de09f7d)

v18.0.0

11 May 20:44
8ea5403

Choose a tag to compare

18.0.0 (2025-05-11)

⚠ BREAKING CHANGES

  • actions: Bring back actions

Changes:

  • This is a reapply of the reverts done earlier today (to rollback the
    Actions changes)

Features

  • actions: bring back Actions (#1731) (3e00f2c)

Bug Fixes

  • actions: fixed branched thread sending (#1732) (27a7f7a)
  • logging: upgraded warning logs to error logs for the write APIs so Datadog creates issues for them (50ce112)

v17.0.0

05 May 14:31
8ea5403

Choose a tag to compare

17.0.0 (2025-05-05)

⚠ BREAKING CHANGES

  • actions: undoing actions for now

Bug Fixes

  • actions: undoing actions for now (641b13f)

Reverts

  • Revert "feat(actions)!: Actions API (#1708)" (6b50e15)
  • Revert "fix(actions): minor fixes (#1730)" (8ddfd85)
  • Revert "perf: ⚡ upd QueryCache to reuse more cache data where possible (#1729)" (8e5a694)

v16.0.0

04 May 20:54
8ea5403

Choose a tag to compare

16.0.0 (2025-05-04)

⚠ BREAKING CHANGES

  • actions: Implemented new Actions API

Co-Authored-By: John 12599934+jorroll@users.noreply.github.com

Features

  • actions: Actions API (#1708) (b7df8f7)

Bug Fixes

  • actions: minor fixes (#1730) (da34318)

Performance Improvements

  • ⚡ upd QueryCache to reuse more cache data where possible (#1729) (b866e54)