Categories
News and Resources

Developer News This Week: GitHub GPT-5, VS Code 1.103 & Chrome 139 (Aug 8, 2025)

If your sprint blurred into code reviews and hotfixes, this roundup catches you up fast. We cover GitHub’s GPT-5 in Models, arm64 hosted runners for GitHub Actions, VS Code 1.103, Chrome 139, iOS 26 dev beta 5, and AWS’s weekly updates – plus OpenAI’s GPT-5 announcement and Google’s latest on AI in software engineering.

OpenAI introduces GPT-5

OpenAI formally announced GPT-5, describing it as a unified model tuned for deeper reasoning and longer context windows. Now integrated across ChatGPT and partner ecosystems, GPT-5 sets a new bar for agentic and complex information workflows but invites teams to approach migrations methodically, assessing results against their own metrics and requirements.

{{ advertisement }}

GitHub Models adds GPT-5 (GA)

GitHub took a big step forward by bringing GPT-5 to its Models platform, opening up new possibilities for developers to evaluate and integrate the latest LLMs without jumping between different providers. With general availability now in place, users can experiment with task-relevant evaluations or compare accuracy and costs directly in GitHub-native workflows.

GitHub Actions: arm64 hosted runners (GA for public repos)

Developers targeting ARM architectures got a boost as GitHub Actions rolled out general availability for arm64 hosted runners in public repositories. This long-awaited feature unlocks native Apple silicon and Graviton CI builds, eliminating the need for emulation or self-hosted runners and promising more reliable performance for open-source projects.

VS Code 1.103 (July release)

Visual Studio Code’s July update (version 1.103) introduced several highly anticipated features, including integrated GPT-5 in the AI Chat experience, expanded Git worktrees support for streamlined multi-branch workflows, and a new agent session interface. The improvements aim to tighten the development loop and reduce friction in daily code review and refactoring tasks.

Chrome 139 Stable

Google released Chrome 139 (Stable and Extended Stable), rolling out an array of developer-facing updates and fixes. As with every browser update, frontend engineers and CI/CD maintainers are advised to keep an eye out for subtle shifts that may affect testing suites or key functionality in web apps.

iOS 26 developer beta 5

Apple continued its summer platform cycle by shipping iOS 26 developer beta 5 on August 5, packaged with refreshed SDKs in Xcode. This latest beta sets the stage for the public beta and comes with the usual set of permissions and UI tweaks that will keep iOS developers and QA teams busy preparing for the fall release.

AWS weekly roundup

Amazon’s latest AWS Weekly Roundup, posted August 4, put the spotlight on several new and expanded cloud services. Serverless Amazon DocumentDB promises to lower operational overhead for high-variance workloads, while Lambda now supports streaming payloads up to 200MB, simplifying data-heavy and batch processing pipelines. The update also includes enhanced SNS filtering and more granular CloudFront timeout controls.

Google: AI in Software Engineering – progress & path ahead

Google shared findings from internal studies on AI in software engineering, reporting measurable productivity gains and faster code review cycles in select scenarios. As more organizations consider AI assistants for development workflows, these data points provide valuable perspective on rollout strategies and expected impact.

That’s it for this week’s updates.

You can now publish your blogs on the Developer Nation site. Whether it’s your side project, a tutorial, or an opinion piece your post could be seen by tens of thousands of developers. Bonus: earn 20 community points for every blog we publish. It’s a great way to build your online portfolio and increase your luck surface area. Just email your blog draft or topic you want to write about and we will take it forward. 

Categories
News and Resources

Developer News This Week – Firefox 140 Critical Patch & GitHub Copilot Coding Agent (June 27 2025)

If your week was a blur of stand-ups and sprint reviews, we’ve got you covered with this week’s essential updates for developers, sysadmins and security teams. Grab a coffee, skim the highlights and keep your stack one step ahead.

{{ advertisement }}

Firefox 140 – Critical CVEs Squashed

Mozilla has released Firefox 140, addressing several high-impact vulnerabilities. Notable fixes include:

  • CVE-2025-6424: Use-after-free in FontFaceSet, potentially exploitable for crashes or code execution.
  • CVE-2025-6425: Persistent UUID exposure via the WebCompat extension.
  • CVE-2025-6426: Missing executable warning on macOS.
  • Additional issues affecting Android and developer tools.

Action: Update Firefox to version 140 as soon as possible to mitigate these risks.

Rust 1.88.0: Naked Functions & Smarter Syntax

Rust 1.88.0 is now stable, introducing:

  • Naked Functions: Full control over function assembly, ideal for low-level and embedded development.
  • Let Chains: More ergonomic conditional logic with let statements inside if and while conditions, available in the Rust 2024 edition.

These features improve both performance tuning and code clarity for advanced Rust users.

GitHub Copilot “Coding Agent” Public Preview

GitHub Copilot’s new “coding agent” is now in public preview for Copilot Pro users. This agent can offload multi-step coding tasks directly within VS Code or Visual Studio, streamlining complex workflows and boosting productivity.

Node.js v24 & v22: Security Releases Out – Update Images

Security updates are available for Node.js versions 24.x, 23.x, 22.x, and 20.x. The most critical fix addresses a vulnerability in async cryptographic operations (CVE-2025-23166) that could allow remote process crashes. All users tracking Current or LTS should update their images immediately to stay protected.

NVIDIA AIStore: Kubernetes Privilege Escalation Patch

A new patch is available for NVIDIA AIStore on Kubernetes, addressing CVE-2025-23260. This vulnerability allowed users to gain elevated cluster access via incorrect privilege assignment in the AIS Operator’s ServiceAccount. Update your AIStore containers to close this privilege escalation risk.

Copilot Chat: Improved Attachments & Context

GitHub Copilot Chat now supports larger context windows and improved attachment handling in public preview. These enhancements make it easier to reference and discuss code, files, and issues within your team.

Stay secure and productive – update your tools and dependencies today!