You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+32
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,38 @@
1
1
twilio-node changelog
2
2
=====================
3
3
4
+
[2023-01-25] Version 4.0.0
5
+
--------------------------
6
+
**Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md###-2023-01-25-3xx-to-4xx) for detailed migration notes.
7
+
8
+
**Library - Fix**
9
+
-[PR #902](https://github.com/twilio/twilio-node/pull/902): remove Flex shortcuts for removed APIs. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
10
+
-[PR #897](https://github.com/twilio/twilio-node/pull/897): use break() for method names rather than break_(). Thanks to [@mattcole19](https://github.com/mattcole19)!
11
+
12
+
**Library - Docs**
13
+
-[PR #901](https://github.com/twilio/twilio-node/pull/901): update README link to exceptions example for 4.x release. Thanks to [@stern-shawn](https://github.com/stern-shawn)!
14
+
-[PR #899](https://github.com/twilio/twilio-node/pull/899): use long property descriptions if available. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
15
+
-[PR #895](https://github.com/twilio/twilio-node/pull/895): add relevant Refer/Say/ssml links to upgrade guide; formatting. Thanks to [@stern-shawn](https://github.com/stern-shawn)!
16
+
17
+
**Library - Chore**
18
+
-[PR #888](https://github.com/twilio/twilio-node/pull/888): re-add test:typescript to test rule. Thanks to [@beebzz](https://github.com/beebzz)!
19
+
20
+
**Library - Feature**
21
+
-[PR #883](https://github.com/twilio/twilio-node/pull/883): Merge branch '4.0.0-rc' to main. Thanks to [@childish-sambino](https://github.com/childish-sambino)! **(breaking change)**
22
+
23
+
**Api**
24
+
- Add `public_application_connect_enabled` param to Application resource
25
+
26
+
**Messaging**
27
+
- Add new tollfree verification API property (ExternalReferenceId)]
28
+
29
+
**Verify**
30
+
- Add `device_ip` parameter and channel `auto` for sna/sms orchestration
31
+
32
+
**Twiml**
33
+
- Add support for `<Application>` noun and `<ApplicationSid>` noun, nested `<Parameter>` to `<Hangup>` and `<Leave>` verb
0 commit comments