Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove protocol versions from implementations, in part or entirely #187

Open
raucao opened this issue Jan 18, 2023 · 4 comments
Open

Remove protocol versions from implementations, in part or entirely #187

raucao opened this issue Jan 18, 2023 · 4 comments

Comments

@raucao
Copy link
Member

raucao commented Jan 18, 2023

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?

@michielbdejong
Copy link
Member

Good point! The scheduled versions were copied from Ubuntu but we haven't had any breaking changes since version 12 which was over 3 years ago.

@DougReeder
Copy link
Contributor

I concur that we should only have new version when there's a change, and devote minimal space to versioning.

@michielbdejong
Copy link
Member

OK, we can also just set the version to 1.0 in the next internet draft, that decouples it form the 6-month cadence that internet drafts have, and also feels like a nice milestone.

@raucao
Copy link
Member Author

raucao commented Jan 19, 2023

Seems like a good idea!

I'm wondering if this can create problems in case the protocol undergoes breaking changes (outside of our control) during the RFC process. Then again, it could just end up as version 2.0 afterwards, if that's the case. So then this would actually help with that situation, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants