Skip to content

v17.0.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 21 Nov 02:56

17.0.0 (2019-11-21)

Bug Fixes

  • fixture: updated api.github.com/add-labels-to-issue (f8123e9)
  • fixture: updated api.github.com/get-root (1fac543)
  • fixture: updated api.github.com/labels (8164efd)

BREAKING CHANGES

  • fixture: api.github.com/labels has changed
[
   {
     response: [
       {
+        description: "Something isn't working"
       }
       {
+        description: "Improvements or additions to documentation"
       }
       {
+        description: "This issue or pull request already exists"
       }
       {
+        description: "New feature or request"
       }
       {
+        description: "Good for newcomers"
       }
       {
+        description: "Extra attention is needed"
       }
       {
+        description: "This doesn't seem right"
       }
       {
+        description: "Further information is requested"
       }
       {
+        description: "This will not be worked on"
       }
     ]
     headers: {
-      content-length: "1572"
+      content-length: "1977"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "175"
+      content-length: "194"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "175"
+      content-length: "194"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "191"
+      content-length: "210"
     }
   }
   ...
 ]
  • fixture: api.github.com/get-root has changed
[
   {
     response: {
+      label_search_url: "https://api.github.com/search/labels?q={query}&repository_id={repository_id}{&page,per_page}"
     }
     headers: {
-      content-length: "2039"
+      content-length: "2153"
     }
   }
 ]
  • fixture: api.github.com/add-labels-to-issue has changed
[
   ...
   {
     response: [
       {
       }
       {
       }
       {
       }
     ]
     headers: {
-      content-length: "526"
+      content-length: "583"
     }
   }
 ]