v1.4.1 - Permission handling
This is a minor less fancy patch to fix some long standing bugs with the permission handling. The most obvious thing: No more "permission data not available" errors upon initializing the integration.
Permission data is now cached in the API instance itself. They will be updated with any data call from Divera. As single point of truth all persmission requests are handled by a new dedicated class.
What's Changed
- bugfix: workflow release.yml with wrong path by @moehrem in #118
- fixing security issues in workflows by @moehrem in #119
- implemented permission handling by @moehrem in #122
Full Changelog: v1.4.0...v1.4.1