Skip to content

3.2.0

Compare
Choose a tag to compare
@Guillaume-sousa Guillaume-sousa released this 23 Feb 21:19
· 40 commits to develop since this release

MDCS 3.2.0

  • Added an Online XML Editor:
    • Edit XML documents in a text editor with XML syntax highlight,
    • Prettify XML documents with a formatting option,
    • Visualize XML in HTML using XSLT while editing,
    • Validate document against XML Schema and Save.
  • Added REST endpoint to get database information (/rest/core-settings/).
  • Added settings related to XML editing (https://github.com/usnistgov/core_main_app/blob/master/settings.rst):
    • PARSER_MAX_IN_MEMORY_ELEMENTS,
    • MAX_DOCUMENT_EDITING_SIZE,
  • Updated Blob upload REST endpoint to add an optional filename parameter,
  • Updated minimum required Python version to 3.8 (Python 3.7 end of life: 06/23),
  • Fixed issues with PIDs for Blobs,
  • Minor fixes and improvements.