Skip to content

Releases: nodeSolidServer/node-solid-server

v5.5.6

01 Dec 11:02
Compare
Choose a tag to compare

Includes the ability to add a Solid ID to a contact.

v5.5.5

25 Nov 11:24
Compare
Choose a tag to compare

Contains a hotfix from nodeSolidServer/oidc-auth-manager#58
Version v5.5.4 contained a related hotfix from nodeSolidServer/oidc-rs#10
Note that we expect v5.5.6 soon, which will contain more significant new functionality
from SolidOS/contacts-pane#23 so it's fine to skip this version v5.5.5
and go straight to v5.5.6 when it becomes available.

New Token Compatibility

16 Jun 21:02
ad7e40e
Compare
Choose a tag to compare

Version 5.3.0 adds the ability to enable and disable a new auth token.

  • A new option, tokenTypesSupported, has been added to config.json. This configures token compatibility for the NSS storage server. It accepts an array of strings that could be either "legacyPop" (old token) or "dpop" (new token). For example tokenTypesSupported: [ "legacyPop", "dpop" ] would mean enable compatibility with both the old and new token on the storage server.
  • A new option, token_types_supported, has been added to .db/oidc/op/provider.json. This configures token compatibility for the NSS identity provider server. It accepts an array of strings that could be either "legacyPop" (old token) or "dpop" (new token). For example token_types_supported: [ "legacyPop", "dpop" ] would mean enable compatibility with both the old and new token on the identity provider server.

Security Patch

12 Apr 21:31
818a0cd
Compare
Choose a tag to compare

This patch fixes to flaw described here: #1418

January Bug Fixes

29 Jan 15:13
ca5bffb
Compare
Choose a tag to compare

The following release contains fixes for a number of bugs in Node Solid Server:

  • Various dependencies have been upgraded to account for security vulnerabilities
  • The data-browser has been updated to the latest version (1.2.1)
  • New Docker Image
  • ReadMe Updates
  • Fix for locating an HTML file location: #1388

v5.2.0

03 Oct 11:24
Compare
Choose a tag to compare

This release mainly adds #1292 from @bourgeoa and updates the databrowser to [email protected].

v5.1.5

14 Jun 21:30
7c08d9e
Compare
Choose a tag to compare
Bump to v5.1.5

v5.1.3

06 Jun 22:59
7b670c6
Compare
Choose a tag to compare
Release version 5.1.3 of the npm package.

v5.1.2

04 Jun 13:56
1cf8082
Compare
Choose a tag to compare
Release version 5.1.2 of the npm package.

v5.1.1

28 May 09:29
bdc5acb
Compare
Choose a tag to compare
Release version 5.1.1 of the npm package.