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.
Bugfixes:
- Fix permissions param.
Features:
- Add projects api.
Breaking changes:
- Fix issues.updateLabel endpoint. Change first
nameparam tooldnameand add newnameparam.
Features:
- Add X-Poll-Interval header for events API.
Bugfixes:
- Fix reactions validation regex.
Features:
- Add repository traffic api
Bugfixes:
- Allow for passing some required parameters as null
Features:
- Add github pages preview endpoints.
- Add preview apis section to readme.
Bugfixes:
- Avoid parsing non json data. (Fixes renderMarkdown, getRawBlob)
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.
Features:
- Add repos.getShaOfCommitRef.
Bugfixes:
- Remove repos.getAll affiliation regex validation.
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.
Features:
- Add get raw blob example.
Bugfixes:
- Make createDeployment task param optional.
- Add missing org param for issues.getForOrg.
Breaking changes:
- Remove getAllPages utility method.
- Move migration-related endpoints to its own section.
Features:
- Add source import endpoints.
- Add enterprise search indexing endpoint.
Features:
- Add repo invite endpoints.
- Add permission param to add-collaborator.
- Add GPG endpoints.
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.)
Bugfixes:
- Allow empty string for path param for getContent.
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.