Skip to content

Releases: evolv-ai/ascend-java-sdk

v0.7.1-beta

02 Oct 19:36
d6ec5f5
Compare
Choose a tag to compare

[0.7.1-beta] - 2019-10-02

Added

  • confirmations/contaminations are now only sent when the allocation is used
  • improved logging messages

v0.7.0-beta

30 May 01:16
c54870e
Compare
Choose a tag to compare

[0.7.0-beta] - 2019-05-29

Fixed

  • Participant's now initialize with the client instead of getting reused like before.
  • Stack traces are now logged upon exceptions.

Deprecated

  • Deprecating setAscendParticipant method in the AscendConfig builder in favor of passing the participant into the
    AscendClient init method.

Added

  • Added audience filters, allowing for filtering of the participant through user attributes.
  • AllocationStore now requires a unique user id to be given with the allocation to be stored.

v0.6.0-beta

16 Apr 18:36
8c9b4fe
Compare
Choose a tag to compare

[0.6.0] - 2019-04-16

Added

  • Deprecating the implementations AsyncHttpClientImpl and OkHttpClientImpl in favor of the implementations AsyncHttpClient and OkHttpClient. The new implementations provide more options when constructing an HttpClient.