Skip to content

Releases: talon-one/maven-artefacts

v9.0.0: Merge pull request #11 from talon-one/sc-42167-update-java-sdk

v8.0.0

11 Jun 07:43
2658a97
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: Fix issue with management key authentication

15 Mar 09:14
dab991b
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:18
9357239
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 09:02
a3b8498
Compare
Choose a tag to compare

TalonOneJavaSDK PR 37

What's Changed

New Contributors

  • @giou-k made their first contribution in #6

Full Changelog: v5.0.2...v5.0.3

v5.0.2: fix notification campaign class enum missing values

23 Jun 14:01
0bbd853
Compare
Choose a tag to compare

Changes List

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

26 Apr 23:12
12f5e5b
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:35
66fdcaf
Compare
Choose a tag to compare

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

07 Jun 16:54
2734ba2
Compare
Choose a tag to compare

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

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)