forked from twilio/twilio-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
111 lines (74 loc) · 2.97 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
twilio-java Changelog
=======================
Here you can see the full list of changes between each twilio-java release.
Version 3.4.1
Released on October 21, 2013
- Add support for searching for mobile-enabled numbers.
Version 3.4.0
-------------
Released on September 18th, 2013
- Add MMS support.
- SIP-In support.
Version 3.3.16
--------------
- Adds a Makefile for consistency with other helper libraries
- You can delete transcriptions
Version 3.3.15
--------------
Released n/a
- Content-type detection is now friendlier to charset declarations in header.
- GET Requests now use secure HTTPS endpoint.
- TwilioUtil for validation using accountSid deprecated because accountSid is not needed.
Version 3.3.15
--------------
Released on April 1, 2013
- The twilio-java library now works with the Google App Engine Java SDK.
Version 3.3.14
--------------
Released on March 18, 2013
- Add support for Sip from Twilio
Version 3.3.13
--------------
Released on January 22, 2013
Fixes a number of bugs in the library implementation.
- You can retrieve a participant from a Conference object by referencing
a Call Sid. https://github.com/twilio/twilio-java/pull/77
- You can retrieve a member from a Queue object by referencing its sid.
https://github.com/twilio/twilio-java/pull/76
- The Account object can retrieve UsageTriggers. https://github.com/twilio/twilio-java/pull/75
- You can create subaccounts via the Java library. https://github.com/twilio/twilio-java/pull/74
- Requests for Short Code resources will not 404. https://github.com/twilio/twilio-java/pull/73
- You can create new Queues via the Java library. https://github.com/twilio/twilio-java/pull/71
- You can delete Caller ID's via the Java library. https://github.com/twilio/twilio-java/pull/70
- Retrieve a list of your Connect Apps https://github.com/twilio/twilio-java/pull/67
- AuthorizedConnectApps no longer references nonexistent properties https://github.com/twilio/twilio-java/pull/65
- You can retrieve the Type of an Account ("Full", "Trial" etc) https://github.com/twilio/twilio-java/pull/62
- You can filter Accounts by a FriendlyName or Type https://github.com/twilio/twilio-java/pull/63
Version 3.3.10
-------------
Released on October 10, 2012
- Adds support for Queue primitive
- Add Application delete
Version 3.3.9
-------------
Released on June 1, 2012
- Updates pom.xml for central Maven submission
- Fixes all Javadoc warnings
Version 3.3.8
-------------
Released on April 3, 2012
- Fixes recording delete requests
- Add the ability to close a subaccount
- Fixed application misspellings
- Sandbox class fixes
- Fix for ConnectAppList
Version 3.3.7
-------------
Released on January 25, 2011
- Mavenized the build
- Removed unnecessary jars from dependencies
Version 3.3.6
-------------
Released on January 18, 2011
- Fixed a bug where the short one second HTTP Connection timeout led to connection exceptions - increased to 10 seconds
- Fixed constructors for resource instances must not accept null Sid