Releases: gbv/jskos-server
Releases · gbv/jskos-server
JSKOS Server v1.5.2
- Fix issue in GET /mappings: Parameter
partOf
was ignored in whencreator
is given. (#183) - Update dependencies.
Full Changelog: v1.5.1...v1.5.2
JSKOS Server v1.5.1
JSKOS Server v1.5.0
- Added
/mappings/infer
endpoint. (#177, #179)- Please refer to the documentation to know more about this endpoint.
JSKOS Server v1.4.7
- Provide download of all concepts of a concept scheme. (#175)
- Extend parameter
annotatedFor
on GET /mappings. (#176) - Update dependencies.
Full Changelog: v1.4.6...v1.4.7
JSKOS Server v1.4.6
- Trying to prevent infinite loops at two places. (We've been having an issue where our instance locks up and stays locked until a restart, so maybe this fixes that issue.)
Full Changelog: v1.4.5...v1.4.6
JSKOS Server v1.4.5
- Output access logs when verbosity level is set to
log
. (#172) - Change annotation format and add mapping state if possible. (#173)
- Remove typedi dependency. (#139)
- Update dependencies.
Important: If you are using annotations, you need to run npm run upgrade
after updating to v1.4.5 of jskos-server.
Full Changelog: v1.4.4...v1.4.5
JSKOS Server v1.4.4
- Fix unescaped regular expression in scheme service.
- Make sure
limit
andoffset
parameters are non-negative numbers.
Full Changelog: v1.4.3...v1.4.4
JSKOS Server v1.4.3
- Update dependencies.
JSKOS Server v1.4.2
- Adjust creator search for mappings, concordances, and annotations:
- Allow multiple search strings separated by
|
. - Check if string is a valid URI: if yes, search URI fields; if no, search name fields. (This was added for performance reasons, see #170.)
- Allow multiple search strings separated by
Full Changelog: v1.4.1...v1.4.2
JSKOS Server v1.4.1
- POST /mappings, /annotations, /concordances: Override
created
date (except for bulk operations).
Full Changelog: v1.4.0...v1.4.1