2.0
π 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.