As of 08/04 2020 the new version 2.3.0 is out

Standardization & Conformance Improvements

  • #1222 Spark version checking for Conformance and Standardization (currently supported versions >=2.4.2, <3.0.0)
  • #1157 The group explosion strategy for mapping conformance rules is turned on by default.
  • #1202 The plugin that pushes control info to Kafka is integrated as a built-in plugin in Enceladus. Thanks @TarannumPraveen .
  • #1226 Fixed Kerberos authentication in Streaming Conformance.
  • #1244 Updated Hyperdrive version to 3.0.0 for better streaming conformance integration.
  • #1252 Fixed an issue that lead to a failure to deserialize dataset returned from Menas resulting in a failure of Standardization and streaming conformance.

Menas Improvements

  • #1163 Avro schema can be loaded from URL (without auth), too. (Expecting URL from Schema registry)
  • #1164 Added support for Avro schema upload in Menas.

Other changes

  • #1228 SchemaType is now an Enumeration. SchemaParser is now a trait with a factory providing individual (hidden) parsers.