-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
273fdad
commit 060d309
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# draft-dejong-remotestorage-03.txt | ||
|
||
## Breaking for servers as well as clients: | ||
* The content-type for folder listings was corrected to application/ld+json | ||
* The version string in the webfinger announcement was updated from -02 to -03 | ||
|
||
## Breaking for servers: | ||
* Serving folder listings with zero items is no longer allowed; serve a 404 instead. | ||
* Servers MUST now comply with all of HTTP/1.1, including chunked uploads | ||
|
||
## Breaking for clients: | ||
* Servers MAY now expire access tokens, in line with the OAuth spec. | ||
|
||
## non-breaking: | ||
* The option to offer a manual way to create access tokens is now mentioned | ||
* The fact that strong ETags make gzipping impossible is now mentioned | ||
* Several small changes to clarify and correct the spec text | ||
* A build script and this changelog were added to the git repo on github. |