All Versions
224
Latest Version
Avg Release Cycle
15 days
Latest Release
893 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v5.29.0 Changes
February 04, 2019Library
- PR #523: Switch body validator to use hex instead of base64. Thanks to @cjcodes!
Video
- [Recordings] Add media type filter to list operation
- [Composer] Filter Composition Hook resources by FriendlyName
Twiml
- Update
language
enum forGather
to fix language code for Filipino (Philippines) and include additional supported languages (breaking change)
-
v5.28.1 Changes
January 11, 2019๐ Verify
- โ Add
lookup
information in the response when creating a new verification (depends on the LookupEnabled flag being enabled at the service level) - โ Add
VerificationSid
optional parameter on Verification check.
- โ Add
-
v5.28.0 Changes
January 10, 2019Chat
- Mark Member attributes as PII
Proxy
- Remove unsupported query parameters (breaking change)
- โ Remove invalid session statuses in doc
-
v5.27.1 Changes
January 02, 2019Insights
- ๐ Initial revision.
-
v5.27.0 Changes
December 17, 2018Authy
- Reverted the change to
FactorType
andFormType
, avoiding conflicts with Helper Libraries reserved words (type
) (breaking change)
Proxy
- โ Remove incorrect parameter for Session List
Studio
- ๐ Support date created filtering on list of executions
Taskrouter
- โ Adding ability to Create, Modify and Delete Task Channels.
๐ Verify
- โ Add
SkipSmsToLandlines
,TtsName
,DtmfInputRequired
optional parameters on Service resource creation or update.
Wireless
- โ Added delete action on Command resource.
- โ Added delete action on Sim resource.
Twiml
- Change
currency
from enum to string forPay
(breaking change)
- Reverted the change to
-
v5.26.0 Changes
November 30, 2018Api
- โ Add
interactive_data
optional param to Messages create request
Authy
- Required authentication for
/v1/Forms/{type}
endpoint (breaking change) - โ Removed
Challenge.reason
toChallenge.responded_reason
- โ Removed
verification_sid
from Challenge responses - โ Removed
config
param from the Factor creation - Replaced all occurrences of
FactorType
andFormType
in favor of a unifiedType
(breaking change)
Chat
- โ Add Member attributes
Preview
- Removed
Authy
version frompreview
subdomain in favor toauthy
subdomain. (breaking change)
๐ Verify
- โ Add
CustomCode
optional parameter on Verication creation.
- โ Add
-
v5.25.0 Changes
November 16, 2018Messaging
- Session API
Twiml
- Change
master-card
tomastercard
ascardType
forPay
andPrompt
, remove attributecredential_sid
fromPay
(breaking change)
-
v5.24.2 Changes
October 29, 2018Library
- PR #511: Include composer require command. Thanks to @cjcodes!
- PR #503: Fix invalid generated XML in README. Thanks to @giggsey!
Api
- โ Add new Balance resource:
- url: '/v1/Accounts/{account sid}/Balance'
- supported methods: GET
- returns the balance of the account
Proxy
- Add chat_instance_sid to Service
๐ Verify
- โ Add
Locale
optional parameter on Verification creation.
-
v5.24.1 Changes
October 15, 2018Api
- โ Add Verb Transactions category to usage records
Twiml
- โ Add support for
Pay
verb
-
v5.24.0 Changes
October 15, 2018Api
- Add
coaching
andcall_sid_to_coach
to participant properties, create and update requests.
Authy
- Set public library visibility, and added PII stanza
- Dropped support for
FactorType
param given new Factor prefixes (breaking change) - ๐ Supported
DELETE
actions for Authy resources - ๐ Move Authy Services resources to
authy
subdomain
Autopilot
- Introduce
autopilot
subdomain with all resources frompreview.understand
Preview
- Renamed Understand intent to task (breaking change)
- ๐ Deprecated Authy endpoints from
preview
toauthy
subdomain
Taskrouter
- ๐ Allow TaskQueue ReservationActivitySid and AssignmentActivitySid to not be configured for MultiTask Workspaces
๐ Verify
- โ Add
LookupEnabled
optional parameter on Service resource creation or update. - โ Add
SendDigits
optional parameter on Verification creation. - โ Add delete action on Service resourse.
Twiml
- Add custom parameters to TwiML
Client
noun and renamed the optionalname
field toidentity
. This is a breaking change in Ruby, and applications will need to transition fromdial.client ''
anddial.client 'alice'
formats todial.client
anddial.client(identity: alice)
formats. (breaking change)
- Add