Skip to content

Releases: sinch/sinch-sdk-java

v1.5.1

04 Mar 09:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

12 Feb 13:47
Compare
Choose a tag to compare

What's Changed

  • Chore

  • SMS

    • [feat] Versioned access to SMS services
    • [deprecation notice] Un-versioned access to SMS services (see SMS migration guide)
  • Conversation

    • [fix] Channel specific message (Messenger / FLOWS) fix for serialization/de-serialization
    • [fix] List ChoiceItem.media field fix for serialization/de-serialization
  • Numbers

  • Verification

  • Voice

Full Changelog: v1.4.0...v1.5.0

v1.4.0

06 Nov 17:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

01 Oct 06:32
Compare
Choose a tag to compare

What's Changed

  • SMS
    • fix: Enable list of parameters grouped by duplicated keys

Full Changelog: v1.3.0...v1.3.1

v1.2.4

30 Sep 17:40
Compare
Choose a tag to compare

What's Changed

  • SMS
    • fix: Enable list of parameters grouped by duplicated keys

Full Changelog: https://github.com/sinch/sinch-sdk-java/compare/v1.2.3..v1.2.4

v1.3.0

27 Sep 16:01
Compare
Choose a tag to compare

What's Changed

  • Conversation

    • [feat] Support Conversation API
  • Numbers

    • [feat] Helper function for webhook authentication header
    • [feat] readOnly fields are no longer sent over network
  • SMS

    • [feat]: Align with updated specs for DryRun
  • Verification

    • Enforce webhooks validation logic for empty or missing 'authorization' header
  • Core

    • Generated sources
      • [fix] Generated sources with OptionalValue getter: guard against uninitialized value
      • [feat] contains serializer/deserializer to be used for delegation pattern
      • [feat] enhanced javadoc content
    • Versioning
      • [feat] Store SDK related information within sources

Full Changelog: v1.2.3...v1.3.0

v1.2.3

04 Sep 13:52
Compare
Choose a tag to compare

What's Changed

Verification (SMS)

  • feat: Support additional properties onto Start verification by SMS by @JPPortier in #142

Full Changelog: v1.2.2...v1.2.3

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