Skip to content

Releases: octokit/fixtures

v5.0.0

17 Nov 09:26
Compare
Choose a tag to compare

5.0.0 (2017-11-17)

Features

  • normalization: project cards (3d304cf)
  • scenario: project cards (d2c689d)

BREAKING CHANGES

  • Instead of always returning 1 for each id, IDs are
    now based on counters per entity type. They start at 1000 to
    differentiate from issue/pull request numbers

v4.4.0

09 Nov 05:39
Compare
Choose a tag to compare

4.4.0 (2017-11-09)

Bug Fixes

  • record: append random string to repository name to avoid conflicts (4ea6134)

Features

  • record: log more request/response information in case of error (df12e58)

v4.3.0

07 Nov 23:54
Compare
Choose a tag to compare

4.3.0 (2017-11-07)

Features

  • normalization: error (409e950)
  • scenario: release asset conflict (d329ca4)

v4.2.1

07 Nov 21:54
Compare
Choose a tag to compare

4.2.1 (2017-11-07)

Bug Fixes

  • server: load fixtures relatively from bin/server.js (ae9fb6a)

v4.2.0

07 Nov 06:13
Compare
Choose a tag to compare

4.2.0 (2017-11-07)

Features

  • normalization: release (973f03f)
  • scenario: get release before uploading asset (f809508)

v4.1.0

01 Nov 06:03
Compare
Choose a tag to compare

4.1.0 (2017-11-01)

Bug Fixes

  • remove proxy host from raw fixtures (0713524)
  • cron: update raw fixtures (5b1da2b)
  • record: use proxy for unauthenticated requests only (9a6c35e)

Features

  • normalization: release-asset (9371160)
  • scenario: release assets (a8e383b)

v4.0.0

01 Nov 05:23
Compare
Choose a tag to compare

4.0.0 (2017-11-01)

breaking

  • expect-ct response header removed (f00413f)

BREAKING CHANGES

  • The expect-ct response header has been removed
   {
     headers: {
-      expect-ct: "max-age=2592000, report-uri=\"https://api.github.com/_private/browser/errors\""
     }
   }

v3.1.0

27 Oct 00:05
Compare
Choose a tag to compare

3.1.0 (2017-10-27)

Features

  • $ bin/remove-temporary-repositories (a5745f3)

v3.0.0

25 Oct 05:40
Compare
Choose a tag to compare

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"
     }
   }

v2.4.0

23 Oct 20:05
Compare
Choose a tag to compare

2.4.0 (2017-10-23)

Features

  • mock.explain: remove request meta data from error object (1722efb)
  • scenario: lock/unlock issue (d2c53df)