Releases: CommunitySolidServer/CommunitySolidServer
Release list
v7.2.0
What's Changed
- fix: handle ENOTDIR in FileDataAccessor.getStats to prevent 500 on duplicate slug POST #2152
- fix: Make sure WebhookEmitter tokens are valid #2164
- Return children metadata from memory backend in #2170
- Prevent TokenOwnershipValidator from leaking info about internal services in #2172
- Add pim:storage triple to WebID when checkbox is checked in #2184
- Add security considerations documentation in #2187
- fix: Prevent inconsistencies with repeated slashes in identifiers in #2189
- feat: Handle data corruption issues in #2190
The documentation now also has a page with some security considerations, depending on your server setup and needs.
See the CHANGELOG for all changes.
v8.0.0-alpha.3
v8.0.0-alpha-2
v7.1.9
v7.1.8
What's Changed
- feat: show logo_uri on oidc consent screen, fixes #2082 in #2083
- chore: Enable Docker arm builds in #2104
- fix: Use milliseconds in ETag and correct condition for If-Modified-Since header in #2102
- fix: Return correct allow headers for description resources in #2103
See the CHANGELOG for all changes.
v8.0.0-alpha-1
Update to v8.0.0-alpha.1 which updates several dependencies which should help with some ESM issues.
v8.0.0-alpha-0
This is an alpha release of the next major version. Compared to the latest version there are not that many changes that would warrant already using this version. The main purpose is having this version is that it uses the latest Components.js version which can be useful for development.
An actual next major release is probably not happening soon, until there are actual major changes and potentially there is a good solution to prevent conflicts with existing configurations.
v7.1.7
What's Changed
- Correctly match IdInteractionRoutes without trailing slash in #2005
- Add tutorial on how to add a CLI parameter in #2008
- Fix responsive template in #2012
- Force pod names to be lower case in #2009
- Cache JSON-LD contexts in #2010
- Make the WrappedIndexedStorage more robust for structure changes in #2013
See the CHANGELOG for all changes.