From b5b69a053b438361d6c2042758686cb4a4d4a283 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 | 9 +++++++++ docs/spec/api.md.tmpl | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/spec/api.md b/docs/spec/api.md index 1d7540ed1..9c905e24d 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -117,6 +117,15 @@ 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.
  • diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index 68a7dff9c..53d9a42a7 100644 --- a/docs/spec/api.md.tmpl +++ b/docs/spec/api.md.tmpl @@ -117,6 +117,15 @@ 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.