Releases: saasquatch/saasquatch-java-sdk
Releases · saasquatch/saasquatch-java-sdk
0.2.0
Fixed
- Fixed Base64 decoding on Android by replacing the Apache Commons Codec dependency.
Changed
- Internal dependency version bumps.
0.1.0
Add idempotencyKey to UserEventInput
Added
- The new
idempotencyKey
field inUserEventInput
.
Changed
- Internal dependency version bumps.
User deletion update
Added
- The new
preserveEmptyAccount
option inDeleteUserInput
.
Changed
- 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: Merge pull request #4 from saasquatch/dev
Upgraded Apache HttpClient to version 5.1 among other version bumps
0.0.2: Merge pull request #3 from saasquatch/dev
- Added 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.
First non-alpha release
Merge pull request #2 from saasquatch/dev2 Dev2