Skip to content

Commit 1fff268

Browse files
committed
Release 4.9.4
1 parent 16a87c2 commit 1fff268

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
4.9.4 (2025*08*29)
2+
-------------------------------
3+
* Updates from spec version 203.0.0 (#2316)
4+
* Updates from spec version 204.0.0 (#2317)
5+
* Add mypy to requirements-dev.txt
6+
* mypy: use correct type for props in BaseAWSObject
7+
* pyright: use explicit types for Final annotations
8+
* Remove duplicate Cors from serverless.py
9+
* mypy: add type annotation in autoscaling Tags
10+
* Fix waf_action_type validator type annotation
11+
* Fix code gen to ignore object in PropsDictType
12+
* Upgrade pyright version and add mypy tooling
13+
* Remove Python 3.8 from actions
14+
* Add AWS::AIOps
15+
* Add AWS::DSQL
16+
* Add AWS::EVS
17+
* Add AWS::MPA
18+
* Add AWS::Notifications
19+
* Add AWS::NotificationsContacts
20+
* Add AWS::ODB
21+
* Add AWS::SSMGuiConnect
22+
* Add AWS::WorkspacesInstances
23+
* Update resources_aws.md with new services
24+
* Run isort on newly added files
25+
* Updates from spec version 205.0.0 (#2318)
26+
* Updates from spec version 206.0.0 (#2319)
27+
* Updates from spec version 207.0.0 (#2320)
28+
* Fix recursive definition in AWS::IoTSiteWise
29+
* Updates from spec version 208.0.0 (#2321)
30+
* Updates from spec version 209.0.0 (#2322)
31+
* Updates from spec version 210.0.0 (#2323)
32+
* Update properties in Serverless MSKEvent (#2325)
33+
* Tweak previous commit BatchSize type to pass tests
34+
* Updates from spec version 211.0.0 (#2326)
35+
* Updates from spec version 212.0.0 (#2327)
36+
137
4.9.3 (2025*06*19)
238
-------------------------------
339
* Updates from spec version 196.0.0 (#2301)

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.9.3"
29+
release = "4.9.4"
3030

3131

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

troposphere/__init__.py

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

43-
__version__ = "4.9.3"
43+
__version__ = "4.9.4"
4444

4545
# constants for DeletionPolicy and UpdateReplacePolicy
4646
Delete: Final[str] = "Delete"

0 commit comments

Comments
 (0)