mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Update release notes with conversion changes
This commit is contained in:
parent
4d319d2564
commit
b0208bf469
@ -1,5 +1,24 @@
|
|||||||
# Community Solid Server release notes
|
# Community Solid Server release notes
|
||||||
|
|
||||||
|
## v3.0.0
|
||||||
|
### New features
|
||||||
|
...
|
||||||
|
|
||||||
|
### Configuration changes
|
||||||
|
You might need to make changes to your v2 configuration if you use a custom config.
|
||||||
|
|
||||||
|
The following changes pertain to the imports in the default configs:
|
||||||
|
- ...
|
||||||
|
|
||||||
|
The following changes are relevant for v2 custom configs that replaced certain features.
|
||||||
|
- Conversion has been simplified so most converters are part of the conversion chain:
|
||||||
|
- `/util/representation-conversion/default.json`
|
||||||
|
|
||||||
|
### Interface changes
|
||||||
|
These changes are relevant if you wrote custom modules for the server that depend on existing interfaces.
|
||||||
|
- `TypedRepresentationConverter` function signatures changed
|
||||||
|
and base functionality moved to `BaseTypedRepresentationConverter`
|
||||||
|
|
||||||
## v2.0.0
|
## v2.0.0
|
||||||
### New features
|
### New features
|
||||||
- Pod owners always have Control access to resources stored in their Pod.
|
- Pod owners always have Control access to resources stored in their Pod.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user