From e842662ede0efcbcbb488c01357b2bf993ef432d Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 6 May 2015 15:47:29 -0700 Subject: [PATCH] Move pre-release 2.0 changes into the 2.0 API specification Signed-off-by: Derek McGowan (github: dmcgowan) --- docs/spec/api.md | 12 +++++++++--- docs/spec/api.md.tmpl | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index 46dfc92b..ad4d70eb 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -117,15 +117,21 @@ specification to correspond with the versions enumerated here.
2.0.1
+
+
    +
  • Added capability of doing streaming upload to PATCH blob upload.
  • +
  • Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
  • +
  • Removed `416 Requested Range Not Satisfiable` response status from PUT blob upload.
  • +
+
+ +
2.0.0
  • Added support for immutable manifest references in manifest endpoints.
  • Deleting a manifest by tag has been deprecated.
  • Specified `Docker-Content-Digest` header for appropriate entities.
  • Added error code for unsupported operations.
  • -
  • Added capability of doing streaming upload to PATCH blob upload.
  • -
  • Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
  • -
  • Removed 416 return code from PUT blob upload.
diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index 6ca1beee..53d9a42a 100644 --- a/docs/spec/api.md.tmpl +++ b/docs/spec/api.md.tmpl @@ -117,15 +117,21 @@ specification to correspond with the versions enumerated here.
2.0.1
+
+
    +
  • Added capability of doing streaming upload to PATCH blob upload.
  • +
  • Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
  • +
  • Removed `416 Requested Range Not Satisfiable` response status from PUT blob upload.
  • +
+
+ +
2.0.0
  • Added support for immutable manifest references in manifest endpoints.
  • Deleting a manifest by tag has been deprecated.
  • Specified `Docker-Content-Digest` header for appropriate entities.
  • Added error code for unsupported operations.
  • -
  • Added capability of doing streaming upload to PATCH blob upload.
  • -
  • Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
  • -
  • Removed 416 return code from PUT blob upload.