The Week in Cloud & AI: AWS Cuts Glue Prices 30% as Anthropic's Agent Stack Leaves Beta
The Week in Cloud & AI
Data platforms competed on economics: AWS repriced Glue 6.0 down 30% at GA, and Databricks removed a migration barrier with native procedural SQL. Underneath, the AI toolchain churned and matured at once: Anthropic's Python SDK crossed 1.0 with breaking changes a week after OpenAI's, its agent platform left beta, Databricks broke three SDKs, and Azure and GCP retired more hosted models. The AI layer now demands the same dependency discipline as the rest of the stack.
ReleaseBytes Insights
The strongest pattern is instability at the AI SDK layer. Anthropic's Python SDK went 1.0 with breaking changes driven by httpx2, a week after OpenAI's v3.0.0 made the same move; Databricks broke its Python, Java and Go SDKs in one week, the Go SDK twice; Genkit's v0.10.0 shipped breaking changes of its own. Two vendors independently migrating to the same HTTP client, plus the steady drumbeat of hosted-model retirements, points one way: the AI toolchain has entered its maintenance phase, where the cost is not adoption but keeping up.
A second, moderate signal: agentic coding tools are being packaged for administrators. Google folded Antigravity into Gemini Enterprise subscriptions with pooled quotas and spend thresholds, and Azure Copilot is rolling out specialized agents with per-agent admin controls. The buying centre is shifting from individual engineer to platform team, and the features follow the budget. Over the next 6-12 months, expect governance questions - spend caps, data boundaries, retirement policy - to shape AI tooling decisions more than raw capability.
If You Only Read One Thing...
AWS Glue 6.0. A 30% price cut on a managed service at GA is rare, and it arrives with Iceberg v3 and Spark 4.1 rather than as a discount on old technology. If you run ETL on Glue, your bill changes; if you left over cost or format support, that calculation just changed too.
In This Edition
- Top Stories
- Breaking Changes
- Security Updates
- AI Highlights
- Cloud Highlights
- Attention Required
- Industry Trends
Top Stories
AWS Glue 6.0 Goes GA With 30% Lower Pricing and Iceberg v3
AWS Glue 6.0 is generally available with a 30% price reduction and a runtime rebuilt on Apache Spark 4.1. The release adds full Apache Iceberg v3 support including the VARIANT type for semi-structured data, native spatial processing, Spark declarative pipelines, Arrow-native PySpark UDFs, and a real-time streaming mode with single-digit-millisecond latency.
Why it matters: Price cuts on managed data services are rare enough to warrant a cost review on their own, and Iceberg v3 support puts Glue in the open-table-format mainstream. Teams that ruled Glue out on cost or format grounds should re-run that evaluation.
Key Takeaways:
- 30% lower pricing at GA
- Runtime moves to Apache Spark 4.1, with full Iceberg v3 and VARIANT support
- Arrow-native PySpark UDFs and declarative pipelines improve performance and authoring
Who should care? Data Engineers, Platform Engineers, Engineering Managers
Impact: High
Read the full summary on ReleaseBytes
Anthropic's Python SDK Reaches 1.0.0 With Breaking Changes
Anthropic released v1.0.0 of its Python SDK, with breaking changes coming primarily from an upgrade to httpx2 and a MIGRATION.md guide for the transition - a day after three rapid feature releases brought the Files and Skills APIs to GA.
Why it matters: This is the second major AI SDK to break on httpx2 in two weeks, after last week's OpenAI Python SDK v3.0.0. The break is in the HTTP plumbing, not the AI surface - exactly the kind of change that slips through review when versions float. If your requirements file says anthropic without a pin, your next fresh build pulls 1.0.
Key Takeaways:
- Breaking changes driven by httpx2; consult MIGRATION.md
- Custom HTTP client configurations are the most exposed surface
- Pin the major version before CI does the migration for you
Who should care? AI Engineers, Software Engineers, Platform Engineers
Impact: High
Read the full summary on ReleaseBytes
Google Antigravity Opens to Gemini Enterprise Subscriptions
Google Antigravity, the agentic coding tool first announced at I/O, is now available in eligible Gemini Enterprise subscriptions, aimed at organisations: pooled quotas, granular spend thresholds, admin and security controls, and new IDE extensions - VS Code now, with Visual Studio, JetBrains and Zed in preview.
Why it matters: Spend thresholds exist because AI coding assistants are now a line item worth governing; the packaging makes Antigravity directly comparable with GitHub Copilot's and Anthropic's offerings.
Key Takeaways:
- Included in eligible Gemini Enterprise subscriptions with admin, spend and security controls
- Pooled quotas and spend thresholds target organisational rollout
- IDE extensions: VS Code now; Visual Studio, JetBrains and Zed in preview
Who should care? Engineering Managers, Platform Engineers, Software Engineers
Impact: Medium
Read the full summary on ReleaseBytes
Claude's Agent Stack Comes Out of Beta
Anthropic moved the core of its agent platform out of beta on August 19: the computer use tool (now a toolset with batch actions and zoom on by default), the Files API, Agent Skills and the Skills API, and the Enterprise Admin user-management endpoints all dropped their beta headers. Alongside them, a new browser use toolset launched for driving an application-hosted browser through the page's accessibility tree rather than screenshots alone.
Why it matters: Beta headers are how a vendor says "don't build production on this." Removing them across five surfaces in one day is Anthropic declaring the agent stack production-ready. The upgrade isn't a header deletion, though - the new computer-use toolset changes the request shape, so existing integrations need the migration guide.
Key Takeaways:
- Computer Use, Files, Skills and Admin user-management APIs no longer need beta headers
- New browser use toolset reads the page's accessibility tree, not just screenshots
- Computer-use upgrades change request shape; follow the migration guide
Who should care? AI Engineers, Software Engineers, Platform Engineers
Impact: High
Read the full summary on ReleaseBytes
Breaking Changes
- Databricks SDKs (Python, Java, Go): all three broke this week - Python v0.131.0 changes bundle-deployment operations, Java v0.147.0 breaks API surface, Go v0.173.0 raises the minimum Go to 1.25. Review changelogs before dependency bumps reach pipelines.
- Genkit Python SDK v0.10.0: breaking changes alongside the new Amazon Bedrock plugin and Firestore agent persistence. Pin until you schedule migration.
- Anthropic Python SDK v1.0.0: see Top Stories.
Security Updates
- Amazon Corretto released critical security patches across OpenJDK 8, 11, 17, 21, 25 and 26. Corretto JVM workloads should update now.
- Container-Optimized OS fixed multiple Linux kernel CVEs, including CVE-2026-68329, and upgraded containerd to v2.2.7; COS node pools pick these up with node upgrades.
- Google Cloud Application Integration disclosed a patched missing-authorization vulnerability (CVE-2026-12710). The fix is already deployed server-side; no customer action required.
AI Highlights
- OpenAI reaffirmed Zero Data Retention for eligible API customers and previewed Private Safety Processing: safety checks without expanded data retention.
- OpenAI published a case study reporting Asana used Codex to finish a test-system replacement estimated at five years of work in two weeks, for roughly $12,000. Vendor-reported, but a concrete AI-ROI data point.
Cloud Highlights
AWS
Amazon Redshift now writes system-table logs to S3 Tables in Apache Iceberg format, lifting the 7-day retention limit for audit data without custom ETL. Amazon EKS introduced managed certificate authority rotation for clusters approaching their 10-year CA expiry, with automated safeguards and rollback; updating worker nodes and external clients such as CI remains the customer's job.
GCP
AlloyDB ScaNN previewed a four-level tree index scaling vector search to 10 billion vectors. BigQuery added time-series ML functions in preview and will deprecate Graph processing in the Standard edition.
Azure
Terraform AzureRM provider v5.2.0 added a User-Assigned Identity list resource and Entra-ID-only authentication for MongoDB clusters. Azure Copilot begins rolling out specialized agents - Troubleshooting, Deployment, Optimization, Resiliency - enabled by default with per-agent admin controls.
Databricks
SQL scripting now natively supports cursors, temporary tables and multi-statement transactions, reducing the rewrite cost of migrating legacy stored procedures to the Lakehouse.
Attention Required
- Azure AI Foundry model retirements: gpt-chat-latest (2026-05-28 version) retires 2026-08-28, both model-router versions 2026-08-30, MAI-Transcribe-1 2026-09-15. Move calling code to successor models first.
- Databricks Runtime 13.3 reached end of life on 2026-08-22 and no longer receives fixes or security updates.
- GitLab 19.0 is past end of life; 19.1 follows on 2026-09-17. Self-managed instances should plan upgrades.
Industry Trends
- AI SDKs are breaking like infrastructure code. Two vendors moved to httpx2 within two weeks and Databricks broke three SDKs at once. Version pinning and scheduled upgrades now apply to the AI toolchain, not just Terraform providers.
- Agentic tools are acquiring an admin plane. Antigravity's new admin controls, Azure Copilot's per-agent management and Anthropic's Enterprise Admin APIs landed within days of each other - three vendors shipping governance at once signals enterprise adoption is real.
- Hosted models keep expiring on schedule. Azure retired or scheduled retirement for five model versions this week; Databricks Runtime 13.3 aged out alongside. Model IDs and runtime pins are dependencies with expiry dates.
By the Numbers
- 312 releases analysed
- 11 breaking changes
- 22 deprecations
- 7 security updates
- 178 GA releases
Thanks for reading. All 312 releases are on the ReleaseBytes website with full summaries. Subscribe to get this briefing every Monday, and share it with a colleague.
Never miss an edition
A new edition lands every Monday - follow by RSS to get it as soon as it publishes.