Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 15:32
· 9 commits to main since this release
adfe131

2.0.0 (2024-09-04)

Bug Fixes

  • app: Change findUniqueOrThrow to findUnique on read store session (95d6753)
  • contacts come with several patches of N contacts, deleting those that are not in this patch ends up deleting those received in the previous patch (0dcde8e)
  • server: Connection failure statusCode 405 (e041983)
  • throw when without participants (308396e)
  • unique map label (dcbad79)

Features

  • group: Add create, update and leave group (cb2a13f)

1.1.4 (2024-04-16)

1.1.3 (2024-04-04)

Bug Fixes

  • Fixes to the handler of storing Chat and Message (0630cec)
  • Fixes to the handler of storing Chat and Message (742d42e)

1.1.2 (2024-04-03)

Bug Fixes

  • app: Fix API Key validator and change header API Key (ac1e75c)
  • app: Fix type Chat and Message on Controller (97d0431)
  • Fix Express.js Open Redirect in malformed URLs (027cd05)

Features