diff --git a/CHANGES.md b/CHANGES.md index 4af9ef19d..8fad016a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 --------------------------- @@ -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` diff --git a/package.json b/package.json index 8547a345e..292a207f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twilio", "description": "A Twilio helper library", - "version": "5.0.0-rc.0", + "version": "4.19.0", "author": "API Team ", "contributors": [ { @@ -30,9 +30,9 @@ "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", @@ -40,13 +40,13 @@ "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" },