Releases: rocketbase-io/commons-auth
Releases · rocketbase-io/commons-auth
4.0.0-RC4
4.0.0-RC3
- monitoring
- merged events and added some new for impersonate, refresh + requestMe...
- added ActiveUserStore to track current active users
- mailing
- upgraded to new emai-template-builder with new theme of postmark
- upgraded to new email-templates and improved configurations for logo
- refactor: removed spring-boot-starter-mail + introduced EmailSender interface and refactored tests by this step
- introduced extra module commons-auth-email-smtp to allow default config for spring-boot-starter-mail
- added postmark sender als alternative to smtp version
- jpa
- removed fetch.EAGER to improve performance when used entity as relations
- fixes
- never set avatar to null when avatarService is active
4.0.0-RC2
- prefixed jpa entities/tables with co_
- user -> co_user
- user_roles -> co_user_roles
- user_keyvalue_pairs -> co_user_keyvalue_pairs
- you need to perform with manually before starting your application after upgrade!
- fixed LoginApiService refreshing token returned wrong roles
4.0.0-RC1
- upgraded spring-boot 2.3.1, guava 29.0, jjwt 0.11.2, passay 1.6.0 + commons-rest 2.0.5
- refactored many services with some internal breaking changes
- introduced API-Interfaces for Resources to allow internal call without http
- introduced JwtTokenStore-Interface to allow different implentation for refreshing accessToken (default http/optional internal service)
- smaller fixes
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
- improved error handling for validations
- initially password-errors had been mapped to field password but in some situations it's currentPassword, newPassword etc.
- this behaviour has been improved and changed so that the error-fields fit to the posted object
- updated jjwt 0.11.1