v0.6.0
Release Notes
Library - Feature
- PR #62: add support for region and edge values in url. Thanks to @eshanholtz!
Library - Chore
- PR #65: update github action linter. Thanks to @eshanholtz!
- PR #60: add user-agent header on all requests. Thanks to @shwetha-manvinkurke!
Library - Fix
- PR #63: parameter names in the request. Thanks to @shwetha-manvinkurke!
- PR #59: custom headers, cleanup docs, regenerate with the latest specs. Thanks to @shwetha-manvinkurke!
Library - Docs
- PR #61: Update readme for launch. Thanks to @garethpaul!
Api
- Revert Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address - Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address
Bulkexports
- moving enum to doc root for auto generating documentation
- adding status enum and default output properties
Events
- Change schema_versions prop and key to versions (breaking change)
Messaging
- Add
use_inbound_webhook_on_number
field in Service API for fetch, create, update, read
Taskrouter
- Add
If-Match
Header based on ETag for Task Delete
Verify
- Add
AuthPayload
parameter to support verifying aChallenge
upon creation. This is only supported fortotp
factors. - Add support to resend the notifications of a
Challenge
. This is only supported forpush
factors.