Skip to content

Commit

Permalink
chore: syncing changelogs with main
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Nov 2, 2023
1 parent b304de8 commit d0fabfd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
36 changes: 32 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
twilio-node changelog
=====================

[2023-10-17] Version 5.0.0-rc.0
[2023-10-19] Version 4.19.0
---------------------------
- Release Candidate preparation
**Library - Chore**
- [PR #966](https://github.com/twilio/twilio-node/pull/966): upgraded semver versions. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #964](https://github.com/twilio/twilio-node/pull/964): added feature request issue template. Thanks to [@sbansla](https://github.com/sbansla)!

**Accounts**
- Updated Safelist metadata to correct the docs.
- Add Global SafeList API changes

**Api**
- Added optional parameter `CallToken` for create participant api

**Flex**
- Adding `offline_config` to Flex Configuration

**Intelligence**
- Deleted `redacted` parameter from fetching transcript in v2 **(breaking change)**

**Lookups**
- Add new `phone_number_quality_score` package to the lookup response
- Remove `disposable_phone_number_risk` package **(breaking change)**

**Messaging**
- Update US App To Person documentation with current `message_samples` requirements

**Taskrouter**
- Remove beta_feature check on task_queue_bulk_real_time_statistics endpoint
- Add `virtual_start_time` property to tasks
- Updating `task_queue_data` format from `map` to `array` in the response of bulk get endpoint of TaskQueue Real Time Statistics API **(breaking change)**


[2023-10-05] Version 4.18.1
---------------------------
Expand Down Expand Up @@ -3073,8 +3101,8 @@ twilio-node changelog
----------------------------
**Sync**
- Add TTL support for Sync objects *(breaking change)*
- The required `data` parameter on the following actions is now optional: "Update Document", "Update Map Item", "Update List Item"
- New actions available for updating TTL of Sync objects: "Update List", "Update Map", "Update Stream"
- The required `data` parameter on the following actions is now optional: "Update Document", "Update Map Item", "Update List Item"
- New actions available for updating TTL of Sync objects: "Update List", "Update Map", "Update Stream"

**Video**
- [bi] Rename `RoomParticipant` to `Participant`
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "5.0.0-rc.0",
"version": "4.19.0",
"author": "API Team <[email protected]>",
"contributors": [
{
Expand Down Expand Up @@ -30,23 +30,23 @@
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.23.0",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.5",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"@types/url-parse": "^1.4.8",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"eslint": "^8.31.0",
"express": "^4.17.1",
"jest": "^29.3.1",
"jest": "^29.5.5",
"jshint": "^2.11.0",
"mock-fs": "^5.2.0",
"nock": "^13.2.9",
"node-mocks-http": "^1.8.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.1",
"typescript": "^4.7.2",
"typedoc": "^0.23.21"
},
Expand Down

0 comments on commit d0fabfd

Please sign in to comment.