Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1013 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1013 Bytes

v4.2.0

  • management.UserManager: Roles() returns RoleList (#109).
  • management.UserManager: Permissions() returns PermissionList.
  • management.RoleManager: Users() returns UserList.
  • management.RoleManager: Permissions() returns PermissionList.

v4.1.1

  • management.Branding: Support for both BrandingColors.PageBackgroundGradient as well as BrandingColors.PageBackground. (#99)

v4.1.0

  • management.ConnectionOptionsEmail, management.ConnectionOptionsSMS: add authParams.
  • management.UserIdentity: correctly marshal/unmarshal integer user_id's (#101, #102).

v4.0.1

  • management.Tenant: Add use_scope_descriptions_for_consent flag.

v4.0.0

  • Breaking Change: Connection.Options is now an interface{} accepting different types depending on the strategy.