JSKOS Server v1.4.0
- Add support for writing concordances and adding mapping to concordances. (#99, #169)
- Note that at the moment, mappings can only be added to a concordance via PUT or PATCH, not via POST.
- Note that to be able to add a mapping to a concordance, you must be allowed to edit the mapping and be creator or contributor to the concordance.
- Adjust access control for mappings when they belong to a concordance. (see documentation)
- Add
partOf=none
andpartOf=any
as parameter options for GET /mappings. - Add
cardinality
as parameter for GET /mappings. - Adjust how
creator
/contributor
are handled in jskos-server. (#153) - Add new experimental flag
--noreplace
to import script. (#166) - Add new sort option "counter" to GET /voc. (#161)
- Adjust database parameters. (#148)
- Update dependencies.
After upgrading, please run npm run upgrade
which will perform some adjustments to the existing concordances in the database. In particular, they will each get a URI with the instance's base URL based on the notation. Existing URIs will be moved to identifier
and will still be usable for requests etc.
Full Changelog: v1.3.1...v1.4.0