Skip to content

Releases: gbv/jskos-server

JSKOS Server 1.1.2

05 Sep 12:33
v1.1.2
7d738a2
Compare
Choose a tag to compare
  • Fix issue when annotations without authentication are configured. (#78)
  • Adjust documentation.

JSKOS Server 1.1.1

05 Sep 08:38
v1.1.1
a2c437e
Compare
Choose a tag to compare
  • Fixes an issue that prevented cross-user requests without auth even if configured correctly.

JSKOS Server 1.1.0

04 Sep 09:43
v1.1.0
6864f2d
Compare
Choose a tag to compare
  • Fix issue where /data didn't return results for concept schemes.
  • Extend /data with notation and voc params. (#76)
  • Adjust page served at /. (#77)

JSKOS Server 1.0.0

02 Sep 06:12
v1.0.0
479267f
Compare
Choose a tag to compare

Most of jskos-server was rewritten since the last release. Here are some of the new features and changes that were added since then:

  • Allow search for creator (by name or URI) on /mappings.
  • Add POST/PUT/PATCH/DELETE for mappings. (#55)
  • Add URIs to every mapping. (#71)
  • Add annotations endpoint. (#38)
  • Add /voc/concepts endpoint to query all concepts for a concept schemes.
  • Add authorization via JWTs from login-server. (#44)
  • Add landing page at base URL. (#46)
  • Adjust configuration format to json files.
  • Use all scheme URIs for from/toScheme in /mappings (if available). (#51)
  • Allow notations for scheme params in /mappings.
  • Rewrite import script. (#56)
  • Differentiate between schemes with and without concepts. (#49)
  • Revamped /status. (#66, #70, #74)
  • Add sorting by created/modified to /mappings. (#32)
  • Implement a proper reconnect to MongoDB. (#54)
  • Add advanced configuration options. (#69)
    • create/read/update/delete capabilities for all entity types
    • fromSchemeWhitelist/toSchemeWhitelist for mappings
    • cardinality for mappings ("1-to-1" vs "1-to-n")
    • anonymous for mappings
    • identities (whitelisted users that can perform certain actions)
    • identityProviders (required providers to be able to perform certain actions)
  • Many more changes, fixes, and improvements. (#34, #37, #62, #38, #72, ...)

JSKOS Server 0.3.0

05 Oct 12:19
v0.3.0
77c686b
Compare
Choose a tag to compare
  • Recalculate extent property of concordances after import (#22)
  • Add support for CSV and TSV download
  • Search mappings in both directions (#30)
  • Add support for authentication for MongoDB (#21)
  • Search concordances by uri, fromScheme, toScheme, creator (#26)
  • /mappings: Support truncated search in notations (#29)
  • Bug fixes and improvements

JSKOS Server 0.2.0

04 Sep 11:00
v0.2.0
ff4f0ee
Compare
Choose a tag to compare
  • Add concordances and /concordances endpoint.
  • Add more functionality to /mappings endpoint.
  • Update importing functionality.
  • Add download option for /mappings and /concordances.

JSKOS Server 0.1.0

27 Aug 12:17
v0.1.0
3ccabc8
Compare
Choose a tag to compare

First release of JSKOS Server. Work has already advanced pretty far, so 0.1.0 doesn't really do it justice, but it's the first time giving it a version number.