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
idempotencyKeyfield inUserEventInput.
Changed
- Internal dependency version bumps.
User deletion update
Added
- The new
preserveEmptyAccountoption inDeleteUserInput.
Changed
- The
@BetamethodsDeleteUserInput.isDoNotTrackandDeleteAccountInput.isDoNotTrackhave been
deprecated in favour ofDeleteUserInput.getDoNotTrackandDeleteAccountInput.getDoNotTrackand
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
@BetamethodapplyReferralCode(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