UNPKG

18.7 kBMarkdownView Raw
1# Changelog for AWS SDK for JavaScript
2<!--LATEST=2.7.8-->
3<!--ENTRYINSERT-->
4
5## 2.7.8
6* feature: core: The SDK will now automatically provide a version 4 UUID for top-level operation parameters that are modeled with the `idempotencyToken` flag. Users may continue to provide their own tokens.
7* feature: S3: Updates the AWS.S3 API to the latest version.
8
9## 2.7.7
10* feature: CloudFormation: List-imports API is to list all stacks of user's namespace that are using a specific output.
11* feature: Glacier: Allow customers to retrieve their data with different tiers.
12* feature: Route53: Expand current IPAddress field to accept IPv6 address.
13* feature: S3: Allow customers to specify different restore tiers when accessing their data.
14
15## 2.7.6
16* feature: CloudTrail: This release of AWS CloudTrail supports configuring your trail with event selectors. Use event selectors to specify the type of events that you want your trails to log. You can configure event selectors to log read-only, write-only, or all events. CloudTrail supports logging Amazon S3 object level APIs such as GetObject, DeleteObject, and PutObject. You can configure event selectors for your trail to log object level operations.
17* feature: ECS: ECS will include a new field named `version` in API responses relating to tasks and container instances. Version is a number that increments every time a change has been made to the associated resource. Users replicating their ECS resource state can use the version field reported by the ECS APIs to determine if their local state is fresh.
18
19## 2.7.5
20* bugfix: TypeScript: Stubs DOM interfaces and removes type reference to node.
21* feature: ElasticTranscoder: Support for multiple media input files that can be stitched together.
22* feature: Lambda: Adds support for Environment variables.
23* feature: Gamelift: Provide the ability to remote access into GameLift managed servers.
24* feature: EMR: Automatic Scaling of EMR clusters based on metrics. Adds support for cancelling a pending Amazon EMR step.
25* feature: ApplicationAutoScaling: Adds support for a new target resource (EMR Instance Groups) as a scalable target.
26
27## 2.7.4
28* feature: MarketplaceMetering: Allows third parties to send metering records.
29* feature: SQS: Updates the latest version of the SQS API.
30* feature: CloudWatch: Amazon CloudWatch now supports Percentiles as a statistical function.
31* feature: APIGateway: Allows defining an encoding for the API per content type in order to support 'binary' use case.
32
33## 2.7.3
34* feature: Route53: Adds support for cross account VPC association.
35* feature: ServiceCatalog: This release enables Service Catalog users to perform administer operations via API.
36
37## 2.7.2
38* feature: ElastiCache: Additional parameter to 2 create apis to provide an auth Token for Redis.
39* feature: DirectoryService: Adds support for SchemaExtensions.
40* feature: Kinesis: Adds DescribeLimits API which displays customer's current shard limit and the number of open shards that are being used. Also adds a 'display stream creation timestamp' feature to DescribeStream API.
41
42## 2.7.1
43* feature: CognitoIdentityServiceProvider: Adds schema attributes to CreateUserPool.
44* bugfix: TypeScript: Updates definitions to work when `noImplicitAny` and `strictNullChecks` are set to `true`.
45
46## 2.7.0
47* feature: TypeScript: Adds typescript definition files to the SDK.
48* feature: CloudWatchLogs: Amazon CloudWatch Metrics to Logs is a capability that helps pivot from your logs-extracted metrics directly to the corresponding logs.
49
50## 2.6.15
51* feature: DirectConnect: AWS Direct Connect provides three new APIs to support basic tagging on Direct Connect resources.
52
53## 2.6.14
54* feature: SES: Amazon Simple Email Service (Amazon SES) now enables you to track your bounce, complaint, delivery, sent, and rejected email metrics with fine-grained granularity.
55
56## 2.6.13
57* feature: CloudFormation: Adding ResourcesToSkip parameter to ContinueUpdateRollback API, adding support for ListExports, new ChangeSet types and Transforms.
58
59## 2.6.12
60* feature: CredentialProviderChain: Adds promise support for the `resolve` method on the AWS.CredentialProviderChain class. Corresponding promise method is called `resolvePromise`.
61* feature: Credentials: Adds promise support for the `get` and `refresh` methods of the AWS.Credentials class. Corresponding promise methods are called `getPromise` and `refreshPromise`.
62* feature: ManagedUpload: Adds promise support for S3.ManagedUpload. Calling `s3.upload(params).promise()` will return a promise.
63* feature: SMS: AWS Server Migration Service (SMS) is an agentless service which makes it easier and faster for you to migrate thousands of on-premises workloads to AWS. AWS SMS allows you to automate, schedule, and track incremental replications of live server volumes, making it easier for you to coordinate large-scale server migrations.
64
65## 2.6.11
66* feature: Budgets: Adds the AWS Budgets service API via AWS.Budgets.
67
68## 2.6.10
69* feature: CloudFront: Ability to use Amazon CloudFront to deliver your content both via IPv6 and IPv4 using HTTP/HTTPS.
70* feature: IoT: Updates IoT API to the latest available version.
71* feature: RDS: Updates RDS to support accessing other AWS services by gassociating an IAM role with necessary permissions to your DB cluster.
72
73## 2.6.9
74* bugfix: s3: Propagate an error from a stream to s3.upload callback #1169
75* feature: S3: Adds support for using dualstack with accelerate endpoints.
76* feature: ACM: This change allows users to import third-party SSL/TLS certificates into ACM.
77* feature: ElasticBeanstalk: Adds CodeCommit integraion. DescribeApplicationVersions updated to support pagination.
78* feature: GameLift: New APIs to protect game developer resource (builds, alias, fleets, instances, game sessions and player sessions) against abuse.
79
80## 2.6.8
81* feature: ECR: DescribeImages is a new api used to expose image metadata which today includes image size and image creation timestamp.
82* feature: ElastiCache: Elasticache is launching a new major engine release of Redis, 3.2 (providing stability updates and new command sets over 2.8), as well as ElasticSupport for enabling Redis Cluster in 3.2, which provides support for multiple node groups to horizontally scale data, as well as superior engine failover capabilities.
83
84## 2.6.7
85* feature: CognitoIdentityServiceProvider: Added new operation "AdminCreateUser" that creates a new user in the specified user pool and sends a welcome message via email or phone (SMS).
86* feature: Route53: Retries PriorRequestNotComplete errors.
87
88## 2.6.6
89* feature: EC2: Adding support for EC2 Convertible RIs and the EC2 RI regional benefit.
90* feature: S3: S3 API update with partNumber extension and a bug fix to address list-objects command failing when a bucket is marked with request-pays.
91
92## 2.6.5
93* bugfix: apiVersion: Fixes an issue where some service clients would fail to instantiate if an older apiVersion was specified.
94* feature: CloudFormation: Adds support for specifying an IAM service role for CloudFormation stack operations.
95
96## 2.6.4
97* bugfix: Browser: Updates `url` and `querystring` dependencies to be controlled by the SDK instead of tools like browserify or webpack.
98* bugfix: Config: Fixes an issue where specifying service-specific config on the global AWS.config object would fail if the service had not yet been instantiated.
99* feature: CodeDeploy: AWS CodeDeploy now integrates with Amazon CloudWatch alarms, making it possible to stop a deployment if there is a change in the state of a specified alarm for a number of consecutive periods, as specified in the alarm threshold. AWS CodeDeploy also now supports automatically rolling back a deployment if certain conditions are met, such as a deployment failure or an activated alarm.
100* feature: EMR: Added support for Security Configurations which can be used to enable encryption at-rest and in-transit for certain applications on Amazon EMR.
101* feature: RDS: Provide local time zone support for AWS RDS SqlServer database instances.
102* feature: Redshift: This release of Amazon Redshift introduces Enhanced VPC Routing. When you use Amazon Redshift Enhanced VPC Routing, Amazon Redshift forces all COPY and UNLOAD traffic between your cluster and your data repositories through your Amazon VPC.
103
104## 2.6.3
105* bugfix: Node_Https: Fixes an issue caused when https.globalAgent is set to false.
106* feature: Iot: Updates registerCertificate operation, and allows users to specify cannedAcl for S3 action.
107* feature: RDS: Updates describeDbCluster operation to allow specifying a ReaderEndpoint for accessing cluster readers.
108
109## 2.6.2
110* feature: ServiceCatalog: Updates the API for AWS.ServiceCatalog.
111
112## 2.6.1
113* bugfix: SDK: Fixes an issue that caused all services to be loaded into memory when requiring the SDK. This issue was introduced in version `2.6.0` of the SDK, and address #1124.
114
115## 2.6.0
116* feature: CloudFront: Adds HTTP2 support for Amazon CloudFront distributions.
117* feature: MetadataService: Adds retry logic to the EC2 Metadata Service, so that EC2MetadataCredentials will retry TimeoutError. This retry logic is also added to ECSCredentials. Resolves #692
118* feature: ServiceCatalog: CORS support added. Now a default service in the browser build of the JavaScript SDK.
119* feature: Tools: Adds support for bundling the SDK with webpack. Also adds support for creating node.js bundles using webpack or browserify.
120
121## 2.5.6
122* feature: RDS: Adds new operation describeSourceRegions to provide list of all the source region names and endpoints for any region. Source regions are the regions where current region can get a replica or copy a snapshot from.
123
124## 2.5.5
125* feature: CognitoIdentityServiceProvider: Adds support for bulk import of users.
126* feature: GameLift: Adds Linux support.
127* feature: Iot: Adds Iot as a default service in the browser distribution of the AWS SDK for JavaScript.
128* feature: RDS: Adds information in response of describeOptionGroupOptions about options that conflict with each other.
129
130## 2.5.4
131* feature: CloudFront: CloudFront is adding a Querystring Whitelist Option. Customers will be able to choose to forward certain querystring keys instead of a.) all of them or b.) none of them.
132* feature: CodePipeline: CodePiepline has introduced a new feature to return pipeline execution details. Execution details consists of source revisions that are running in the pipeline. Customers will be able to tell what source revisions that are running through the stages in pipeline by fetching execution details of each stage.
133* feature: Route53: With this release, Route 53 will support the following new features: support for the NAPTR DNS record type, a new testDNSAnswer API which enables customers to send a test query against a specific name server using spoofed delegation nameserver, resolver, and ECS IPs, and support metric-based health check in ap-south-1 region.
134
135## 2.5.3
136* feature: RDS: Adds resource ARNs to Describe APIs.
137
138## 2.5.2
139* bugfix: Waiter: Fixes bug in `clusterDeleted` waiter for AWS.Redshift.
140* feature: EC2: Adds new APIs supporting dedicated host reservations. Also adds new property to response of `describeSpotFleetRequests` to indicate the activity status of spot fleet requests.
141* feature: Request: eachItem method stops iteration on returning false (like eachPage)
142* feature: WorkSpaces: Adds new APIs to support the launch and management of WorkSpaces that are paid for and used by the hour.
143
144## 2.5.1
145* feature: ACM: Increase tagging limit from 10 to 50.
146* feature: APIGateway: Amazon API Gateway now supports API usage plans. Usage plans allows you to easily manage and monetize your APIs for your API-based business.
147* feature: ECS: Adds support for memory reservation and network mode on task definitions. Also adds splunk as a supported log driver.
148
149## 2.5.0
150* feature: AutoScaling: Adds 3 new APIs for ELB L7 integration: attachLoadBalancerTargetGroups, detachLoadBalancerTargetGroups, and describeLoadBalancerTargetGroups.
151* feature: ECS: Adds ECS support for ELBv2. Supports Application Load Balancer target groups to enable dynamic ports and path-based routing.
152* feature: ELBv2: Adds new backwards incompatible application load balancer API version. Application load balancers are a new load balancer that is now supported by the Elastic Load Balancing service. Application load balancers support HTTP/2, WebSockets, routing based on URL path, and routing to multiple ports on a single instance.
153* feature: KMS: Adds support for importing customer-supplied cryptographic keys. New import key feature lets you import keys from your own key management infrastructure to KMS for greater control over generation and storage of keys and meeting compliance requirements of sensitive workloads.
154* feature: KinesisAnalytics: Adds the new service Amazon Kinesis Analytics, a fully managed service for continuously querying streaming data using standard SQL. With Kinesis Analytics, you can write standard SQL queries on streaming data and gain actionable insights in real-time, without having to learn any new programming skills. The service allows you to build applications that continuously read data from streaming data sources, process that data using standard SQL, and send the processed data to up to four destinations of your choice. Kinesis Analytics enables you to generate time-series analytics, feed a real-time dashboard, create real-time alarms and notifications, and much more.
155* feature: S3: Adds support for IPv6/IPv4 Dualstack endpoint. A new opt-in boolean option `use Dualstack` can be specified for S3 service clients: `new AWS.S3({useDualstack: true})`. Alternatively, to configure it once for all subsequent S3 service clients: `AWS.config.update({s3: {useDualstack: true}})`.
156* feature: Snowball: Adds Amazon Snowball, a new job management service.
157
158## 2.4.14
159* feature: CloudFront: Amazon CloudFront now supports tagging for Web and Streaming distributions. Tags make it easier for you to allocate costs and optimize spending by categorizing and grouping AWS resources.
160* feature: ECR: Adds filtering of ListImages requests based on whether an image is tagged or untagged.
161* feature: MarketplaceCommerceAnalytics: Adds the `startSupportDataExport` operation.
162
163## 2.4.13
164* feature: ApplicationAutoScaling: CORS support added. Now a default service in the browser build of the JavaScript SDK.
165* feature: AutoScaling: CORS support added. Now a default service in the browser build of the JavaScript SDK.
166* feature: CodeDeploy: CORS support added. Now a default service in the browser build of the JavaScript SDK.
167* feature: GameLift: Provides a new Search API for GameLift, which allows game developers to retrieve filtered and sorted lists of their GameSessions.
168* feature: RDS: You can now use the AWS Management Console to easily move your DB instance to a different VPC, or to a different subnet group in the same VPC. For more information, see Updating the VPC for a DB Instance. If your DB instance is not in a VPC, you can now use the AWS Management Console to easily move your DB instance into a VPC. You can now copy the source files from a MySQL database to an Amazon Simple Storage Service (Amazon S3) bucket, and then restore an Amazon Aurora DB cluster from those files. This option can be considerably faster than migrating data using mysqldump.
169
170## 2.4.12
171* bugfix: Request: Adds a content-length check for the stream returned from `createReadStream()`, and the stream will emit an error when the bytes received are fewer than specified by the response content-length header.
172* bugfix: S3: Reverts behavior introduced in version `2.4.0` of the SDK to default the `signatureVersion` of S3 clients to `v4`. S3 clients instantiated without a user-defined `signatureVersion` will now default to `v2` unless the region only supports `v4` signing. This change is being made due to issues sending non-ascii characters in headers when using `v4` signing.
173* feature: CloudWatchLogs: Updates the `putMetricFilter` operation.
174* feature: EMR: Adds enhanced debugging.
175* feature: Iot: Adds `listOutgoingCertificates` and support for allowing autoregistration.
176* feature: MachineLearning: Adds compute time and entity timestamp to multiple operations.
177* feature: RDS: Support for license model and versioning of option groups.
178* feature: Route53Domains: Adds new APIs to renew domains for a specified duration, get domain suggestions, and view billing.
179
180## 2.4.11
181* feature: APIGateway: Adds support for authentication through Cognito User Pools.
182* feature: CognitoIdentityServiceProvider: Introduces support for Your User Pools.
183* feature: DirectoryService: Enables routing to on-premises public IP for Microsoft Active Directory.
184* feature: EC2: Enables resolution of DNS queries from a peered VPC to a private IP address.
185* feature: ES: Updates to Elasticsearch version 2.3, which offers improved performance, memory management, and security. It also offers several new features includinng pipeline aggregations to perform advanced analytics like moving averages and derivatives, and enhancements to geospatial queries.
186* feature: Waiter: Adds Waiters for AWS.CodeDeploy.
187
188## 2.4.10
189* feature: util: Parse ini files containing comments using #
190* feature: Iot: Adds support for thing types. Thing types are entities that store a description of common features of Things that are of the same logical type. Also adds support for `:` in Thing name. Adds a separator in Firehose action.
191
192## 2.4.9
193* feature: ACM: Adds reason for failure when describing certificates.
194* feature: ConfigService: Adds support for RDS and ACM resources types and introduces two new APIs: DeleteEvaluationResults and StartConfigRulesEvaluation. Updated PutConfigRule API can now create Config rules that are triggered by both configuration changes and periodicity.
195* feature: ElasticTranscoder: Adds WAV file format output support.
196* feature: Paginator: Adds paginator for SSM DescribeInstanceInformation operation.
197
198## 2.4.8
199* feature: CloudFormation: CORS support added. Now a default service in the browser build of the JavaScript SDK.
200* feature: CloudHSM: CORS support added. Now a default service in the browser build of the JavaScript SDK.
201* feature: DeviceFarm: Adds session-based APIs.
202* feature: EMR: CORS support added. Now a default service in the browser build of the JavaScript SDK.
203* feature: ElastiCache: CORS support added. Now a default service in the browser build of the JavaScript SDK.
204* feature: ElasticBeanstalk: CORS support added. Now a default service in the browser build of the JavaScript SDK.
205* feature: Redshift: CORS support added. Now a default service in the browser build of the JavaScript SDK.
206* feature: SSM: Adds notification support.
\No newline at end of file