- Direct Routing blade improvements - no functionality changes, UX updates and small visual bug fixes.
- Small accessibility bugs addressed.
- Continued expansion to support Azure Hub Geographies availability.
- Fixed
java.lang.StackOverflowError
crash on GH#346. - Improved memory footprint.
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on
@types/node
has been updated to version 12. Read our support policy for more details. - Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
- Added support to add
metadata
formessage
- Added
senderDisplayName
insendTypingNotification
operation. - Updated to @azure/[email protected].
- Enabled real-time notification for React Native.
- Added support to add
metadata
formessage
- Added support to add
sender_display_name
forChatThreadClient.send_typing_notification
- Added method
ChatThreadAsyncClient.listParticipants(ListParticipantsOptions listParticipantsOptions)
- Added method
ChatThreadAsyncClient.listReadReceipts(ListReadReceiptOptions listReadReceiptOptions)
- Added support for metadata in messages.
- Added options class
TypingNotificationOptions
for settingSenderDisplayName
of the notification sender.
- Added support for metadata in messages.
- Added options class
TypingNotificationOptions
for settingSenderDisplayName
of the notification sender. - Added
SenderDisplayName
toTypingIndicatorReceivedEvent
.