Skip to content

Commit 5f81170

Browse files
author
Aaron Alaniz
authored
Add Changelog entries (#22)
1 parent b2def3e commit 5f81170

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## 0.1.3
4+
5+
### Features
6+
7+
* Updated the `twilio rtc:apps:video:deploy --override` flag behavior to update an existing Twilio Serverless instance rather than deleting and redeploying an instance. This behavior allows users to update an existing deployment's passcode without changing their application's URL. This betterment was proposed in #14.
8+
9+
### Maintenance
10+
11+
* Use the Twilio Account SID from a Twilio Function context rather than copying from a Twilio Client instance.
12+
13+
## 0.1.2
14+
15+
### Maintenance
16+
17+
* Addressed security alerts
18+
19+
## 0.1.1
20+
21+
### Maintenance
22+
23+
* Updated the token server to return the following error response with status code `400` when the request body is missing the `user_identity` field.
24+
25+
```json
26+
{
27+
"error": {
28+
"message": "missing user_identity",
29+
"explanation": "The user_identity parameter is missing."
30+
}
31+
}
32+
```
33+
34+
## 0.1.0
35+
36+
The Twilio RTC plugin is a [Twilio CLI](https://www.twilio.com/docs/twilio-cli/quickstart) plugin created to help developers develop and deploy real-time communication applications. To get started using this plugin, please reference the supported [apps section](https://github.com/twilio-labs/plugin-rtc/tree/v0.1.0#supported-apps).

0 commit comments

Comments
 (0)