Skip to content

JSKOS Server 1.2.0

Compare
Choose a tag to compare
@stefandesu stefandesu released this 15 Dec 09:38
· 406 commits to master since this release
33c00bc
  • Added write endpoints for concept schemes and concepts. (#93)
  • Deprecated old import script, added new scripts for import and reset. (#101)
  • Added more filters to /voc:
    • by languages
    • by license (#115)
    • by subject
      • basic sorting (#118)
  • New endpoints /voc/search and /voc/suggest. (#121)
  • Filter mappings by annotations. (#84)
  • Adjust how concept hierarchies are handled. (#61)
  • /status: Disabled endpoints are now set to null. (#119)
  • Configuration files are checked via JSON Schema and startup is prevented if the file is invalid. (#96)
  • Config: verbosity is now set to "warn" by default.
  • creator and contributor fields are now handled via a middleware. (#122)
  • Many minor fixes and improvements.

Important notes:

  • The calls for importing data and removing data have changed! If you have any automations for this, make sure to adjust them to the new import/reset scripts.
  • In order for scheme search to work, some adjustments are necessary. Please run npm run upgrade once to perform these adjustments.