-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Please document the changelog from the roughly-0.8 version to the Dec-2019 version. It may be useful to categorize the changes by if and how they require action from server- and/or client- implementers:
- changes that will make a
roughly-0.8server incompatible with aDec-2019client - changes that will make a
roughly-0.8client incompatible with aDec-2019server- #77 Restructure JWT in Authorization header Bearer token (the SolidAuthClient will look at the WWW-Authenticate header and be able to switch between both formats, but new servers will only be required to implement the new one). Note that this change will at first be documented in a PR and not in the master spec text, but @jaxoncreed will already add support for it to Solid-Auth-Client.
- Add AUTH command to WebSockets protocol (older servers will ignore the AUTH command but newer ones will require it)
- Remove SPARQL-on-GET
- Remove Globbing
- changes that will break compatibility in both directions
- changes that are non-breaking