6.46.0
Release Notes
Library - Docs
- PR #542: add path limit error for windows. Thanks to @hack3r-0m!
Ai
- Add
Annotation ProjectandAnnotation Taskendpoints - Add
Primitivesendpoints - Add
meta.totalto the search endpoint
Conversations
- Mutable Conversation Unique Names
Insights
- Added
trustto summary.
Preview
- Simplified
Channelsresource. The path is now/BrandedChannels/branded_channel_sid/Channels(breaking change)
Verify
- Changed parameters (
configandbinding) to use dot notation instead of JSON string (e.i. Before:binding={"alg":"ES256", "public_key": "xxx..."}, Now:Binding.Alg="ES256",Binding.PublicKey="xxx..."). (breaking change) - Changed parameters (
detailsandhidden_details) to use dot notation instead of JSON string (e.i. Before:details={"message":"Test message", "fields": "[{\"label\": \"Action 1\", \"value\":\"value 1\"}]"}, Now:details.Message="Test message",Details.Fields=["{\"label\": \"Action 1\", \"value\":\"value 1\"}"]). (breaking change) - Removed
notify_service_sidfrompushservice configuration object. AddPush.IncludeDate,Push.ApnCredentialSidandPush.FcmCredentialSidservice configuration parameters. (breaking change)