Skip to content

Releases: MadAppGang/identifo

v2.3.7 fix CORS crash on failed config

02 Nov 20:54
a3f67c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.6...v2.3.7

v2.3.6 Reimplement Twilio integration

02 Nov 19:33
8ffccec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

v2.3.5 S3 fs watcher fixed

31 Oct 18:21
02df911
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4 Fix push to docker hub

31 Oct 13:41
Compare
Choose a tag to compare

v2.3.3

31 Oct 08:29
851cace
Compare
Choose a tag to compare

What's Changed

  • add default settings and run identifo with misconfigured settings as … by @erudenko in #353
  • Implement invite tests and additional payload for invite token by @erudenko in #354

Full Changelog: v2.3.2...v2.3.3

v2.3.2

23 Oct 17:40
1e06bf0
Compare
Choose a tag to compare

What's Changed

  • Fix register by phone by @erudenko in #352
  • As part of this release the API tests moved from runner subpackage to web/api folder and could be run with boltdb and mongo (with integration tests mode) modes

Full Changelog: v2.3.0...v2.3.2

v2.3.0

08 Oct 00:11
45ba12d
Compare
Choose a tag to compare

backward compatibility is broken for the settings file, please fix your settings file:
Admin panel is not fully functional, please don't upgrade to this version if you use it for settings

In key storage fields are now unified with all other storages, so instead of:

For S3:

keyStorage:
  type: local
  s3:
    region: ""
    bucket: ""
    private_key_key: ""

use

keyStorage:
  type: local
  s3:
    region: ""
    bucket: ""
    key: ""

For local FS:
instead of

keyStorage:
  type: local
  file:
    private_key_path: ./jwt/test_artifacts/private.pem

use

keyStorage:
  type: local
  local:
    path: ./jwt/test_artifacts/private.pem

New critical features:

  • MongoDB ID's are now strings again for backward compatibility
  • Identifo reload itself on config change in local FS and S3
  • Identifo check email templates every 5 mins and reload if it's changes, including app's customs

What's Changed

Full Changelog: v2.2.24...v2.3.0

v2.2.24

05 Oct 12:11
22af88c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.23...v2.2.24

v2.2.23

15 Jul 03:19
41ca46f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.22...v2.2.23

v2.2.22

03 Jul 09:58
84d707f
Compare
Choose a tag to compare

Add scopes param for web-element
Add scopes tests