Skip to content

Releases: saasquatch/saasquatch-java-sdk

0.1.0

02 Feb 18:31
1ab555c
Compare
Choose a tag to compare

Fixed

  • Removed usage of org.apache.commons.codec.binary.Base64.decodeBase64(byte[]), which is
    incompatible with Android.

Changed

  • Switched to Gradle.
  • Internal dependency version bumps.

Add idempotencyKey to UserEventInput

23 Sep 17:36
9e4a040
Compare
Choose a tag to compare

Added

  • The new idempotencyKey field in UserEventInput.

Changed

  • Internal dependency version bumps.

User deletion update

10 Mar 18:35
4001395
Compare
Choose a tag to compare

Added

  • The new preserveEmptyAccount option in DeleteUserInput.

Changed

  • The @Beta methods DeleteUserInput.isDoNotTrack and DeleteAccountInput.isDoNotTrack have been
    deprecated in favour of DeleteUserInput.getDoNotTrack and DeleteAccountInput.getDoNotTrack and
    will be removed in a future release.
  • Internal dependency version bumps.

0.0.3: Merge pull request #4 from saasquatch/dev

14 Jun 17:11
83e9d8c
Compare
Choose a tag to compare

Upgraded Apache HttpClient to version 5.1 among other version bumps

0.0.2: Merge pull request #3 from saasquatch/dev

16 Apr 16:29
2808c11
Compare
Choose a tag to compare
  • Added methods including deleteUser, deleteAccount, blockUser, unblockUser, and some internal analytics endpoints for widgets.
  • The original @Beta method applyReferralCode(String, String, String, RequestOptions) has been deprecated in favour of applyReferralCode(ApplyReferralCodeInput, RequestOptions), and will be removed in a future release.

First non-alpha release

17 Feb 22:17
f951e9b
Compare
Choose a tag to compare
Merge pull request #2 from saasquatch/dev2

Dev2