Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 9549185

Browse files
committed
Version 1.13 alexa-client-sdk
Changes in this update: Minor updates to README.md and CHANGELOG.md
1 parent c7b3142 commit 9549185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Added an exponential wait time for retrying transmitting a message via CertifiedSender.
1111
* When Volume is set to 0 and device is unmuted, volume is bumped up to a non-zero value. When Volume is set to 0 and Alexa talks back to you, volume is bumped up to a non-zero value.
1212
* Deprecated HttpResponseCodes.h, which is now present only to ensure backward compatibility.
13-
* The default endpoint for AVS connections has changed.
13+
* The [default base URLs](https://developer.amazon.com/docs/alexa-voice-service/api-overview.html#endpoints) for AVS have changed. These new URLs are supported by SDK v1.13 and later versions. Amazon recommends that all new and existing implementations update to v1.13 or later and use the new base URLs accordingly; however, Amazon will continue to support the legacy base URLs.
1414

1515
**Bug Fixes**
1616

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In addition to adopting the [Security Best Practices for Alexa](https://develope
117117
* Added an exponential wait time for retrying transmitting a message via CertifiedSender.
118118
* When Volume is set to 0 and device is unmuted, volume is bumped up to a non-zero value. When Volume is set to 0 and Alexa talks back to you, volume is bumped up to a non-zero value.
119119
* Deprecated HttpResponseCodes.h, which is now present only to ensure backward compatibility.
120-
* The default endpoint for AVS connections has changed.
120+
* The [default base URLs](https://developer.amazon.com/docs/alexa-voice-service/api-overview.html#endpoints) for AVS have changed. These new URLs are supported by SDK v1.13 and later versions. Amazon recommends that all new and existing implementations update to v1.13 or later and use the new base URLs accordingly; however, Amazon will continue to support the legacy base URLs.
121121

122122
**Bug Fixes**
123123

0 commit comments

Comments
 (0)