Skip to content

Releases: AbsaOSS/cobrix

v2.10.0

11 Mar 09:17
61a6ea0

Choose a tag to compare

What's Changed

  • #826 Add support for writing VRL files with RDW headers in #827
  • #828 Add support for structs and arrays in EBCDIC writer in #829
  • #797 Add support for variable-sized OCCURS when writing EBCDIC files in #830
  • #833 Add strict schema check option for the EBCDIC writer in #834

Full Changelog: v2.9.9...v2.10.0

v2.9.9

24 Feb 11:31

Choose a tag to compare

What's Changed

  • #821 Make '_corrupt_records' a nullable field in #823
  • #822 Allow '_corrupt_records' to extract data in HEX instead of binary data type in #825

Full Changelog: v2.9.8...v2.9.9

v2.9.8

11 Feb 09:24

Choose a tag to compare

What's Changed

  • #723 Add the ability to generate _corrupt_fields column containing information on fields that Cobrix failed to decode in #820

Full Changelog: v2.9.7...v2.9.8

v2.9.7

29 Jan 07:58

Choose a tag to compare

What's Changed

  • #816 Fix the reliance on log4j libraries in the classpath FileStreamer by switching logging to slf4j interfaces in #817

Full Changelog: v2.9.6...v2.9.7

v2.9.6

07 Jan 08:32

Choose a tag to compare

What's Changed

  • #813 Fix compatibility of the relaxed sign overpunching in #814

Full Changelog: v2.9.5...v2.9.6

v2.9.5

22 Dec 08:54

Choose a tag to compare

What's Changed

  • #809 Add support for reading compressed EBCDIC files in #810
  • #811 Add read properties hash code as index key to avoid false cache in #812

Full Changelog: v2.9.4...v2.9.5

v2.9.4

26 Nov 10:56
44a2d44

Choose a tag to compare

What's Changed

  • #805 Add the option to cache VRL indexes for better performance when same files are processed multiple times in #806
  • #807 Add field name to AST object memoization for better performance of raw record processing in #808
  • #801 Allow gaps between segment redefined fields as long as they have a single common base redefine in #802
  • #803 Fix possible cases when Hadoop file streams are opened but not closed in #804

Full Changelog: v2.9.3...v2.9.4

v2.9.3

14 Nov 07:23

Choose a tag to compare

What's Changed

  • #792 Add EBCDIC to ASCII encoders for all single byte code pages in #794
  • #796 Ignore errors when getting the default block size for the Hadoop filesystem in #798
  • #795 Add the ability to process EBCDIC files in-place and convert them to VRL format in #799
  • #795 Do not create a redundant data stream in #800

Full Changelog: v2.9.2...v2.9.3

v2.9.2

30 Oct 07:06
fd61a06

Choose a tag to compare

What's Changed

  • Extended EBCDIC Encoder - added support for cp1144 by @Il-Pela in #790

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

10 Oct 08:10

Choose a tag to compare

What's Changed

  • #786 Make Cobol processor return the number of records processed in #787
  • #788 Add mainframe file processor that runs in Spark via RDDs in #789

Full Changelog: v2.9.0...v2.9.1