|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 | ## [Unreleased][unreleased] |
| 6 | + |
| 7 | +## [v0.0.11] - 2016-04-21 |
| 8 | +### Added |
| 9 | +- `AWS.CertificateManager` module for AWS Certificate Manager service. |
| 10 | +- `AWS.CloudWatch.Events` module for AWS CloudWatch Events service. |
| 11 | +- `AWS.Cognito.IdentityProvider` module for AWS Cognito Identity Provider |
| 12 | + service. |
| 13 | +- `AWS.DMS` module for AWS Database Migration Service. |
| 14 | +- `AWS.ECR` module for AWS EC2 Container Registry service. |
| 15 | +- `AWS.Inspector` module for AWS Inspector service. |
| 16 | +- `AWS.IoT` module for AWS IoT service. |
| 17 | +- `AWS.IoT.DataPlane` module for AWS IoT Data Plane service. |
| 18 | +- `AWS.Kinesis.Firehose` module for AWS Kinesis Firehose service. |
| 19 | +- `AWS.MachineLearning` module for AWS Machine Learning service. |
| 20 | +- `AWS.Marketplace.Metering` module for AWS Marketplace Metering service. |
| 21 | + |
| 22 | +### Changed |
| 23 | +- `AWS.CodePipeline` module has updated documentation. |
| 24 | +- `AWS.Cognito` module has updated documentation. |
| 25 | +- `AWS.DirectoryService` module has support for creating, deleting, describing |
| 26 | + and updating conditional forwarders. |
| 27 | +- `AWS.Kinesis` module has updated documentation and enabling and disabling |
| 28 | + enhanced monitoring. |
| 29 | +- `AWS.MCA` module has been renamed to `AWS.Marketplace.CommerceAnalytics`. |
| 30 | +- `AWS.StorageGateway` module has updated documentation. |
| 31 | +- `AWS.WAF` module has support for creating, deleting, getting, listing and |
| 32 | + updating XSS match sets. |
| 33 | +- Timex dependency upgrade from 1.x to 2.x (Fixes #40). |
| 34 | +- Bump minimum Elixir version to 1.2. |
| 35 | + |
6 | 36 | ### Fixed |
7 | 37 | - Link to `aws-codegen` added and broken AWS SDK specification links fixed in |
8 | 38 | README. Thanks Brenton Annan (@brentonannan). |
@@ -163,7 +193,8 @@ All notable changes to this project will be documented in this file. |
163 | 193 | - `AWS.StorageGateway` module for Storage Gateway Service |
164 | 194 | - `AWS.Support` module for Support Service. |
165 | 195 |
|
166 | | -[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...HEAD |
| 196 | +[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.11...HEAD |
| 197 | +[v0.0.11]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...v0.0.11 |
167 | 198 | [v0.0.10]: https://github.com/jkakar/aws-elixir/compare/v0.0.9...v0.0.10 |
168 | 199 | [v0.0.9]: https://github.com/jkakar/aws-elixir/compare/v0.0.8...v0.0.9 |
169 | 200 | [v0.0.8]: https://github.com/jkakar/aws-elixir/compare/v0.0.7...v0.0.8 |
|
0 commit comments