github_repo_scraped
/
repos
/Azure-azure-sdk-for-python-c89899b
/sdk
/communication
/azure-communication-rooms
/CHANGELOG.md
Release History
1.1.0 (2024-04-15)
- General Availability version of PSTN dial-out capability feature.
Features Added
- Added support for a new communication identifier
MicrosoftTeamsAppIdentifier
.
Other Changes
- The
MicrosoftBotIdentifier
andMicrosoftBotProperties
have been deprecated.
1.1.0b1 (2023-10-31)
Features Added
- Added support for PSTN dial-out capability
1.0.0 (2023-06-12)
- Stable release of
azure-communication-rooms
.
1.0.0b3 (2023-05-17)
Features Added
- Added the ability specify the API version by an optional
api_version
keyword parameter. - New function
list_rooms
added inRoomsClient
to list all valid rooms. - Added pagination support for
list_participants
.
Breaking Changes
- Changed:
update_room
no longer accepts participant list as input. - Changed: Replaced
add_participants
andupdate_participants
withadd_or_update_participants
. - Changed: Renamed
RoleType
toParticipantRole
. - Changed: Renamed
created_on
tocreated_at
inCommunicationRoom
. - Changed: Renamed
get_participants
tolist_participants
inRoomsClient
. - Removed: Removed
participants
fromCommunicationRoom
class. - Removed: Removed
room_join_policy
, all rooms are invite-only by default.
1.0.0b2 (2022-08-31)
Bugs Fixed
- Invalid datestrings for
valid_from
andvalid_until
raises exception
Other Changes
Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.
1.0.0b1 (2022-08-10)
- Initial version