File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.3.0 (2023*01*28)
2+ -------------------------------
3+ * Patch GameLift::Fleet to add type for AnywhereConfiguration
4+ * Updates from spec version 100.0.0 (#2103)
5+ * Add support for Flink 1.15 runtime environment (#2106)
6+ * Remove unneeded patches due to spec updates
7+ * Updates from spec version 101.0.0 (#2109)
8+ * Allow version override for spec download
9+ * Fix lint issues
10+ * Updates from spec version 102.0.0
11+ * Updates from spec version 103.0.0
12+ * Updates from spec version 104.0.0
13+ * Updates from spec version 105.0.0
14+ * Updates from spec version 106.0.0
15+ * Updates from spec version 107.0.0
16+ * Updates from spec version 108.0.0
17+ * Updates from spec version 109.0.0
18+ * Add AWS::DocDBElastic
19+ * Add AWS::Grafana
20+ * Add AWS::KendraRanking
21+ * Add AWS::Oam
22+ * Add AWS::OpenSearchServerless
23+ * Add AWS::Pipes
24+ * Add AWS::Scheduler
25+ * Add new AWS services to resource doc
26+ * Modify `SourceDBInstanceIdentifier ` validator to allow `BackupRetentionPeriod ` (#2116)
27+ * Fix tests related to GH-2116
28+ * Add support for TagMap tags
29+ * Enable AWS::Scheduler
30+ * Support for FSx/Lustre PERSISTENT_2 DeploymentType (#2110)
31+ * Be more lenient about types for Export (#2114)
32+
1334.2.0 (2022*11*28)
234-------------------------------
335* me-central-1 (UAE) (#2078)
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.2 .0"
29+ release = "4.3 .0"
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3434if TYPE_CHECKING :
3535 from .type_defs .protocols import JSONreprProtocol , ToDictProtocol
3636
37- __version__ = "4.2 .0"
37+ __version__ = "4.3 .0"
3838
3939# constants for DeletionPolicy and UpdateReplacePolicy
4040Delete = "Delete"
You can’t perform that action at this time.
0 commit comments