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
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2023-07-13] Version 8.5.0
7
+
--------------------------
8
+
**Library - Fix**
9
+
-[PR #718](https://github.com/twilio/twilio-python/pull/718): Create __init__.py for intelligence domain. Thanks to [@AsabuHere](https://github.com/AsabuHere)!
10
+
11
+
**Flex**
12
+
- Adding `interaction_context_sid` as optional parameter in Interactions API
13
+
14
+
**Messaging**
15
+
- Making visiblity public for tollfree_verification API
16
+
17
+
**Numbers**
18
+
- Remove Sms capability property from HNO creation under version `/v2` of HNO API. **(breaking change)**
19
+
- Update required properties in LOA creation under version `/v2` of Authorization document API. **(breaking change)**
20
+
21
+
**Taskrouter**
22
+
- Add api to fetch task queue statistics for multiple TaskQueues
23
+
24
+
**Verify**
25
+
- Add `RiskCheck` optional parameter on Verification creation.
@@ -33,6 +33,7 @@ class InteractionInstance(InstanceResource):
33
33
:ivar routing: A JSON Object representing the routing rules for the Interaction Channel. See [Outbound SMS Example](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#agent-initiated-outbound-interactions) for an example Routing object. The Interactions resource uses TaskRouter for all routing functionality. All attributes in the Routing object on your Interaction request body are added “as is” to the task. For a list of known attributes consumed by the Flex UI and/or Flex Insights, see [Known Task Attributes](https://www.twilio.com/docs/flex/developer/conversations/interactions-api#task-attributes).
0 commit comments