Skip to content

Releases: CJSCommonPlatform/stream-transformation-tool

7.0.0

28 May 12:16
Compare
Choose a tag to compare

[7.0.0] - 2020-05-28

Added

  • Bumped version to 7.0.0 to match framework version
  • Updated to framework 7.0.4
  • Updated to event-store 7.0.2
  • Updated framework-libraries to 7.0.5

6.4.6

20 May 12:20
Compare
Choose a tag to compare

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

16 Mar 14:29
Compare
Choose a tag to compare

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

16 Mar 14:28
Compare
Choose a tag to compare

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

05 Mar 16:40
Compare
Choose a tag to compare

[6.4.4] - 2020-03-05

Added

  • Json path library added

6.4.3

05 Mar 16:39
Compare
Choose a tag to compare

[6.4.3] - 2020-02-04

Fixed

  • Surfacing all exception when processing a stream

6.4.2

05 Mar 16:38
Compare
Choose a tag to compare

[6.4.2] - 2020-02-28

Added

  • Gson library available for easier manipulation of json objects for transformation

6.4.1

25 Feb 15:34
Compare
Choose a tag to compare

[6.4.1] - 2020-02-25

Changed

  • Make Day and Month as 01 while anonymising date

5.3.5

25 Feb 15:40
Compare
Choose a tag to compare

[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

13 Nov 11:55
Compare
Choose a tag to compare

[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