Skip to content

v0.5.13

Compare
Choose a tag to compare
@amoeba amoeba released this 12 Apr 22:53

NEW

  • Added a new helper function pid_to_eml_physical to streamline producing physical objects from PIDs

CHANGED

  • The {sysmeta|pid}_to_eml_{other_entity|physical} functions are now vectorized.
  • Deprecation: sysmeta_to_other_entity has been renamed to sysmeta_to_eml_other_entity to keep names more consistent across the helper functions
  • Deprecation: pid_to_other_entity has been renamed to pid_to_eml_other_entity to keep names more consistent across the helper functions

FIXED

  • publish_object no longer defaults to a format ID of application/xml for files that end with .xml. This was causing issues in the past where EML XML documents were getting the wrong format ID and the uploader wasn't noticing until later on.
  • get_package should now produce more helpful error messages in some cases where it didn't previously