File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.9.1 (2025*04*08)
2+ -------------------------------
3+ * EC2: Validate prefix list IDs as route destinations (#2280)
4+ * Add missing AWS Org policy types to validator (#2282)
5+ * Updates from spec version 188.1.0 (#2281)
6+ * Add patch for VerifiedAccessEndpoint.PortRange
7+ * Updates from spec version 189.0.0 (#2285)
8+ * Updates from spec version 190.0.0 (#2286)
9+ * Add "Policy-Min-TLS-1-2-PFS-2023-10" as valid value TlsSecurityPolicy (#2288)
10+ * Patch AWS::Transfer for spec 191.0.0
11+ * Updates from spec version 191.0.0
12+ * Remove deprecated AWS::NimbleStudio
13+ * Updates from spec version 192.0.0 (#2289)
14+ * Add new type of Tags due to CloudFront::AnycastIpList
15+ * Switch pyright reportUnnecessaryIsInstance to None
16+ * [Cloudwatch Logs] Include new retention-in-days values (#2296)
17+ * Fix lint errors in examples/EMR_Cluster.py
18+ * Patch RDS to being back some missing properties
19+ * Updates from spec version 193.0.0 (#2297)
20+
1214.9.0 (2025*01*14)
222-------------------------------
323* Updates from spec version 186.0.0 (#2273)
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ""
2828# The full version, including alpha/beta/rc tags
29- release = "4.9.0 "
29+ release = "4.9.1 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 4141 else :
4242 from typing import Final
4343
44- __version__ = "4.9.0 "
44+ __version__ = "4.9.1 "
4545
4646# constants for DeletionPolicy and UpdateReplacePolicy
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments