Skip to content

Commit 442b087

Browse files
committed
Release 4.9.5
1 parent d19eeea commit 442b087

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
4.9.5 (2025*11*24)
2+
-------------------------------
3+
* Updates from spec version 213.0.0 (#2328)
4+
* Updates from spec version 214.0.0 (#2329)
5+
* Updates from spec version 215.0.0 (#2330)
6+
* Handle AWS list functions in template generator (#2331)
7+
* Remove OpsWorksCM
8+
* Updates from spec version 216.0.0 (#2332)
9+
* Add new oracle-ee-cdb engine to the valid db engine on rds validator (#2335)
10+
* Updates from spec version 217.0.0 (#2336)
11+
* Updates from spec version 218.0.0 (#2337)
12+
* Updates from spec version 219.0.0 (#2338)
13+
* Fix recursion issue in AWS::Connect::EvaluationForm
14+
* Updates from spec version 220.0.0 (#2339)
15+
* Upgrade pyright to 1.1.407 for Python 3.14 support
16+
* Add Python 3.14
17+
* Emit correct import for Long type
18+
* Updates from spec version 221.0.0 (#2340)
19+
* Updates from spec version 221.0.0 (#2341)
20+
* rds: fix some issues highlighted by pyrefly
21+
* ssm: fix import issue highlighted by pyrefly
22+
* rekognition: add Point class (issue highlighted by pyrefly)
23+
* utils: use boolean in while loop
24+
* template_generator: use Python3 exception args
25+
* validators: work around a pyrefly issue with scoping
26+
* ec2: correctly map vpn error message
27+
* Updates from spec version 224.0.0 (#2342)
28+
* Updates from spec version 225.0.0 (#2343)
29+
* Add AWS::BedrockAgentCore
30+
* Add new AWS resources
31+
132
4.9.4 (2025*08*29)
233
-------------------------------
334
* Updates from spec version 203.0.0 (#2316)

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.4"
29+
release = "4.9.5"
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.4"
43+
__version__ = "4.9.5"
4444

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

0 commit comments

Comments
 (0)