diff --git a/docs/spec/api.md b/docs/spec/api.md index 46dfc92b0..ad4d70eb8 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
+
+ +
+ +
2.0.0
diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index 6ca1beee7..53d9a42a7 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.