@@ -4,15 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ )
6
6
7
- ## Unreleased
7
+ ## [ 4.8.0 ] 2024-09-12
8
8
9
9
### Added
10
10
11
11
- The execution report also contains sample entities now (CMEM-3664):
12
12
- For plugins that don't update the execution report by themselves, DataIntegration will automatically add sample entities.
13
13
- Plugins that update the execution report can add sample entities to ` ExecutionReport.sample_entities ` .
14
14
15
- ## [ 4.7.0] 2024-06-13
15
+
16
+ ## [ 4.7.0] 2024-06-13 - shipped with DI v24.2.0
16
17
17
18
### Added
18
19
@@ -28,7 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
28
29
- discover_plugins function to make sure all package modules are re-imported freshly
29
30
30
31
31
- ## [ 4.5.0] 2024-01-10
32
+ ## [ 4.5.0] 2024-01-10 - shipped with DI v24.1.0
32
33
33
34
### Added
34
35
@@ -48,7 +49,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
48
49
- capabilities for hierarchical entities as input and output of workflow tasks
49
50
50
51
51
- ## [ 4.3.0] 2023-10-20
52
+ ## [ 4.3.0] 2023-10-20 - shipped with DI v23.3.0
52
53
53
54
### Added
54
55
@@ -68,7 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
68
69
- Optional ` plugin_icon ` parameter in a plugin description to specify a custom plugin icon as data URL.
69
70
70
71
71
- ## [ 4.1.0] 2023-07-12
72
+ ## [ 4.1.0] 2023-07-12 - shipped with DI v23.2.0
72
73
73
74
### Changed
74
75
@@ -84,7 +85,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
84
85
- enforce Python 3.11
85
86
86
87
87
- ## [ 3.0.0] 2023-02-20
88
+ ## [ 3.0.0] 2023-02-20 - shipped with DI v23.1
88
89
89
90
### Added
90
91
@@ -131,7 +132,7 @@ The same applies to the label function that has been updated to the following si
131
132
`def label(self, value: str, depend_on_parameter_values: list[Any], context: PluginContext) -> Optional[str]`
132
133
133
134
134
- ## [2.1.0] 2022-07-19
135
+ ## [2.1.0] 2022-07-19 - shipped with DI v22.2
135
136
136
137
### Changed
137
138
@@ -180,7 +181,7 @@ The following changes need to be made to implementation of these classes:
180
181
- Added MultilineStringParameterType
181
182
182
183
183
- ## [1.1.1] 2022-05-16
184
+ ## [1.1.1] 2022-05-16 - shipped with DI v22.1
184
185
185
186
### Fixed
186
187
0 commit comments