Releases: SolidOS/mashlib
Releases · SolidOS/mashlib
v1.8.11
v1.8.10
v1.8.9
Dependencies updated to latest and CI use node 16 and 18
New functionalities
- rdflib@2.3.33 add
n3-patch
- solid-ui@2.4.32 add
ECDSA public and private keys
functions https://github.com/SolidOS/solid-ui/blob/main/src/chat/keys.ts- publicKey is stored in
profile/keys/publicKey.ttl
(everybody READ only, including owner) - privateKey is stored in
settings/keys/privateKey.ttl
(WebID READ only)
- publicKey is stored in
Improvements
- security against
obfuscation
in long chat with :- default authorization to
Append only
on resource chat.ttl - default creation of
ECDSA private/public keys
message signature
using ECDSA keys private/public keys
- default authorization to
- container creation directly with
PUT on container
- use of
@inrupt/solid-client-authn-browser@1.17.5
Bugs
- double URL encoding linkeddata/rdflib.js#625
- flush metadata linkeddata/rdflib.js#441
- source-pane issue with CSS SolidOS/source-pane#53
v1.8.8
resolves login issues :
- hash fragment not being a valid redirectUrl SolidOS/solid-logic#60
- issue https://github.com/inrupt/solid-client-authn-js/releases/tag/v1.13.4
v1.8.7
- rdflib@2.2.28 : new jsonld serializer in rdflib
- solid-logic@v3 : NamedNode parameter replaces String
- source-pane@2.2.23 :
- add compact button
- validation of HTML data island in <script> tag
- check jsonld predicate expands to a full URI
- profile-pane@1.0.16 : display Your Stuff and communities Stuff in your profile
v1.8.6
v1.8.5
Full mashlib stack updated to include changes in :
- rdflib 2.2.21 : convert First/rest structure to Collection objects
- contacts-pane 2.6.5 : migrate group data-model for compatibility with CSS and Group ACL spec.
update is automatically proposed if needed when going to a contact-pane. Tools allow to reverse to the old data-model. - profile-pane 1.0.13 : cleaner display
v1.8.2
- Resolve link issues related to moving solidos repos from https://github.com/solid organization to https://github.com/SolidOS organization
- updates to profile-pane to add qrcode
- bug resolution
- 401 for private image on CSS server
- footer issue