File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.8.2 (2024*09*30)
2+ -------------------------------
3+ * Update SSM OperatingSystem validator (#2256)
4+ * Updates from spec version 180.0.0 (updated)
5+ * Updates from spec version 182.0.0 (#2257)
6+ * The APIGateway Integration timeout can now be increased beyond 29,000 milliseconds. Removing upper limit. (#2258)
7+ * Convert to using pytest instead of "setup.py test"
8+ * Updates from spec version 183.0.0 (#2259)
9+ * Allow TZ as a lambda env var
10+ * Updates from spec version 184.0.0 (#2263)
11+ * Update ElastiCache instance types (#2262)
12+ * Fix Chatbot::SlackChannelConfiguration LoggingLevel validation (Fixes #2264)
13+ * Update node from 17 to 22 for test action
14+ * Updates from spec version 185.0.0 (#2267)
15+ * Update kinesisanalyticsv2 VALID_RUNTIME_ENVIRONMENTS (#2266)
16+ * Updates from spec version 185.0.1 (#2269)
17+ * Validate the type for Tags (#2270)
18+ * Add new AWS resources
19+
1204.8.1 (2024*06*28)
221-------------------------------
322* Update copyright year in generated files
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.8.1 "
29+ release = "4.8.2 "
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.8.1 "
44+ __version__ = "4.8.2 "
4545
4646# constants for DeletionPolicy and UpdateReplacePolicy
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments