File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.3.1 (2023*03*10)
2+ -------------------------------
3+ * Updates from spec version 109.0.0 (#2120)
4+ * Updates from spec version 112.0.0 (#2121)
5+ * Add many missing EC2, RDS and Elasticache instance type constants. (#2124)
6+ * Run spec checks in their own GitHub Actions job (#2127)
7+ * Fix valid values used by validators (#2125)
8+ * Mark constants as final (#2126)
9+ * Updates from spec version 113.0.0 (#2129)
10+ * Fix black formatting
11+ * Fix generating constants based on recent use of typing.Final
12+ * Add gp3 as valid RDS StorageType (Fixes #2123)
13+ * Change Lambda ZipFile limit from 4096 to 4MB (Fixes #2119)
14+ * Allow gp3, st1, sc1 for EMR volume type (Fixes #2113)
15+ * Updates from spec version 114.0.0 (#2130)
16+ * Fixup for a new 114.0.0 spec - remove AppIntegrations patch
17+ * Updates from spec version 115.0.0 (#2131)
18+
1194.3.0 (2023*01*28)
220-------------------------------
321* Patch GameLift::Fleet to add type for AnywhereConfiguration
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.3.0 "
29+ release = "4.3.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.3.0 "
44+ __version__ = "4.3.1 "
4545
4646# constants for DeletionPolicy and UpdateReplacePolicy
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments