Skip to content

Releases: talon-one/TalonOneJavaSdk

v13.1.0

11 Jul 12:01
afb4f4d
Compare
Choose a tag to compare

What's Changed

Fixed a bug where new properties in the CartItem were not included in the release (selectedPriceType, adjustmentReferenceId, adjustmentEffectiveFrom, adjustmentEffectiveUntil, prices)

v13.0.0

10 Jul 06:58
b144d44
Compare
Choose a tag to compare

Summary

Added endpoints

Management API

ManagementApi | createCampaignStoreBudget | POST /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets | Create campaign store budgetManagementApi | deleteCampaignStoreBudgets | DELETE /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets | Delete campaign store budgets
ManagementApi | exportCampaignStoreBudgets | GET /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets/export | Export campaign store budgets
ManagementApi | importCampaignStoreBudget | POST /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets/import | Import campaign store budgets
ManagementApi | listCampaignStoreBudgetLimits | GET /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets | List campaign store budget limits
ManagementApi | scimCreateGroup | POST /v1/provisioning/scim/Groups | Create SCIM group
ManagementApi | scimDeleteGroup | DELETE /v1/provisioning/scim/Groups/{groupId} | Delete SCIM group
ManagementApi | scimGetGroup | GET /v1/provisioning/scim/Groups/{groupId} | Get SCIM group
ManagementApi | scimGetGroups | GET /v1/provisioning/scim/Groups | List SCIM groups
ManagementApi | scimPatchGroup | PATCH /v1/provisioning/scim/Groups/{groupId} | Update SCIM group attributes
ManagementApi | scimReplaceGroupAttributes | PUT /v1/provisioning/scim/Groups/{groupId} | Update SCIM group
ManagementApi | summarizeCampaignStoreBudget | GET /v1/applications/{applicationId}/campaigns/{campaignId}/stores/budgets/summary | Get summary of campaign store budgets

Removed endpoints

Management API

ManagementApi | getWebhookActivationLogs | GET /v1/webhook_activation_logs | List webhook activation log entries
ManagementApi | getWebhookLogs | GET /v1/webhook_logs | List webhook log entries

v12.0.0

25 Jun 08:47
0af71f9
Compare
Choose a tag to compare

Summary

Converted parameters of type Integer to Long throughout the Integration API and Management API.

v11.0.0

05 May 10:40
Compare
Choose a tag to compare

Summary

Added endpoints

Management API

TalonOne::ManagementApi | get_message_logs | GET /v1/message_logs | List message log entries

Removed endpoints

Management API

TalonOne::ManagementApi | notification_activation | PUT /v1/notifications/{notificationId}/activation | Activate or deactivate notification
TalonOne::ManagementApi | post_added_deducted_points_notification | POST /v1/loyalty_programs/{loyaltyProgramId}/notifications/added_deducted_points | Create notification about added or deducted loyalty points
TalonOne::ManagementApi | post_catalogs_strikethrough_notification | POST /v1/applications/{applicationId}/catalogs/notifications/strikethrough | Create strikethrough notification
TalonOne::ManagementApi | post_pending_points_notification | POST /v1/loyalty_programs/{loyaltyProgramId}/notifications/pending_points | Create notification about pending loyalty points

v10.0.0

17 Jan 14:57
Compare
Choose a tag to compare

Summary

Removed endpoints

Management API

getAllAccessLogs | GET /v1/access_logs | List access logs

9.1.0

05 Nov 14:27
65c1e38
Compare
Choose a tag to compare

Summary

Integration API

Checksums for pom file

18 Oct 14:01
c179507
Compare
Choose a tag to compare
Generating checksum for pom (#49)

* add checksum for pom

* add checksum for pom

Checksums for JAVA SDK

18 Oct 09:16
db42880
Compare
Choose a tag to compare

Provide a md5 hash along with the SDK package in the maven repository.

v9.0.0

25 Sep 09:19
b3a2e92
Compare
Choose a tag to compare

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}