GitHub Releases
GitHub changelog, platform updates, and Copilot coding-assistant releases. New features, breaking changes, security advisories and deprecations - each summarised in plain English and updated continuously.
Tracking 199 GitHub releases · Updated
- GitHub Changelog governancegaengineer ·
GitHub Issue Fields Generally Available, Edit History Limited
GitHub Issue Fields are now generally available across all plans, offering structured, typed metadata for better issue tracking. Key enhancements since preview include issue list integration, public project support, and MCP integration for AI tools. Additionally, GitHub is now limiting stored edit history for issues and pull requests to 100 entries to align with usage patterns. These changes impact all GitHub users, with some features shipping in Enterprise Server 3.23.
feature patch - GitHub Changelog aiinfragaengineer ·
Enterprise managed-settings.json for AI configuration is GA
GitHub Enterprise Cloud now offers general availability for configuring AI standards via a managed-settings.json file. This feature enables enterprises to enforce governance and extensibility for Copilot clients, such as VS Code and Copilot CLI, by defining policies in a .github-private repository. The configuration takes precedence over user-level client settings and is fetched hourly upon user authentication.
feature announcement - GitHub Changelog aigaengineer ·
GitHub Copilot Enterprise: Auto model selection default for enterprises
Enterprise administrators can now configure GitHub Copilot Enterprise to default to auto model selection for new conversations by updating the managed-settings.json file. This change provides enterprise governance over AI model defaults, ensuring new conversations start with automatic model selection while allowing users to switch models per conversation. This feature is available for users with Copilot Business or Copilot Enterprise licenses and requires VS Code 1.126+.
feature - GitHub Changelog securitypreviewengineer ·
GitHub Secret Scanning Public Monitoring for Enterprises Now in Preview
GitHub Secret Scanning now offers public monitoring in public preview for enterprises, at no additional cost, to detect secret leaks across the entire public surface of GitHub.com. This feature attributes leaks back to your enterprise based on committer identity and verified domains, helping organizations respond to vulnerabilities exposed beyond their own repositories. Public monitoring is enabled by default for enterprise owners and security managers, providing real-time insights without requiring setup.
feature announcement - GitHub Changelog securityengineer ·
GitHub Secret Scanning Adds Validity Checks for Asana, IBM, MessageBird Secrets
GitHub's secret scanning now includes validity checks for Asana, IBM, and MessageBird secrets, allowing users to determine if leaked credentials are still active. This enhancement improves the security posture by reducing the risk of using compromised tokens. The feature is available for specific secret types across these providers. Further details and a full list of supported secrets can be found in the documentation.
feature - GitHub Changelog aideprecationengineer ·
GitHub Models to be fully retired July 30, 2026
GitHub is fully retiring its GitHub Models service on July 30, 2026, affecting all customers including those with active usage. The retirement will render the playground, model catalog, inference API, and BYOK endpoints unavailable. Customers are advised to migrate to alternatives like Azure AI Foundry or GitHub Copilot for AI model access.
deprecation announcement - GitHub Changelog aiengineer ·
Copilot CLI adds C++ language server config skill
GitHub Copilot CLI now integrates a C++ language server plugin, simplifying code understanding for developers. This new feature automates the generation of the compile_commands.json file, crucial for semantic intelligence, previously a manual and complex process. Available via the Copilot Plugins marketplace, it supports CMake and MSBuild projects and offers guidance for custom build systems, requiring an active GitHub Copilot subscription.
feature - GitHub Changelog aiawsgaengineer ·
Kimi K2.7 Code now generally available in GitHub Copilot
Kimi K2.7 Code, an open-weight model, is now generally available in GitHub Copilot as a selectable option. This provides users with more choice and a potentially lower-cost alternative for coding tasks. The model is rolling out gradually to Copilot Pro, Pro+, and Max plans, with a requirement for administrators to enable it for Business and Enterprise plans.
feature announcement - GitHub Changelog aiinfrapreviewengineer ·
Copilot CLI and SDK: Set AI credit session limits
GitHub Copilot CLI and SDK now support setting AI credit session limits to control agent spending per session. This feature is beneficial for automation to prevent runaway costs and provides flexibility for interactive and non-interactive runs. The session limits are currently in public preview and available in Copilot CLI 1.0.66+ and SDK 1.0.5+.
feature announcement - GitHub Changelog aigaengineer ·
GitHub Copilot Vision generally available for code context
GitHub Copilot Vision is now generally available, allowing users to attach images and PDFs directly to chat prompts for context alongside code. This feature enhances Copilot's reasoning capabilities by enabling it to analyze visual information. It is available across GitHub Copilot Chat in VS Code, github.com, and GitHub Copilot CLI for all Copilot subscribers, with no policy changes required.
feature announcement - GitHub Changelog aigaengineer ·
GitHub Copilot browser tools for VS Code reach GA
GitHub Copilot's browser interaction tools for VS Code are now generally available, allowing AI agents to navigate and interact with live web applications. This feature enhances Copilot's capabilities by enabling it to perform actions like opening pages, clicking elements, and capturing screenshots. These tools are enabled by default for all users, with enterprise controls available for administrators to manage site access and tool enablement.
feature announcement - GitHub Changelog aiengineer ·
GitHub Copilot CLI Auto-selects Best Model
GitHub Copilot CLI now automatically selects the optimal AI model for user tasks based on real-time metrics like utilization and model health, aiming for a more efficient and reliable experience. This feature routes requests to the best-suited model for reasoning, code generation, or bug diagnosis, honoring admin policies and offering a discount to paid subscribers. Users can switch between auto-selection and specific models via the `/model` command, and no setup is required beyond updating the CLI.
feature - GitHub Changelog securitygovernanceengineer ·
GitHub to restrict access to public API endpoints and UI views
GitHub is restricting access to several public API endpoints and UI views, including the stargazers, watchers, and user subscriptions endpoints. This change aims to prevent misuse of public data for spam and enhance platform security. Admins and collaborators will retain access, while some users may encounter empty responses or 403 errors.
patch deprecation security - GitHub Changelog aiengineer ·
GitHub Enterprise: Per-user AI credit budgets for cost centers
GitHub Enterprise now allows setting per-user AI credit budgets for cost centers, automatically following users as they join or leave teams. This feature simplifies cost management for AI usage by eliminating the need for individual budgets, enabling more granular funding based on team needs. Initially available via REST API, with UI support coming soon, it offers greater control over AI spending, even capping usage before metered charges begin.
feature - GitHub Changelog aigaengineer ·
GitHub Copilot adds Claude Sonnet 5 model
GitHub Copilot now offers Anthropic's Claude Sonnet 5, a new Sonnet-class model with strong coding performance for IDE and CLI tasks. This model demonstrates competitive latency and cache utilization, making it suitable for developers seeking fast, capable AI assistance. Claude Sonnet 5 is available for Copilot Pro, Pro+, Max, Business, and Enterprise users with gradual rollout.
feature announcement - GitHub Changelog infraengineer ·
GitHub Releases adds sidebar navigation and per-asset download counts
GitHub Releases now features a sidebar table of contents for easier navigation and a more consistent metadata layout on release pages. Write-access users can also view download counts for individual release assets directly in the UI, offering quicker insights into release adoption and asset popularity. This enhancement previously required API access for download counts.
feature - GitHub Changelog infrapreviewengineer ·
GitHub code coverage merge protection in public preview
GitHub has introduced code coverage merge protection for pull requests, allowing teams to block merges if test coverage falls below defined thresholds. This feature acts as a quality gate to prevent regressions and maintain testing standards, now available in public preview for GitHub Code Quality users on GitHub Enterprise Cloud and Team. Users can start in evaluate mode to assess impact before enforcing merge protection.
feature announcement - GitHub Changelog securitypreviewengineer ·
GitHub Open Source License Compliance now in public preview
GitHub is launching its Open Source License Compliance feature in public preview, enabling enterprises to enforce license policies at scale. This feature integrates with dependency review to block noncompliant dependencies before they reach production, requiring specific roles for policy management. It is available for GitHub Enterprise Cloud customers with GitHub Advanced Security Code Security licenses.
feature announcement - GitHub Changelog aiengineer ·
GitHub Copilot integrates natively with JetBrains AI Assistant
GitHub Copilot is now a first-class option within the JetBrains AI Assistant agent picker, offering deeper integration for IDE users. This allows developers to select Copilot directly, choose specific models, and delegate multistep coding tasks for more efficient workflows. The integration is available now, with future updates promising enhanced code suggestion and task orchestration capabilities.
feature - GitHub Changelog securitydeprecationengineer ·
GitHub to implement data retention for closed security alerts
GitHub will introduce a data retention policy for closed Dependabot security alerts starting August 25, 2026, affecting GitHub Enterprise Cloud users. This policy will move alerts closed over two years ago to archival storage, accessible via CSV download, while open and recently closed alerts remain in the UI/API. Users should review their current queries and plan for the archival change.
announcement
About GitHub release tracking on ReleaseBytes
The GitHub changelog covers Actions, Copilot, code security, the API and the platform itself — dozens of entries a week. ReleaseBytes summarises each changelog entry and tags breaking changes and deprecations (like Actions runner image retirements and API sunsets) so platform teams catch them before workflows break.
Frequently asked questions
How often are GitHub release notes updated on ReleaseBytes? ›
Continuously. ReleaseBytes monitors the official GitHub release channels around the clock and publishes a plain-English summary of each announcement shortly after it lands.
What kinds of GitHub changes does ReleaseBytes track? ›
New features, enhancements, bug fixes, security advisories, breaking changes, deprecations and end-of-life announcements. Every item is tagged by type so you can filter to just the changes that need action.
How can I get alerts for new GitHub releases? ›
Set up a free email or Slack alert filtered to GitHub, subscribe to the weekly digest, or follow the RSS feed. Teams can also install the ReleaseBytes GitHub App or connect via MCP.
Where does the GitHub release data come from? ›
From the official sources: GitHub changelog, platform updates, and Copilot coding-assistant releases. Every item links back to the original vendor announcement.