Skip to content

Releases: talon-one/TalonOneJavaSdk

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

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