Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@mpgxvii mpgxvii released this 05 Mar 14:24
· 402 commits to master since this release
cb0ce94

Changes from Release 2.0.0

  • Adds support for OAuth1 auth type and Garmin auth (which uses OAuth1) and generalise auth implementation to separate OAuth1 and OAuth2
  • Adds createdAt user property
  • Fixes user query pagination in the frontend and backend (by default page size is INT_MAX)
  • Enables Kotlin linter
  • Show reset version info in user info page
  • Encode uri when getting projects to allow project ids to have whitespaces
  • Show complete user id in update-rest-source-user component and show a tooltip with the complete user id in the user list component

DEPENDENCIES
For services using previous versions of the Rest Source Authorizer, the RestSourceUserDTO must be updated:

  1. externalId is now serviceUserId
  2. authorized is now isAuthorized

Please follow the template on authorizer.yml.template to add Garmin source type.