Skip to content

Commit 19defd2

Browse files
committed
Release 4.4.0
1 parent a577431 commit 19defd2

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
4.4.0 (2023*08*13)
2+
-------------------------------
3+
* Add validator for AWS::RDS::DBCluster.ServerlessV2ScalingConfiguration (#2135)
4+
* Updates from spec version 116.0.0 (#2133)
5+
* Updates from spec version 117.0.0 (#2136)
6+
* update engine types validator for AWS::RDS::DBInstance (#2137)
7+
* Remove storage size validation for gp3 RDS StorageType (#2142)
8+
* Updates from spec version 118.1.0 (#2140)
9+
* Fix black formatting from #2142
10+
* Fix Macie jsonpatch for spec 119.0.0 changes
11+
* Updates from spec version 119.0.0 (#2143)
12+
* Automate fixing and generation of standalone types
13+
* Updates from spec version 119.1.0
14+
* Updates from spec version 120.0.0
15+
* Update S3 patch to remove Encryption changes
16+
* Omit Connect::EvaluationForm for now due to recursion issues
17+
* Updates from spec version 121.0.0
18+
* Updates from spec version 122.0.0
19+
* Updates from spec version 124.0.0
20+
* Updates from spec version 125.0.0
21+
* Updates from spec version 126.0.0
22+
* Updates from spec version 127.0.0
23+
* Remove SageMaker CreatedBy and LastModifiedBy patches
24+
* Updates from spec version 129.0.0
25+
* Updates from spec version 130.0.0
26+
* Updates from spec version 131.0.0
27+
* Updates from spec version 132.0.0
28+
* Updates from spec version 133.0.0
29+
* Updates from spec version 134.0.0
30+
* Fix regex compile error in ec2.py (#2156)
31+
* Batch validators add support for SPOT_PRICE_CAPACITY_OPTIMIZED (#2167)
32+
* Update rds validator logic (#2164)
33+
* Add more Serverless Application Model event sources
34+
* Add all valid origin_request_policy config behaviors to validators (#2163)
35+
* Updated the gen.py script example
36+
* Added Tags into EventBridge Rule
37+
* Addded RuntimeManagementConfig attribute to serverless Function.
38+
* Fix black formatting
39+
* Updates from spec version 135.0.0 (#2170)
40+
* Support "elastic" throughput mode for EFS
41+
* AWS::EC2::PlacementGroup validators
42+
* Run regen to fixup recent changes
43+
* Add ApiFunctionAuth serverless class for Api Function events (#2145)
44+
* Fix up previous serverless ApiEvent Auth change
45+
* TypeError() return the expected Class as last exception argument (#2147)
46+
* Fix TypeError formatting to reflect the true error (Fixes #2157)
47+
* Fix black formatting
48+
* Update requirements for building docs
49+
* Upgrade black from 22.3.0 to 23.7.0
50+
151
4.3.2 (2023*03*10)
252
-------------------------------
353
* Include the troposphere/type_defs package in the build

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.3.2"
29+
release = "4.4.0"
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.3.2"
44+
__version__ = "4.4.0"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)