File tree 2 files changed +30
-0
lines changed
main/03-reference/13-destinations
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 57
57
filepath :
58
58
mode : nestedByMetadata | none
59
59
60
+ # Optional, defaults to `none`
61
+ # The cleanup policy to use when deleting the Destination, valid options are:
62
+ # - none: No cleanup will be performed
63
+ # - all: All files in the State Store for this Destination will be deleted
64
+ # when the Destination is deleted
65
+ cleanup : none
66
+
60
67
# Required
61
68
stateStoreRef :
62
69
# The name of the State Store to use: required
Original file line number Diff line number Diff line change @@ -19,6 +19,29 @@ Check the release notes below for information on each available version.
19
19
20
20
## Release Notes
21
21
22
+ ### [ 0.14.0] ( http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.14.0/ ) (2024-12-27)
23
+
24
+ * Updated to include latest security updates
25
+
26
+ ### [ 0.13.0] ( http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.13.0/ ) (2024-12-17)
27
+
28
+ #### Features
29
+
30
+ * Add new configuration, ` spec.cleanup: none | all ` , for Destinations. When set
31
+ to ` all ` , all files in the State Store for that Destination will be deleted
32
+ when the Destination itself is deleted. ` none ` is the default behaviour, where
33
+ no files are deleted.
34
+
35
+ #### Security Fixes
36
+
37
+ * Updated to include latest security updates
38
+
39
+ ### [ 0.12.0] ( http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.12.0/ ) (2024-12-12)
40
+
41
+ #### Security Fixes
42
+
43
+ * Updated to include latest security updates
44
+
22
45
### [ 0.11.0] ( http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.11.0/ ) (2024-12-04)
23
46
24
47
#### Bug Fixes
You can’t perform that action at this time.
0 commit comments