-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Since nobody used protocol versions much in at least the last few years, I'd like to propose to remove the official scheme, or at least make it less prominent. Right now, the README of this repo is almost entirely about this topic, even though it's mostly irrelevant at this point.
We could remove the versioning partially, in that we do keep the scheme and implementations, but we don't tell people to update their servers and/or clients every 6 months just to set a new version number. Instead, we could recommend to do this only when there's a breaking change in a new protocol version.
Alternatively, we could rely solely on feature data in the Webfinger response for clients to know exactly which features or feature versions are supported, without relying on generic protocol versions. We already do this for some features, like e.g. range requests. I think this is the way to go, because it's already future-proof for remoteStorage extensions that aren't part of the base RFC.
@michielbdejong @fkooman WDYT?