Skip to content

Commit 4eb2131

Browse files
committed
Release 2.5.3
1 parent 841fc26 commit 4eb2131

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG.rst

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
2.5.3 (2019*12*08)
2+
------------------
3+
* Switch to using the gzip version of the Resource Specification
4+
* Amend RefreshTokenValidity to match Cognito changes. (#1498)
5+
* Update placement object (#1501)
6+
* Add hyperlinks to AWS resource types (#1499)
7+
* Added missing CrawlerName field to Glue Action and Condition objects (#1500)
8+
* Fix multiple mappings being overwritten (#1041)
9+
* Cognito is missing UserPoolResourceServer (#1509)
10+
* Add EnabledMfas to cognito UserPool Object. (#1507)
11+
* Cognito EnabledMfa needs to be a list of strings (#1511)
12+
* Make Python 3.8 support official (#1513)
13+
* Added missing rds scaling configuration capacity (#1514)
14+
* Add AllocationStrategy parameter for AWS::Batch::ComputeEnvironment ComputeResources (#1515)
15+
* Add SelfManagedActiveDirectoryConfiguration property to fsx (#1516)
16+
* Add logging capability to EKS Cloudwatch (#1512)
17+
* Fix some flake8 breakage due to recent commits
18+
* Output the resource specification version after downloading
19+
* Add EventBus class in events script (#1518)
20+
* Add new EC2 resources per 2019-10-03 update
21+
* Add new cognito resources per 2019-10-03 update
22+
* Add PlannedBudgetLimits to Budgets::Budget BudgetData
23+
* Add AWS::Pinpoint
24+
* Adding missing property for guardduty FindingPublishing (#1517)
25+
* Support for API Gateway SecurityPolicy (#1521)
26+
* Add AWS::GameLift
27+
* Update AppStream per 2019-11-07 update
28+
* Add AWS::CodeStarNotifications and AWS::MediaConvert
29+
* Update AppMesh per 2019-11-04 update
30+
* Add DynamoDBTargets and CatalogTargets to Glue::Crawler
31+
* Update ApiGateway resources per 2019-11-31 changes
32+
* Add Tags to CodePipeline CustomActionType and Pipeline
33+
* Updates to Amplify per 2019-10-31 changes
34+
* Update Events per 2019-11-31 changes
35+
* Add InferenceAccelerator to ECS::TaskDefinitiion per 2019-10-31 change
36+
* Add LogPublishingOptions to Elasticsearch::Domain
37+
* Add Tags to SNS::Topic per 2019-11-31 changes
38+
* Add WAF Action Type validator (#1524)
39+
* Adding AWS::EKS::Nodegroup resource, per Nov 18 2019 update (#1529)
40+
* Adding CpuOptions support for LaunchTemplateData (#1531)
41+
* Update AppSync per 2019-11-21 changes
42+
* Update SNS per 2019-11-21 changes
43+
* Update OpsWorksCM per 2019-11-21 changes
44+
* Update IAM per 2019-11-21 changes
45+
* Update Glue per 2019-11-21 changes
46+
* Update Elasticsearch per 2019-11-21 changes
47+
* Update EC2 per 2019-11-21 changes
48+
* Update Cognito per 2019-11-21 changes
49+
* Update ApiGateway per 2019-11-21 changes
50+
* Update RDS per 2019-11-21 changes
51+
* Update ECS per 2019-11-21 changes
52+
* Update CloudWatch per 2019-11-21 changes
53+
* Update ECS per 2019-11-25 changes
54+
* Update per 2019-11 changes
55+
* Update CodePipeline per 2019-11-25 changes
56+
* Add ProvisionedConcurrencyConfiguration for Lambda alias and version (#1533)
57+
* Add AWS::EventSchemas
58+
* Add AWS::AccessAnalyzer
59+
* Add S3::AccessPoint per 2019-12-03 update
60+
* Update StepFunctions per 2019-12-03 update
61+
* Update ApiGatewayV2 per 2019-12-04 changes
62+
163
2.5.2 (2019*09*29)
264
------------------
365
* Use double validator instead of a raw float for Double types (#1485)

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from . import validators
1515

16-
__version__ = "2.5.2"
16+
__version__ = "2.5.3"
1717

1818
# constants for DeletionPolicy and UpdateReplacePolicy
1919
Delete = 'Delete'

0 commit comments

Comments
 (0)