2.x.x release notes
2.1.1.RELEASE
-
added database compatibility for H2, PostgreSQL and Microsoft SQL Server
-
requires Across 3.2.0
2.1.0.RELEASE
-
an administration UI for managing OAuth2 clients and scopes is now available
-
depends on the presence of AdminWebModule and EntityModule
-
2.0.1.RELEASE
Bug fix release that solves some performance issues with fetching OAuth2Client entities: the more clients you had, the longer it would take to fetch a single client.
Because a property (OAuth2Scope.oAuth2ClientScopes ) has been removed it is possible this constitutes a breaking change for some application.
Most applications will never notice its disappearance.
|
-
removed the
getOAuth2ClientScopes()
collection onOAuth2Scope
-
this
OneToMany
was the cause of N+1 queries due to eager fetching, this property has been removed altogether as the added value of mapping it directly was very limited
-
-
added
addScope()
andremoveScope()
methods onOAuth2Client