Skip to content

Commit a4350af

Browse files
author
Tim Mendoza
committed
Add changelog entry
1 parent b4f7114 commit a4350af

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,57 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Breaking Change
6+
7+
- This version adds extra random digits to the URL used by the Twilio Video Apps. The format of the URL has changed from `https://video-app-xxxx-dev.twil.io` to `https://video-app-xxxx-yyyy-dev.twil.io`. The iOS and Android video apps must be upgraded in order to work with this new format. The React app does not need to be upgraded.
8+
39
## 0.1.6
410

511
### Maintenance
612

7-
* Move @oclif/plugin-help from devDependencies to dependencies to resolve NPM warning.
13+
- Move @oclif/plugin-help from devDependencies to dependencies to resolve NPM warning.
814

915
## 0.1.5
1016

1117
### Maintenance
1218

13-
* Updated `twilio rtc:apps:video:deploy` command so that it checks for the existence of a necessary Twilio API Key before deploying the video token server.
19+
- Updated `twilio rtc:apps:video:deploy` command so that it checks for the existence of a necessary Twilio API Key before deploying the video token server.
1420

1521
## 0.1.4
1622

1723
### Maintenance
1824

19-
* Updated `twilio rtc:apps:video:delete` command so that it doesn't check for serverless environments before deleting the app. This allows the command to delete the app even when no environments exist.
25+
- Updated `twilio rtc:apps:video:delete` command so that it doesn't check for serverless environments before deleting the app. This allows the command to delete the app even when no environments exist.
2026

2127
## 0.1.3
2228

2329
### Features
2430

25-
* 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.
31+
- 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.
2632

2733
### Maintenance
2834

29-
* Use the Twilio Account SID from a Twilio Function context rather than copying from a Twilio Client instance.
35+
- Use the Twilio Account SID from a Twilio Function context rather than copying from a Twilio Client instance.
3036

3137
## 0.1.2
3238

3339
### Maintenance
3440

35-
* Addressed security alerts
41+
- Addressed security alerts
3642

3743
## 0.1.1
3844

3945
### Maintenance
4046

41-
* Updated the token server to return the following error response with status code `400` when the request body is missing the `user_identity` field.
47+
- Updated the token server to return the following error response with status code `400` when the request body is missing the `user_identity` field.
4248

4349
```json
4450
{
45-
"error": {
46-
"message": "missing user_identity",
47-
"explanation": "The user_identity parameter is missing."
48-
}
51+
"error": {
52+
"message": "missing user_identity",
53+
"explanation": "The user_identity parameter is missing."
54+
}
4955
}
5056
```
5157

0 commit comments

Comments
 (0)