File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.5.1 (2019*08*25)
2+ ------------------
3+ * Fix missing required field in CodeContent object (#1472)
4+ * updated crawler tag attribute to match aws cloudformation doc (#1482)
5+ * Change Tags to dict in Glue resources (#1482)
6+ * Update gen script to understand "Json" Tags to be a dict
7+ * Fixed a typo in the ClientBroker's value (#1480)
8+ * Fix test output in MskCluster.template from issue #1480
9+ * Update MaintenanceWindow Properties (#1476)
10+ * Modified AdditionalAuthenticationProviders field in GraphQlApi to be a list (#1479)
11+ * Add new properties to Glue::Job (#1484)
12+ * Update missing properties in cognito (#1475)
13+ * Add AWS::LakeFormation
14+ * Update dms properties
15+ * Add SageMaker::Workteam
16+ * Add SplitTunnel to EC2::ClientVpnEndpoint
17+ * Add Tags properties to some Greengrass resources
18+ * Add ExcludeVerboseContent to AppSync LogConfig property type
19+ * Add AWS::ManagedBlockchain
20+ * Add Glue::MLTransform resource
21+ * Add AWS::CodeStar
22+ * Add LinuxParameters to Batch::ContainerProperties
23+
1242.5.0 (2019*07*28)
225------------------
326* Return real booleans in the output (#1409)
Original file line number Diff line number Diff line change 1313
1414from . import validators
1515
16- __version__ = "2.5.0 "
16+ __version__ = "2.5.1 "
1717
1818# constants for DeletionPolicy and UpdateReplacePolicy
1919Delete = 'Delete'
You can’t perform that action at this time.
0 commit comments