Skip to content

Commit e7d882d

Browse files
authored
Merge pull request #2181 from dagnir/eventstream-visitors-fix-merge
Eventstream visitors fix merge
2 parents d50b76b + 294927b commit e7d882d

File tree

699 files changed

+81013
-14437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

699 files changed

+81013
-14437
lines changed

.changes/2.10.21.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
"type": "feature",
8787
"category": "AWS CodeCommit",
8888
"description": "This release adds support for creating pull request approval rules and pull request approval rule templates in AWS CodeCommit. This allows developers to block merges of pull requests, contingent on the approval rules being satisfiied."
89+
},
90+
{
91+
"type": "feature",
92+
"category": "Amazon Elastic Compute Cloud",
93+
"description": "Upgrades to Instance Metadata Service version 2 (IMDS v2). With IMDS v2, a session token is used to make requests for EC2 instance metadata and credentials."
8994
}
9095
]
91-
}
96+
}

.changes/2.15.10.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.15.10",
3+
"date": "2020-10-19",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Service Catalog",
8+
"description": "An Admin can now update the launch role associated with a Provisioned Product. Admins and End Users can now view the launch role associated with a Provisioned Product."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon Simple Systems Manager (SSM)",
13+
"description": "This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "HTTP Client SPI",
18+
"description": "Calling the SdkHttpFullRequest uri() builder method, query parameters of the provided URI will be kept.\nThis can be useful in case you want to provide an already fully formed URI like a callback URI."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon CloudFront",
23+
"description": "Amazon CloudFront adds support for Origin Shield."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "Amazon DocumentDB with MongoDB compatibility",
28+
"description": "Documentation updates for docdb"
29+
},
30+
{
31+
"type": "feature",
32+
"category": "AWS Backup",
33+
"description": "Documentation updates for Cryo"
34+
}
35+
]
36+
}

.changes/2.15.11.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"version": "2.15.11",
3+
"date": "2020-10-20",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"description": "Fixed an issue where metrics were not being collected for Amazon S3 (or other XML services)"
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS Batch",
13+
"description": "Adding evaluateOnExit to job retry strategies."
14+
},
15+
{
16+
"type": "bugfix",
17+
"category": "AWS SDK for Java v2",
18+
"description": "Fixed an issue where requestBody and asyncRequestBody were not visible in ExecutionInterceptor.afterMarshalling."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "AWS Elastic Beanstalk",
23+
"description": "EnvironmentStatus enum update to include Aborting, LinkingFrom and LinkingTo"
24+
},
25+
{
26+
"type": "feature",
27+
"category": "AWS AppSync",
28+
"description": "Documentation updates to AppSync to correct several typos."
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon S3",
33+
"description": "Moved the logic for calculating the Content-MD5 checksums from s3 to sdk-core. As always, make sure to use a version of 'sdk-core' greater than or equal to your version of 's3'. If you use an old version of 'sdk-core' and a new version of 's3', you will receive errors that Content-MD5 is required."
34+
},
35+
{
36+
"type": "bugfix",
37+
"category": "Amazon DynamoDB Enhanced Client",
38+
"description": "Fix for handling special characters in attribute names with WRITE_IF_NOT_EXISTS update behavior"
39+
},
40+
{
41+
"type": "feature",
42+
"category": "AWS SDK for Java v2",
43+
"description": "Updated service endpoint metadata."
44+
}
45+
]
46+
}

.changes/2.15.12.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.15.12",
3+
"date": "2020-10-21",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Global Accelerator",
8+
"description": "This release adds support for specifying port overrides on AWS Global Accelerator endpoint groups."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS Organizations",
13+
"description": "AWS Organizations renamed the 'master account' to 'management account'."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWSKendraFrontendService",
18+
"description": "This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "AWS Glue",
23+
"description": "AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "Amazon Elastic Compute Cloud",
28+
"description": "instance-storage-info nvmeSupport added to DescribeInstanceTypes API"
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon CloudFront",
33+
"description": "CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account)."
34+
}
35+
]
36+
}

.changes/2.15.13.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "2.15.13",
3+
"date": "2020-10-22",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Appflow",
8+
"description": "Salesforce connector creation with customer provided client id and client secret, incremental pull configuration, salesforce upsert write operations and execution ID when on-demand flows are executed."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon Simple Notification Service",
13+
"description": "SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "Access Analyzer",
18+
"description": "API Documentation updates for IAM Access Analyzer."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "AWS Service Catalog",
23+
"description": "Documentation updates for servicecatalog"
24+
},
25+
{
26+
"type": "feature",
27+
"category": "AWS SDK for Java v2",
28+
"description": "Updated service endpoint metadata."
29+
}
30+
]
31+
}

.changes/2.15.14.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "2.15.14",
3+
"date": "2020-10-23",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Macie 2",
8+
"description": "This release of the Amazon Macie API includes miscellaneous updates and improvements to the documentation."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon QuickSight",
13+
"description": "Support description on columns."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS MediaTailor",
18+
"description": "MediaTailor now supports ad marker passthrough for HLS. Use AdMarkerPassthrough to pass EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 from origin manifests into personalized manifests."
19+
}
20+
]
21+
}

.changes/2.15.15.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.15.15",
3+
"date": "2020-10-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon SageMaker Service",
8+
"contributor": "",
9+
"description": "This release enables customers to bring custom images for use with SageMaker Studio notebooks."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Updated service endpoint metadata."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWSKendraFrontendService",
20+
"contributor": "",
21+
"description": "Amazon Kendra now supports indexing data from Confluence Server."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Neptune",
26+
"contributor": "",
27+
"description": "This feature enables custom endpoints for Amazon Neptune clusters. Custom endpoints simplify connection management when clusters contain instances with different capacities and configuration settings."
28+
}
29+
]
30+
}

.changes/2.15.16.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.15.16",
3+
"date": "2020-10-27",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Updated service endpoint metadata."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "AWS Glue machine learning transforms now support encryption-at-rest for labels and trained models."
16+
}
17+
]
18+
}

.changes/2.15.17.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.15.17",
3+
"date": "2020-10-28",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Updated service endpoint metadata."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT",
14+
"contributor": "",
15+
"description": "This release adds support for GG-Managed Job Namespace"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon WorkMail",
20+
"contributor": "",
21+
"description": "Documentation update for Amazon WorkMail"
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": null,
27+
"description": "Fixed an issue where marshalling of a modeled object was not honoring the has* method on a list/map."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "AWS Nitro Enclaves general availability. Added support to RunInstances for creating enclave-enabled EC2 instances. New APIs to associate an ACM certificate with an IAM role, for enclave consumption."
34+
},
35+
{
36+
"type": "bugfix",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": null,
39+
"description": "Fixed an issue where the toString/equals/hashCode on a modeled object were not honoring the has* methods for lists and maps."
40+
}
41+
]
42+
}

.changes/2.15.18.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.15.18",
3+
"date": "2020-10-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Marketplace Commerce Analytics",
8+
"contributor": "",
9+
"description": "Documentation updates for marketplacecommerceanalytics to specify four data sets which are deprecated."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Simple Email Service",
14+
"contributor": "",
15+
"description": "This release enables customers to manage their own contact lists and end-user subscription preferences."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Elastic Load Balancing",
20+
"contributor": "",
21+
"description": "Application Load Balancer (ALB) now supports the gRPC protocol-version. With this release, customers can use ALB to route and load balance gRPC traffic between gRPC enabled clients and microservices."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Storage Gateway",
26+
"contributor": "",
27+
"description": "Adding support for access based enumeration on SMB file shares, file share visibility on SMB file shares, and file upload notifications for all file shares"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "Support for Appliance mode on Transit Gateway that simplifies deployment of stateful network appliances. Added support for AWS Client VPN Self-Service Portal."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon API Gateway",
38+
"contributor": "",
39+
"description": "Support disabling the default execute-api endpoint for REST APIs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "CodeArtifact",
44+
"contributor": "",
45+
"description": "Add support for tagging of CodeArtifact domain and repository resources."
46+
}
47+
]
48+
}

.changes/2.15.19.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.15.19",
3+
"date": "2020-10-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Braket",
8+
"contributor": "",
9+
"description": "This release supports tagging for Amazon Braket quantum-task resources. It also supports tag-based access control for quantum-task APIs."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Fixing FilteringSubscriber and LimitingSubscriber to complete when subscribing criteria is completed."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Database Migration Service",
20+
"contributor": "",
21+
"description": "Adding DocDbSettings to support DocumentDB as a source."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "EC2 Image Builder",
26+
"contributor": "",
27+
"description": "This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon ElastiCache",
32+
"contributor": "",
33+
"description": "Documentation updates for AWS ElastiCache"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Notification Service",
38+
"contributor": "",
39+
"description": "Documentation updates for Amazon SNS"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Macie 2",
44+
"contributor": "",
45+
"description": "This release of the Amazon Macie API adds an eqExactMatch operator for filtering findings. With this operator you can increase the precision of your finding filters and suppression rules."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Elemental MediaLive",
50+
"contributor": "",
51+
"description": "Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings."
52+
}
53+
]
54+
}

0 commit comments

Comments
 (0)