From dabae6df3fd53b470da8806d641d05dbb66859da Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 24 Oct 2019 18:14:24 +0000 Subject: [PATCH] 3.112.28 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c52e3e1e..52333ba758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.112.28 - 2019-10-24 * `Aws\AppMesh` - This release adds support for the gRPC and HTTP/2 protocols. * `Aws\Chime` - * This release introduces Voice Connector PDX region and defaults previously created Voice Connectors to IAD. You can create Voice Connector Groups and add region specific Voice Connectors to direct telephony traffic across AWS regions in case of regional failures. With this release you can add phone numbers to Voice Connector Groups and can bulk move phone numbers between Voice Connectors, between Voice Connector and Voice Connector Groups and between Voice Connector Groups. Voice Connector now supports additional settings to enable SIP Log capture. This is in addition to the launch of Voice Connector Cloud Watch metrics in this release. This release also supports assigning outbound calling name (CNAM) to AWS account and individual phone numbers assigned to Voice Connectors. * Voice Connector now supports a setting to enable real time audio streaming delivered via Kinesis Audio streams. Please note that recording Amazon Chime Voice Connector calls with this feature maybe be subject to laws or regulations regarding the recording of telephone calls and other electronic communications. AWS Customer and their end users' have the responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or to a recorded communication that the session or communication is being recorded and obtain their consent. diff --git a/src/Sdk.php b/src/Sdk.php index 43779ed3b5..f833c836d2 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -387,7 +387,7 @@ */ class Sdk { - const VERSION = '3.112.27'; + const VERSION = '3.112.28'; /** @var array Arguments for creating clients */ private $args;