1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
# Release History
## 1.1.0b2 (Unreleased)
### Features Added
- Added the ability specify the API version by an optional `api_version` keyword parameter.
### Breaking Changes
### Bugs Fixed
### 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](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
## 1.1.0b1 (2022-03-23)
### Features Added
- Adding optional parameter to GetRelayConfiguration to choose credential Time-To-Live in seconds of max 48 hours.
The default value will be used if given value exceeds it.
### Breaking Changes
- Making User, RouteType and Ttl part of the options parameter
- getRelayConfiguration can be called without parameters or passing the GetRelayConfigurationOptions parameter
## 1.0.0 (2022-02-04) (Deprecated)
### Breaking Changes
- Making parameters for get_relay_configuration keyword only
### Other Changes
Python 2.7 is no longer supported. Please use Python version 3.6 or later.
## 1.0.0b2 (2021-11-18)
### Features Added
- Made User Identity an optional parameter when getting a Relay Configuration.
- Added RouteType as optional parameter when getting a Relay Configuration so users can
choose the routing type protocol of the requested Relay Configuration.
## 1.0.0b1 (2021-08-16)
- Preview release of `azure-communication-networktraversal`.
The first preview of the Azure Communication Relay Client has the following features:
- get a Relay Configuration by creating a CommunicationRelayClient
### Added
- Added CommunicationRelayClient in preview.
- Added CommunicationRelayClient.get_relay_configuration in preview.
<!-- LINKS -->
[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/communication/
|