Skip to content

Releases: team-telnyx/telnyx-java

billing_group_id in answer and call requests

07 Jan 20:33
74ae30e
Compare
Choose a tag to compare

Adds key/value param billing_group_id to each of the Answer and Call Requests

Add Outbound Voice Profiles and Connections

17 Dec 22:58
d1b7fda
Compare
Choose a tag to compare

Brings in outbound voice profile endpoints and connections endpoints

Brings in outbound voice profile models and connections models

Call Recording Pause & Resume

03 Dec 20:41
f7a9ad9
Compare
Choose a tag to compare

Add call recording pause and resume to call control SDK

Add NumberOrdered Event

09 Nov 23:20
d533cd0
Compare
Choose a tag to compare

Migrate NumberOrderEvent to NumberOrderedEvent and NumberOrderEventData to NumberOrdered

Model updates & Callback Updates

04 Nov 02:51
ecb2998
Compare
Choose a tag to compare

Updates to callback objects

v2.1.0 Official Release

02 Nov 22:54
6c1ce3a
Compare
Choose a tag to compare

Official update to v2 of the Java SDK

  • Method names updated
  • Builder pattern for LIST methods
  • Better serialization / deserialization
  • Updated Documentation

Updates From in Messaging to an Object

02 Nov 22:45
Compare
Choose a tag to compare

CreateMessageRequest no longer inherits from BaseMessageRequest

21 Oct 21:20
fcc90f1
Compare
Choose a tag to compare

CreateMessageRequest no longer inherits from BaseMessageRequest making the builders more straightforward

Release SDK to Beta!

15 Oct 20:19
000d890
Compare
Choose a tag to compare
Release SDK to Beta! Pre-release
Pre-release
Merge pull request #8 from team-telnyx/v2.0.6-beta

promote 2.0.5 to beta

Jersey2 / Jackson Updates

14 Oct 22:33
7077a83
Compare
Choose a tag to compare
Pre-release

Moves to jersey2 & jackson HTTP framework for underlying code.

Changes model & api package to:

  • models -> model
  • apis -> api

"x-group-parameters": "true" vendor extension only applied to specific endpoints

Renames getMessagingProfileDetailedMetrics to retrieveMessagingProfileDetailedMetrics