It is now possible to filter users based on the lastSuccessfulSignInDateTime attribute using query filter like: '$filter=signInActivity/lastSuccessfulSignInDateTime le 2021-09-01T00:00:00Z' Note: This does only work with LDAP servers actually supporting '<=' filters. The built-in LDAP server (idm) does not support this feature.
Changelog
We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.
Create changelog items
Create a file according to the template for each changelog in the unreleased folder. The following change types are possible:
- Bugfix (general Bugfix)
- Enhancement (new feature)
- Change (breaking change)
- Security (security related issues)