Releases: gbv/jskos-server
Releases · gbv/jskos-server
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
JSKOS Server v1.3.1
- Fixes issue in getTop and getConcepts related to scheme URIs. (#163)
JSKOS Server v1.3.0
- Add validation endpoint at
/validate
. (#156) - Add config option to disable JSKOS's closed world assumption. (#158)
properties
parameter: Support additional syntax. (#160)- Add further indexes for annotations. (#147)
- Please run
npm run upgrade
to perform necessary changes.
- Please run
- Updated dependencies. (#140)
Full Changelog: v1.2.12...v1.3.0
JSKOS Server 1.2.12
- Reject mappings without concepts on from side.
- Adjust handleCreatorForObject method. (#153)
- Further adjustments likely necessary for #99.
- Update jskos-validate dependency with fixes for URI validation.
- Fix order of JSKOS field
ancestors
. (#155)
Full Changelog: v1.2.11...v1.2.12
JSKOS Server 1.2.11
- Small fix to import script.
- Updated config schema.
- Fixed download of concordances/mappings. (#150)
- Updated dependencies.
Full Changelog: v1.2.10...v1.2.11
JSKOS Server 1.2.10
- Suggest endpoints: Implement using language param for labels (#149)
- Updated dependencies
- Adjust MongoDB configuration to fix issues (#148)
All Changes: v1.2.9...v1.2.10
JSKOS Server 1.2.9
- Updated dependencies.
JSKOS Server 1.2.7
JSKOS Server 1.2.6
- Update JSKOS Schema from version 0.4.6 to version 0.48 (see JSKOS changelog)
- Check JSKOS
type
field on validation
JSKOS Server 1.2.5
- Fix issue with certain characters in text search. (#138)
- Add indexes to mapping collection to improve performance for common queries.
- Please run
npm run import -- --indexes
to reindex your database.
- Please run