Skip to content

1.3

Compare
Choose a tag to compare
@pmayer pmayer released this 11 Aug 08:57
· 113 commits to main since this release

Added

  • Added autosuggest route for Primo API
  • Added CAS_CHECK_NEXT environment variable for development and documentation for it
  • Added first_name and last_name to API user response
  • Added ClamAV and scan uploaded media objects
  • Added bulk creation of entries for importer
  • Added project mapping in skosmos.py
  • Added get_preflabel_via_uri in skosmos.py
  • Added management command to update all labels
  • Added management commands to evaluate keywords usage of published entries

Changed

  • BREAKING: Update all labels on every update of Portfolio
  • BREAKING: Adapted API user response to use request.user.get_full_name() instead of the CAS attribute display_name to be consistent over multiple Portfolio instances
  • Updated pre-commit configuration

Fixed

  • Fixed fix_keywords management command