JSKOS Server 1.2.0
- Added write endpoints for concept schemes and concepts. (#93)
- Deprecated old import script, added new scripts for import and reset. (#101)
- See documentation.
- Also removed global
jskos-import
command.
- Added more filters to /voc:
- 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 tonull
. (#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
andcontributor
fields are now handled via a middleware. (#122)- See this comment for more details.
- 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.