Releases: twilio/twilio-python
Releases · twilio/twilio-python
7.12.1
7.12.0
Release Notes
Flex
- Add
status
,error_code
, anderror_message
fields to InteractionChannel
- Adding
messenger
andgbm
as supported channels for Interactions API
Messaging
- Update alpha_sender docs with new valid characters
Verify
- Reorder Verification Check parameters so
code
stays as the first parameter (breaking change) - Rollback List Attempts API V2 back to pilot stage.
7.11.0
Release Notes
Library - Fix
- PR #611: useragent regrex unit test for RC branch. Thanks to @claudiachua!
Library - Test
Conversations
- Allowed to use
identity
as part of Participant's resource (breaking change)
Lookups
- Remove
enhanced_line_type
from the lookup response (breaking change)
Supersim
- Add support for
sim_ip_addresses
resource to helper libraries
Verify
- Changed summary param
service_sid
toverify_service_sid
to be consistent with list attempts API (breaking change) - Make
code
optional on Verification check to supportsna
attempts. (breaking change)
7.10.0
Release Notes
Api
- Added
amazon-polly
tousage_record
API.
Insights
- Added
annotation
field in call summary - Added new endpoint to fetch/create/update Call Annotations
Verify
- Remove
api.verify.totp
beta flag and set maturity tobeta
for Verify TOTP properties and parameters. (breaking change) - Changed summary param
verify_service_sid
toservice_sid
to be consistent with list attempts API (breaking change)
Twiml
- Add
maxQueueSize
toEnqueue
7.9.3
Release Notes
Lookups
- Adding support for Lookup V2 API
Studio
- Corrected PII labels to be 30 days and added context to be PII
Twiml
- Add
statusCallbackMethod
attribute, nested<Config
and<Parameter>
elements to<VirtualAgent>
noun. - Add support for new Amazon Polly voices (Q2 2022) for
Say
verb - Add support for
<Conversation>
noun
7.9.2
Release Notes
Library - Chore
- PR #608: use Docker 'rc' tag for release candidate images. Thanks to @childish-sambino!
7.9.1
Release Notes
Library - Fix
- PR #592: Respect HTTPS_PROXY and other settings from env vars. Thanks to @AlanCoding!
Api
- Add property
media_url
to the recording resources
Verify
- Include
silent
as a channel type in the verifications API.
7.9.0
Release Notes
Conversations
- Expose query parameter
type
in list operation on Address Configurations resource
Supersim
- Add
data_total_billed
andbilled_units
fields to Super SIM UsageRecords API response. - Change ESimProfiles
Eid
parameter to optional to enable Activation Code download method support (breaking change)
Verify
- Deprecate
push.include_date
parameter in create and update service.
7.8.2
7.8.1
Release Notes
Library - Chore
- PR #600: add jinja2 for make docs. Thanks to @JenniferMah!
- PR #599: DI-1565 test case. Thanks to @claudiachua!
- PR #597: update user-agent string to standardize format. Thanks to @claudiachua!
Library - Fix
- PR #593: revise malformed str(self) function. Thanks to @twilio-aiss!
Api
- Updated
provider_sid
visibility to private
Verify
- Verify List Attempts API summary endpoint added.
- Update PII documentation for
AccessTokens
factor_friendly_name
property.
Voice
- make annotation parameter from /Calls API private