Skip to content

v3.0.0

Choose a tag to compare

@gr2m gr2m released this 25 Oct 05:40

3.0.0 (2017-10-25)

BREAKING CHANGES

Retry-After was added to the access-control-expose-headers response header

   {
     headers: {
-      access-control-expose-headers: "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"
+      access-control-expose-headers: "ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"
     }
   }