Skip to content

Latest commit

 

History

History
131 lines (66 loc) · 7.54 KB

CHANGELOG.md

File metadata and controls

131 lines (66 loc) · 7.54 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.19.0 (2024-05-23)

Features

Bug Fixes

1.18.3 (2023-12-22)

Bug Fixes

1.18.2 (2023-12-14)

Bug Fixes

  • capture error when cookie config is not set (#44) (da92155)
  • ensure recipients values are strings (#45) (1d0bf07)
  • send activation email with activation link (#46) (bb9d130)

1.18.1 (2023-11-29)

Bug Fixes

  • some events doesn't has a model (408909a)

1.18.0 (2023-11-06)

Features

  • credential added to session token (85af1a7)

1.17.0 (2023-10-25)

Features

  • acl's using tag members and roles (#40) (e17d075)

Bug Fixes

  • doesn't filter socket notifications (#43) (35a3210)
  • patch member tags (#42) (44d1007)
  • return status code 204 if logo is unavailable (baa2d8d)

1.16.2 (2023-08-22)

Bug Fixes

  • added origin/url to token notification (#41) (3772c01)

1.16.1 (2023-08-15)

Bug Fixes

  • added validations and req dump (738e348)
  • customer change must change session cookie (589d880)
  • ldap w/basic auth (#39) (a38361d)

1.16.0 (2023-07-28)

Features

1.15.1 (2023-07-19)

Bug Fixes

1.15.0 (2023-07-14)

Features

  • fetch profile using scopes (37e7b43)

1.14.0 (2023-07-12)

Features

  • configure new jwt verification flow (fc74b6a)
  • notifications: jwt verify configurable (2577719)

Bug Fixes

  • register last access before jwt verify (92d7f94)
  • wait session.save before continue (076f9d4)

1.13.0 (2023-07-11)

Features

Bug Fixes