Add the same warning to the changelog

Added the warning from the README.md to the CHANGELOG.md.
This commit is contained in:
Pfifer, Justin 2018-02-06 13:48:00 -08:00
parent 08eb984afe
commit 8b9f1fd362

View file

@ -3,6 +3,7 @@
## Release 1.9.0 (February 6, 2018) ## Release 1.9.0 (February 6, 2018)
* Introducing support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the [AWS Documentation for ListShards](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html) for more information. * Introducing support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the [AWS Documentation for ListShards](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html) for more information.
* ListShards supports higher call rate, which should reduce instances of throttling when attempting to synchronize the shard list. * ListShards supports higher call rate, which should reduce instances of throttling when attempting to synchronize the shard list.
* __WARNING: `ListShards` is a new API, and may require updating any explicit IAM policies__
* Added configuration parameters for ListShards usage * Added configuration parameters for ListShards usage
| Name | Default | Description | | Name | Default | Description |