Skip to content

Releases: sinch/sinch-sdk-java

v1.2.2

19 Aug 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Jul 11:16
Compare
Choose a tag to compare

What's Changed

Fix: Numbers

  • Add missing WebHooksService.validateAuthenticationHeader function for Numbers

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jul 15:35
Compare
Choose a tag to compare

What's new

Starting with version 1.2, Numbers domain now support versioned access by using the v1() API calls
The existing non-versioned services will no longer be updated with new features/fields.

What's Changed

[Feature] Design

  • New versioned service simplified access to available or active: APIs are accessible directly under v1()

[Feature] FAX & EST number's configuration

  • The VoiceConfiguration and ScheduledVoiceProvisioning models have been updated to reflect the “Unified Numbers” API updates: they now hold values for Fax and Elastic SIP Trunking configuration (respectively with the properties serviceId and trunkId).

[Docs] Verification

  • Error message related to invalid configuration (credentials) fixed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Jul 06:59
Compare
Choose a tag to compare

What's new

With version 1.1 we are moving to support versioned domain access.
Starting with the Verification domain, you can access services by using the v1() API calls.
The existing non-versioned services will no longer be updated with new features/fields.

What's Changed since v1.0.0

[Feature] Design

  • Non-versioned Verification domain is split into dedicated Start and Report new versioned services

[Feature] Synchronization with documentation terms

  • Callout related fields and APIs are now named Phone Call
  • Seamless related fields and APIs are now named Data

[Feature] Start Verification

  • VerificationStartRequestSms
    • [Specs] Support Accept-Language option
    • [Specs] Support code type option
    • [Specs] Support expiry option
  • VerificationStartRequestPhoneCall
    • [Specs] Support speech option
  • VerificationStartResponseData
    • [BugFix] targetUri field added

[Feature] Verification Report

  • [SpecsFix] VerificationReportResponse: Report service no longer returns a common status response shared with status service, but a dedicated verification report response.

[Feature] Webhooks

  • [Protocol specs]: VerificationRequestEvent.acceptLanguage field is deprecated

[Tech] Logs

  • Reduce logging severity related to phone number not compliant with E164 format

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Apr 06:17
Compare
Choose a tag to compare

What's New

  • [Feature] : Support Numbers API (SDK doc)
  • [Feature] : Support SMS API (SDK doc). Support both unified credentials (project Id) and service plan Id
  • [Feature] : Support Verification API (SDK doc)
  • [Feature] : Support Voice API (REST API)
  • [Doc]: Online javadoc

Full Changelog: v0.0.6-alpha...v1.0.0

v0.0.6-alpha

18 Mar 09:45
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release

What's Changed

  • feature: Support service plan ID by @JPPortier
  • feature: Provide a single WebhooksEvent parse(String payload) function enabling parse events from SMS Webhooks functions
  • refactor: Align SDK naming by @JPPortier
    • voice.updateNumbers -> voice.assignNumbers
    • verificationStatus.get ->
      • verificationStatus.getByIdentity
      • verificationStatus.getById
      • verificationStatus.getByReference
    • voice.applications.getNumbers -> voice.applications.listNumbers

Full Changelog: v0.0.5-alpha...v0.0.6-alpha

v0.0.5-alpha

16 Feb 05:45
Compare
Choose a tag to compare
v0.0.5-alpha Pre-release
Pre-release

What's Changed

  • Merge release release-0.0.4-alpha branch into main by @github-actions in #54
  • Verification API:
    • use dedicated function for 'report' and 'status' by @JPPortier in #56
    • moved verification .status() domain name to .verificationStatus() by @JPPortier in #56

Full Changelog: v0.0.4-alpha...v0.0.5-alpha

v0.0.4-alpha

v0.0.3-alpha

31 Jan 14:29
Compare
Choose a tag to compare
v0.0.3-alpha Pre-release
Pre-release

What's Changed

  • DEVEXP-:254 support undefined vs null detection for serialization by @JPPortier in #35
  • feature: Remove restriction onto unified credentials from SinchClient… by @JPPortier in #44
  • Support Voice API by @JPPortier in #45

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

15 Dec 15:50
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.1-alpha...v0.0.2-alpha