Releases: CJSCommonPlatform/stream-transformation-tool
Releases · CJSCommonPlatform/stream-transformation-tool
7.0.0
6.4.6
Changed
- PostCodeGenerator now converts character by character, rather than based on length of inpute value.
The advantage is that anonymisation keeps the exact same format of post codes. Alphabetic characters
are changed to A, and numeric values are changeed to 1. Spaces persists if existing.
5.3.6
Added
- Gson library available for easier manipulation of json objects for transformation
- Surfacing all exception when processing a stream
- Json path library added
- Added global whitelisting of attributes when using the anonymisation cartridge. This will now make it easier to
ignore attributes which occur in a repeating or nested manner. This approach is limited to just data types other than an object or array. The global attributes are not fully qualified path and just denote the ending of the path
6.4.5
Added
- Added global whitelisting of attributes when using the anonymisation cartridge. This will now make it easier to
ignore attributes which occur in a repeating or nested manner. This approach is limited to just data types other than an object or array. The global attributes are not fully qualified path and just denote the ending of the path
6.4.4
[6.4.4] - 2020-03-05
Added
- Json path library added
6.4.3
[6.4.3] - 2020-02-04
Fixed
- Surfacing all exception when processing a stream
6.4.2
[6.4.2] - 2020-02-28
Added
- Gson library available for easier manipulation of json objects for transformation
6.4.1
[6.4.1] - 2020-02-25
Changed
- Make Day and Month as 01 while anonymising date
5.3.5
[5.3.5] - 2020-02-25
Changed
- Make Day and Month as 01 while anonymising date
Added
- Enhanced unit tests for anonymisation module
6.4.0
[6.4.0] - 2019-11-13
Added
- Enhanced unit tests for anonymisation module
Changed
- Update framework to 6.4.0
- Update event-stroe to 2.4.0
- Update utilities to 1.24.3