0.2.0 - 2024-11-22
- Fixed Base64 decoding on Android by replacing the Apache Commons Codec dependency.
- Internal dependency version bumps.
0.1.0 - 2024-02-02
- Removed usage of
org.apache.commons.codec.binary.Base64.decodeBase64(byte[])
, which is incompatible with Android.
- Switched to Gradle.
- Internal dependency version bumps.
0.0.5 - 2022-09-23
- The new
idempotencyKey
field inUserEventInput
.
- Internal dependency version bumps.
0.0.4 - 2022-03-10
- The new
preserveEmptyAccount
option inDeleteUserInput
.
- The
@Beta
methodsDeleteUserInput.isDoNotTrack
andDeleteAccountInput.isDoNotTrack
have been deprecated in favour ofDeleteUserInput.getDoNotTrack
andDeleteAccountInput.getDoNotTrack
and will be removed in a future release. - Internal dependency version bumps.
0.0.3 - 2021-06-14
- Upgraded Apache HttpClient to version 5.1 among other version bumps.
0.0.2 - 2021-04-16
- Methods including
deleteUser
,deleteAccount
,blockUser
,unblockUser
, and some internal analytics endpoints for widgets.
- The original
@Beta
methodapplyReferralCode(String, String, String, RequestOptions)
has been deprecated in favour ofapplyReferralCode(ApplyReferralCodeInput, RequestOptions)
, and will be removed in a future release.