Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@khituras khituras released this 28 Mar 15:22
· 115 commits to master since this release

This is a major release that breaks compatibility with formerly created pipelines.

Major fixes and enhancements:

  • The serialization format for the component meta data has been changed from Java binary serialization to a JSON serialization.
  • Fixed the issue that multiple components with the exact same name could be present in one pipeline. This lead to a diverse range of issues. Now, multiple components of the same type are enumerated instead of sharing the same name.
  • PEARs are now wrapped into an AAE for which a descriptor is stored in the descAll/ and desc/ directories with all other descriptors.