File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.8.0 (2024*04*29)
2+ -------------------------------
3+ * Updates from spec version 165.0.0 (#2230)
4+ * Updates from spec version 166.0.0
5+ * Updates from spec version 167.0.0
6+ * Updates from spec version 167.1.0
7+ * Add syn-nodejs-puppeteer-7.0 as valid Synthetics::Canary runtime (#2234)
8+ * DLM::LifecyclePolicy CreateRule.Interval: allow 1 as a valid interval (#2238)
9+ * Add FilterCriteria to Serverless KinesisEvent (#2235)
10+ * Fix Serverless MQEvent SourceAccessConfigurations property type (#2236)
11+ * Updates from spec version 168.0.0
12+ * Updates from spec version 169.0.0
13+ * Updates from spec version 170.0.0
14+ * Updates from spec version 171.0.0 (#2240)
15+ * Update copyright year for generated files
16+ * Add new AWS resources
17+
1184.7.0 (2024*03*10)
219-------------------------------
320* Breaking change: AppConfig::Environment.Monitors was renamed to AppConfig: :Environment.Monitor
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.7 .0"
29+ release = "4.8 .0"
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.7 .0"
44+ __version__ = "4.8 .0"
4545
4646# constants for DeletionPolicy and UpdateReplacePolicy
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments