You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: _docs/CHANGELOG.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,53 @@
1
+
# Changelog: 1.6.0
2
+
3
+
Launched Monday, January 21, 2013.
4
+
5
+
## Fixes and Enhancements
6
+
* Updated SignatureV4 to work with Amazon SQS and endpoints containing paths in the URL.
7
+
* Made it possible to disable config auto-discovery by defining the `AWS_DISABLE_CONFIG_AUTO_DISCOVERY` constant before requiring the SDK.
8
+
* Updated regional support across the entire SDK. Added some missing region constants for the Asia Pacific (Sydney) Region and the US GovCloud region.
9
+
* Made minor API documentation updates across the entire SDK.
10
+
* Simplified and shortened the user agent string sent with requests from the SDK.
11
+
* Updated copyright notices across the entire SDK to include 2013.
12
+
13
+
## Services
14
+
### AmazonAS
15
+
***BACKWARDS-INCOMPATIBLE CHANGE:** The `AvailabilityZones` parameter is no longer required for the `create_auto_scaling_group` operation.
16
+
***New:** Support for the `EbsOptimized` parameter on the `create_launch_configuration` operation has been added to the SDK.
17
+
18
+
### AmazonEC2
19
+
***BACKWARDS-INCOMPATIBLE CHANGE:** The `PublicIp` parameter is no longer required for the `disassociate_address` operation.
20
+
***BACKWARDS-INCOMPATIBLE CHANGE:** The `AdditionalInfo` parameter has been removed from the `start_instances` operation. It was previously deprecated and unused.
21
+
***New:** Support for copying Amazon EBS snapshots has been added to the SDK.
22
+
***New:** New instance type constants for the new high memory and high storage instance types have been added to the SDK.
23
+
***New:** Support for pagination on the `describe_reserved_instances_offerings` operation has been added to the SDK.
24
+
***Deprecated:** The `AddressingType` parameter of the `request_spot_instances` operation has been marked as deprecated.
25
+
26
+
### AmazonElastiCache
27
+
***BACKWARDS-INCOMPATIBLE CHANGE:** The `CacheSecurityGroupNames` parameter is no longer required for the `create_cache_cluster` operation.
28
+
***New:** Support for VPC in Amazon ElastiCache has been added to the SDK.
29
+
30
+
### AmazonElasticBeanstalk
31
+
***New:** Requests to this service are now signed with Signature V4.
32
+
33
+
### AmazonEMR
34
+
***New:** Support for AWS Identity and Access Management (IAM) Roles for Amazon Elastic MapReduce has been added to the SDK.
35
+
36
+
### AmazonRDS
37
+
***New:** Support for promoting a Read Replica to a standard DB Instance has been added to the SDK.
38
+
***New:** Support for provisioned IOPS in Amazon RDS has been added to the SDK.
39
+
40
+
### AmazonSQS
41
+
***New:** Requests to this service are now signed with Signature V4.
42
+
43
+
### AmazonStorageGateway
44
+
***New:** Support for gateway-cached storage volumes has been added to the SDK.
45
+
46
+
### AmazonSTS
47
+
***New:** Support for cross-account API access with IAM roles using the AWS Security Token Service has been added to the SDK.
48
+
49
+
----
50
+
1
51
# Changelog: 1.5.17.1
2
52
3
53
Launched Monday, November 26, 2012.
@@ -8,6 +58,9 @@ Launched Monday, November 26, 2012.
8
58
## Services
9
59
### AmazonDynamoDB
10
60
***New:** Support for the South American (São Paulo) Region has been added to Amazon DynamoDB.
61
+
***New:** Support for archiving data to Amazon Glacier has been added to the SDK.
0 commit comments