Skip to content

Releases: rocketbase-io/commons-auth

4.0.0-RC4

24 Aug 05:46

Choose a tag to compare

4.0.0-RC4 Pre-release
Pre-release
  • updated swagger doc
  • added EmailChangeEvent + UsernameChangeEvent
  • fixed AppInviteJpaEntity with fetch join of keyValues
  • prepared for java 11

4.0.0-RC3

03 Aug 21:48

Choose a tag to compare

4.0.0-RC3 Pre-release
Pre-release
  • 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

03 Jul 06:53

Choose a tag to compare

4.0.0-RC2 Pre-release
Pre-release
  • 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

01 Jul 06:43

Choose a tag to compare

4.0.0-RC1 Pre-release
Pre-release
  • 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

01 Apr 14:51

Choose a tag to compare

  • upgraded spring boot 2.2.6
  • refactored SimpleMailContentConfig
    • renamed to DefaultMailContentConfig
    • added many protected methods to customize colors, text etc.

3.3.4

30 Mar 12:01

Choose a tag to compare

  • lowered parameter from AppUserEntity to AppUserReference to get rid of security UserDetails within EmailService

3.3.3

30 Mar 11:59

Choose a tag to compare

  • added option to login also via email-address

3.3.2

24 Mar 20:11

Choose a tag to compare

  • fixed translation for valid username
  • fixed forgotController optional else

3.3.1

23 Mar 10:50

Choose a tag to compare

  • fixed invite email now with message of invitor
  • added for background-compatibility the verificationUrl parameter to password-reset

3.3.0

20 Mar 07:31

Choose a tag to compare

  • 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