Skip to content

2.0

Compare
Choose a tag to compare
@svniemeijer svniemeijer released this 03 Nov 17:42
· 7 commits to master since this release

πŸ“… 2021-11-03

  • Set creation_date equal to validity_start for AUX_NISE__.

  • Add support for additional auxiliary product types.

  • Remove file class from product_type names. This requires a data migration of
    any existing database. This can be done using e.g.
    UPDATE core SET product_type=substr(product_type,0,15) WHERE product_type LIKE 'S5P%';

  • Change default hash type to 'md5' for all products.

  • Add filename_only argument to analyze() functions.