Skip to content

Releases: talon-one/TalonOneJavaSdk

v9.0.0

v8.0.0

11 Jun 07:30
4265121
Compare
Choose a tag to compare

Summary

New endpoints

Management API

Changes

The disabled and archived campaign states were added.

⚠️ Deprecation Notice

  • The GET /v1/roles endpoint was deprecated. Please use the new one GET /v2/roles
  • The GET /v1/roles/{roleId} endpoint was deprecated. Please use the new one GET /v2/roles/{roleId}

v7.0.0

v6.0.1

15 Mar 09:12
2b5723e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0: Add stores

02 Jan 10:14
5c6444b
Compare
Choose a tag to compare

Summary

New endpoints

Integration API

Management API

Changes:

⚠️ Deprecation Notice

  • The endpoint to create notification about campaign-related changes (POST /v1/applications/{applicationId}/notification_webhooks) was deprecated
  • The endpoint to delete notification about campaign-related changes (DELETE /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
  • The endpoint to get notification about campaign-related changes (GET /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
  • The endpoint to list notifications about campaign-related changes (GET /v1/applications/{applicationId}/notification_webhooks) was deprecated
  • The endpoint to update notification about campaign-related changes (PUT /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated

v5.0.3: fix notifications campaign FrontendStateEnum and refactor fix for notifications campaign StateEnum

25 Aug 08:53
624a215
Compare
Choose a tag to compare

v5.0.2: fix notification campaign class enum missing values

23 Jun 13:54
1eeb4a3
Compare
Choose a tag to compare

Changes List:

v5.0.1: Fix faulty response payloads in integration api endpoints

26 Apr 23:07
149a646
Compare
Choose a tag to compare

Summary

Fix faulty response payload for Reopen customer session endpoint

Endpoint now returns a ReopenSessionResponse, which maps correctly to the endpoint returned value.

Fix faulty response payload for List card's transactions

response of the endpoint was lacking the wrapping in the "page" structure that contains the list of transactions in it's Data field, see InlineResponse2001.

v5.0.0: Reopen session endpoint, loyalty data integration endpoints and loyalty card management endpoints

25 Apr 17:27
b3d14bd
Compare
Choose a tag to compare

v4.5.1: Serializing null values correctly & bumping gson@2.8.9

07 Jun 16:48
ba8e67a
Compare
Choose a tag to compare

v.4.5.1: Serializing null values correctly & bumping gson@2.8.9

Serializing null values in attribute objects correctly

When sending integration requests, allowing to remove a value for a key by serializing nulls properly.
As explained at the bottom of this section in our documentation website

closes #31

Upgrade gson dependency

Bump the gson dependency a few minor versions up, to 2.8.9 to resolve a potential security issue with the current version (2.8.6)

closes #30