GH Features

API Changelog

View updates and changes to GitHub Features APIs across all versions.

Latest Version

v1.2.7 (2025-08-12)
  • Added: Repository team invitation endpoint with role-based access controls
    
    POST /teams/{team_id}/invitations
    {
      "user_id": 12345,
      "role": "repo_admin"
    }
                                        
  • Fixed: GitHub App authentication edge cases for enterprise instances
  • Deprecation: Legacy v1.0 auth tokens will stop working in v1.3

v1.2.5

Released 2025-07-25

  • Improved search performance by 40% in repository metadata queries
  • Added new /metrics endpoint for repository analytics
  • Fixed rate limit response headers for API clients

v1.2.0

Released 2025-06-15

Endpoint Operation Change
/collaborators POST Added optional email notifications parameter
/repos/{id} PATCH Added private deployment keys support

v1.1.7

Released 2025-05-08

Warning
Removed deprecated /old-versions endpoint
New Feature
Added real-time conflict detection for collaborative editors

v1.1.0

Released 2025-04-30

  • breaking Changed pagination format from offset to cursor based
  • feat GitHub Actions integration now included in workflow API

v1.0.0

Released 2025-03-10

Initial stable release of the GitHub Features API with complete v1 endpoint set covering repository management, team collaboration, and deployment workflows.