Skip to content

Latest commit

 

History

History
146 lines (103 loc) · 3.21 KB

File metadata and controls

146 lines (103 loc) · 3.21 KB

CHANGELOG

4.0.0

Breaking changes:

  • Merge button squash boolean param has been renamed to merge_method string param.

Features:

  • Add some integration-related endpoints.
  • Add support for integration authentication.
  • Add preview merge params to edit user repo endpoint.
  • Add preview merge params to org repos endpoint.
  • Add preview merge params to user repos endpoint.
  • Add filter to apidoc.
  • Add basic getNextPage example.

3.1.1

Bugfixes:

  • Fix permissions param.

3.1.0

Features:

  • Add projects api.

3.0.0

Breaking changes:

  • Fix issues.updateLabel endpoint. Change first name param to oldname and add new name param.

2.6.0

Features:

  • Add X-Poll-Interval header for events API.

2.5.2

Bugfixes:

  • Fix reactions validation regex.

2.5.1

Features:

  • Add repository traffic api

2.4.1

Bugfixes:

  • Allow for passing some required parameters as null

2.4.0

Features:

  • Add github pages preview endpoints.
  • Add preview apis section to readme.

Bugfixes:

  • Avoid parsing non json data. (Fixes renderMarkdown, getRawBlob)

2.3.0

Features:

  • Remove preview notes for multiple assignees api.
  • Remove preview notes for issue locking/unlocking api.
  • Add protected branch api endpoints.
  • Destroy socket on timeout.

2.2.0

Features:

  • Add repos.getShaOfCommitRef.

Bugfixes:

  • Remove repos.getAll affiliation regex validation.

2.1.0

Features:

  • Add add-assignees-to-issue, remove-assignees-from-issue endpoints.
  • Add note that licenses api is in preview period.
  • Add get-tag-signature-verification endpoint.
  • Add commit-signature-verification endpoint.
  • Add params for create-deployment-status, create-deployment endpoints.
  • Allow lazy instantiation.
  • Add promise support.

2.0.1

Features:

  • Add get raw blob example.

Bugfixes:

  • Make createDeployment task param optional.
  • Add missing org param for issues.getForOrg.

2.0.0

Breaking changes:

  • Remove getAllPages utility method.
  • Move migration-related endpoints to its own section.

Features:

  • Add source import endpoints.
  • Add enterprise search indexing endpoint.

1.4.0

Features:

  • Add repo invite endpoints.
  • Add permission param to add-collaborator.
  • Add GPG endpoints.

1.3.0

Features:

  • Add reaction endpoints.

Bugfixes:

  • Fix custom headers not being used.
  • Fix includePreview config flag not working properly. (Removed and need to use custom headers.)

1.2.1

Bugfixes:

  • Allow empty string for path param for getContent.

1.2.0

Features:

  • Add support to allow api stuff under preview period.
  • Add assignees preview param for issues endpoints.
  • Add issues#lock/unlock.
  • Add some more examples.
  • Add pull request merge squash preview params.
  • Add list/get/delete grant(s) endpoints.
  • Add params for create authorization.
  • Add get-or-create-authorization-for-app endpoint.
  • Add add get-or-create-authorization-for-app-and-fingerprint.
  • Add check/reset/revoke authorization endpoints.
  • Add get-events-timeline endpoint.

Bugfixes:

  • Fix custom headers not persisting across pages.
  • Make path param required for get-content.
  • If user specifies protocol = http, use port 80 rather than default 443.