File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 5.0.0
4+
5+ - Node versions greater than 8 are supported.
6+ - Changes to vocabulary use:
7+ - ` solid:inbox ` is deprecated in favour of ` ldp:inbox ` .
8+ - ` acl:defaultForNew ` is deprecated in favour of ` ack:default ` .
9+ - Terms of Service may be added and enforced for new registrations,
10+ but is disabled by default.
11+ - DELETE operations on a resource now require that the user has write permissions on
12+ the file's container
13+ - Improved support for logout ensures users can use different
14+ identities.
15+ - The profile container is now public readable by default.
16+ - Access Control:
17+ - The Access Control List system has undergone extensive
18+ changes. Security has been tightened, and some unsafe practices that
19+ where web apps was authorized access in the past are now not
20+ permitted.
21+ - The browser-reported ` Origin ` header will now be checked by
22+ default, and the ACL system can be used to restrict access
23+ to applications for added security.
24+ - Logging is now verbose by default so the ` -v ` option has been
25+ removed and a ` --quiet ` option has been added to mute the log.
26+ - Command line options are now kebab-cased rather than camelCased,
27+ config options may be both.
28+ - Many smaller fixes.
29+
330#### 5.0.0 Upgrade Notes
431
532- As of v5.0.0, all Turtle files need an extension. (** Intervention needed when updating from < 5.0.0!** )
You can’t perform that action at this time.
0 commit comments