forked from twilio/twilio-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
68 lines (48 loc) · 2.17 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
twilio-java Changelog
=======================
Here you can see the full list of changes between each twilio-java release.
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