File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ 4.9.0 (2025*01*14)
2+ -------------------------------
3+ * Updates from spec version 186.0.0 (#2273)
4+ * Update list of valid Synthetics::Canary runtime versions (#2276)
5+ * AWS::Transfer patches are not needed with spec 188.0.0
6+ * Remove deprecated AWS::IoT1Click
7+ * Allow "object" to be used as a property type
8+ * Patches needed for spec 188.0.0
9+ * Add new AWS resources
10+ * Patch AWS::Batch again for backward compatibility
11+ * Tweak GameLift patches
12+ * Updates from spec version 188.0.0 (#2278)
13+ * Update copyright year in generated files
14+
1154.8.3 (2024*10*02)
216-------------------------------
317* Allow AWSHelperFn for Tag properties (#2271)
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.3 "
29+ release = "4.9.0 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- # Copyright (c) 2012-2022 , Mark Peek <[email protected] > 1+ # Copyright (c) 2012-2025 , Mark Peek <[email protected] > 22# All rights reserved.
33#
44# See LICENSE file for full license.
4141 else :
4242 from typing import Final
4343
44- __version__ = "4.8.3 "
44+ __version__ = "4.9.0 "
4545
4646# constants for DeletionPolicy and UpdateReplacePolicy
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments