Skip to content

Commit 0bace85

Browse files
committed
Release 11.0.0-rc.7
1 parent b7718a2 commit 0bace85

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
twilio-java changelog
22
=====================
33

4+
[2025-09-18] Version 11.0.0-rc.7
5+
--------------------------------
6+
**Api**
7+
- Add `date_created` property to media resource and date_created filtering parameters for read action
8+
- Updated the Recordings Resource `channels` property to clarify channels = # of channels in the recording resource and how to specify the # of channels in recording download
9+
10+
**Intelligence**
11+
- Add encryption_credential_sid field in transcripts and services in v2
12+
13+
**Trusthub**
14+
- Remove beta feature flag for all TH APIs
15+
- Remove beta feature flag for ComplianceInquiries API to support OneConsole traffic
16+
17+
**Twiml**
18+
- Add new noun `<AiSession>`
19+
20+
421
[2025-09-04] Version 11.0.0-rc.6
522
--------------------------------
623
**Api**

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>twilio</artifactId>
66
<packaging>jar</packaging>
77
<name>twilio</name>
8-
<version>11.0.0-rc.6</version>
8+
<version>11.0.0-rc.7</version>
99
<description>Twilio Java Helper Library</description>
1010
<url>https://www.twilio.com</url>
1111
<licenses>
@@ -19,7 +19,7 @@
1919
<url>git@github.com:twilio/twilio-java.git</url>
2020
<connection>scm:git:git@github.com:twilio/twilio-java.git</connection>
2121
<developerConnection>scm:git:git@github.com:twilio/twilio-java.git</developerConnection>
22-
<tag>11.0.0-rc.6</tag>
22+
<tag>11.0.0-rc.7</tag>
2323
</scm>
2424
<developers>
2525
<developer>

src/main/java/com/twilio/Twilio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
public class Twilio {
2626

27-
public static final String VERSION = "11.0.0-rc.6";
27+
public static final String VERSION = "11.0.0-rc.7";
2828
public static final String JAVA_VERSION = System.getProperty("java.version");
2929
public static final String OS_NAME = System.getProperty("os.name");
3030
public static final String OS_ARCH = System.getProperty("os.arch");

0 commit comments

Comments
 (0)