Skip to content

v63.0.0

Compare
Choose a tag to compare
@gmlewis gmlewis released this 10 Jul 20:12
· 20 commits to master since this release
173aa01

This release contains the following breaking API changes:

  • feat!: Change enterprise runner to also use ListRunnersOptions (#3167)
    BREAKING-CHANGE: This changes ListOptions to ListRunnersOptions in EnterpriseService.ListRunners.
  • feat!: Support querying organization custom roles (#3129)
    BREAKING CHANGE: CreateOrUpdateCustomRoleOptions has been renamed to CreateOrUpdateCustomRepoRoleOptions and roleID has been changed from type string to int64.

...and the following additional changes:

  • feat: Add missing values_editable_by field for organization custom properties (#3164)
  • Add CommitID, InReplyTo, and SubjectType to DraftReviewComment (#3169)
  • Support status codes 302 and 200 in GetArchiveLink endpoint (#3172)
  • Bump codecov/codecov-action from 4.3.1 to 4.4.1 (#3173)
  • Support path property in WorkflowRun (#3176)
  • docs: Update README (#3177)
  • Update readme to include go-githubauth for Application auth (#3180)
  • Bump golang.org/x/net from 0.25.0 to 0.26.0 in /scrape (#3183)
  • Fix: Propagate context with DownloadContents (#3181)
  • Add fields to the InstallationPermissions struct (#3184)
  • Add role name to RepositoryPermissionLevel (#3188)
  • Fix go-githubauth link in README.md (#3191)
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#3193)
  • Bump github.com/getkin/kin-openapi from 0.124.0 to 0.125.0 in /tools (#3192)
  • Add support in rulesets for including or excluding repos based on properties (#3194)
  • Add support for Enterprise GetRunner (#3185)
  • Bump golang.org/x/net from 0.26.0 to 0.27.0 in /scrape (#3201)
  • Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 in /tools (#3202)
  • Allow an empty array of BypassActors in Ruleset struct in CreateRuleset endpoint (#3174)
  • Add support for App Callback URLs (#3204)
  • Bump version of go-github to v63.0.0 (#3205)