v2.2.0
Added
- New client to support dynamic scenarios. You can now specify which attributes to request on the fly using this SDK
- New model for AgeVerification. The SDK now supports multiple age checks on a single profile/scenario
- New parentRememberMeId on ActivityDetails, to support identifying users across a single organisation
- Early inclusion of a sandbox client. As a consequence of this work, some of the DTOs now have builders, and equals and hashCode has been overriden on the following:
-- DateValue
-- DateTimeValue
-- SignedTimestampValue
-- TimeValue
Deprecated
- Profile.isAgeVerified() - please use the new AgeVerification object together with findAgeOverVerification or findAgeUnderVerification
Changed
The spring demo has been updated with a much nicer UI.