Skip to content

v.1.3.0 - Package Updates, Security Improvements and Improvements to User Management

Choose a tag to compare

@GufCab GufCab released this 17 Nov 11:39
· 83 commits to master since this release

Notes on breaking changes and functionality updates

This release mainly focused on updating outdated npm packages for security reasons, bugfixing and a revamp to who can update users.

Feature changes

  • Only a user administrator on the proper organization can see and update a users details
  • Better error descriptions when using the KOMBIT sign up flow
  • An additonal ADR algorithm has been added by Sensade
  • User administrators can now change the email of a KOMBIT user

Breaking changes

KOMBIT integration
After updating the passport-saml package, the backend now requires the property "KOMBIT_CERTIFICATEPUBLICKEY" for the KOMBIT integration to function.

typeorm update
Typeorm has been updated to a new version. This has changed the way Typeorm is initialized, mainly:

  • ormconfig.js has been deleted
  • Configuration previously found in ormconfig.js is moved to src/repositories/os2iot.repository.ts

What's Changed

New Contributors

Full Changelog: v1.2.0...v.1.3.0