Skip to content

Releases: gbv/jskos-server

JSKOS Server v1.6.1

25 Nov 09:56
Compare
Choose a tag to compare
  • Make sure mappings always have a mapping type.
  • Allow use of download parameter for single mappings and concordances.

Full Changelog: v1.6.0...v1.6.1

JSKOS Server v1.6.0

11 Oct 10:08
Compare
Choose a tag to compare
  • Extend crossUser to support lists of user URIs. (#184)
    • Adding an array of user URIs to the update or delete key of an entity in the configuration will allow only those users to update/delete other people's entities, essentially giving them "super user" capabilities.
  • Filter mappings by sum of assessment annotations. (#185)
  • Add sort by mappingRelevance to GET /mappings. (#186)
  • Some smaller fixes.
  • Update dependencies.

Full Changelog: v1.5.2...v1.6.0

JSKOS Server v1.5.2

19 Sep 11:00
f38ce03
Compare
Choose a tag to compare
  • Fix issue in GET /mappings: Parameter partOf was ignored in when creator is given. (#183)
  • Update dependencies.

Full Changelog: v1.5.1...v1.5.2

JSKOS Server v1.5.1

29 Aug 12:19
Compare
Choose a tag to compare
  • Two fixes for new /mappings/infer endpoint. (#180, #181)

JSKOS Server v1.5.0

29 Aug 08:36
9695e3e
Compare
Choose a tag to compare
  • Added /mappings/infer endpoint. (#177, #179)
    • Please refer to the documentation to know more about this endpoint.

JSKOS Server v1.4.7

02 Aug 08:12
cc00ba0
Compare
Choose a tag to compare
  • 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

11 May 09:42
87524e8
Compare
Choose a tag to compare
  • 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

10 May 09:41
711b83a
Compare
Choose a tag to compare
  • 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

03 May 06:30
4fa490e
Compare
Choose a tag to compare
  • Fix unescaped regular expression in scheme service.
  • Make sure limit and offset parameters are non-negative numbers.

Full Changelog: v1.4.3...v1.4.4

JSKOS Server v1.4.3

27 Apr 08:54
3d8472e
Compare
Choose a tag to compare
  • Update dependencies.