Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.32 - 2024-11-26

Added

  • Normalize file inserts & updates to Metax V3 format
  • Add missing fields during V3 -> V2 normalization
    • checksum.checked
    • file_uploaded

Fixed

  • storage_identifier is normalized correctly as external file identifier instead of storage service identifier

0.31 - 2024-10-25

Added

  • get_directory_idreturns an identifier of a directory.
  • All methods, retrieving data from Metax, return Mtax V3 format data.

0.30 - 2024-09-27

Changed

  • directory CLI command retrieves the metadata and the content of a directory by the path and the project id of a directory. Accessing a directory with the directory ID is no longer supported. The command's flag --files was changed to --content

Removed

  • Methods get_directory and get_directory_files were removed. Directory identifiers will be removed entirely in Metax V3.
  • Unused methods set_xml, get_xml, delete_dataset_files and get_dataset_filetypes removed.