Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 1.46 KB

CHANGELOG

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.