Skip to content

Commit 7c134c5

Browse files
authored
Merge pull request #1022 from solid/changelog
Updates to changelog
2 parents 3ac3ce7 + d03442d commit 7c134c5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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!**)

0 commit comments

Comments
 (0)