Skip to content

v50.0.0

Compare
Choose a tag to compare
@gmlewis gmlewis released this 26 Jan 22:03
· 298 commits to master since this release
b811c42

This release contains the following breaking API changes:

  • Change total_minutes_used and included_minutes from int to float64 (#2643)
  • Change all fields from time.Time to github.Timestamp (#2646)

and the following additional changes:

  • Add new DeploymentBranchPolicies endpoints (#2621)
  • Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 in /scrape (#2627)
  • Add RequireLastPushApproval field to UpdateBranchProtection (#2629)
  • Add workflow_name to WorkflowJob struct (#2630)
  • Support users and teams in branch protection access restrictions (#2561)
  • Add httpcache code example to README.md (#2632)
  • Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#2638)
  • Add NewTokenClient (#2637)
  • Add method to update codescanning alert (#2639)
  • Add JSON tag for ErrorResponse (#2641)
  • Use NewTokenClient in tests and examples (#2644)