InfoQ Homepage News
-
Instacart Consolidates Search Infrastructure on PostgreSQL, Phasing out Elasticsearch
Instacart has redesigned its search infrastructure by replacing Elasticsearch with PostgreSQL, combining lexical and embedding-based retrieval in a single database engine. The change was driven by the cost and complexity of maintaining separate systems for search and transactional workloads. The company aimed to simplify operations, reduce overhead, and improve precision in search results.
-
How Netflix is Reimagining Data Engineering for Video, Audio, and Text
Netflix has introduced a new engineering specialization—Media ML Data Engineering, alongside a Media Data Lake designed to handle video, audio, text, and image assets at scale. Early results include richer ML models trained on standardized media, faster evaluation cycles, and deeper insights into creative workflows.
-
Cloudflare Rearchitects Workers KV Following GCP Outage, Achieves 40x Performance Gain
Cloudflare has recently redesigned Workers KV with a hybrid storage architecture that automatically routes objects between distributed databases and object storage based on size characteristics, while operating dual storage backends. This change improved the p99 read latencies from 200ms to under 5ms for their global key-value store while handling hundreds of billions of key-value pairs.
-
Google Cloud Unveils New Data Security Posture Management Offering in Preview
Google Cloud unveils its new Data Security Posture Management (DSPM) offering, enhancing data governance, privacy, and compliance. This innovative solution provides visibility into sensitive data, helping organizations identify risks and enforce controls. With advanced features integrated into the Security Command Center, it addresses the evolving challenges of cloud data security.
-
Google Veles is a New Open-Source Secret Scanner Powering GCP
Google Veles is a newly released open-source secret scanner, launched as part of Google's broader OSV-SCALIBR (Software Composition Analysis LIBRary) ecosystem. Veles integrates seamlessly with other OSV-SCALIBR tools and also powers secret scanning in Google Cloud, while remaining available as a standalone module.
-
Docker Content Trust Retired as Alternatives Flourish
With usage of Docker Content Trust (DCT) declining, and other similar offerings superseding its functionality and ease-of-use, Docker has announced the retirement of Docker Content Trust (DCT). Docker is recommending that organisations using DCT should move to alternatives such as Sigstore or Notation.
-
Spring News Roundup: Second Milestone Releases of Boot, Security, Auth Server, Session, Integration
There was a flurry of activity in the Spring ecosystem during the week of August 18th, 2025, highlighting second milestone releases of Spring Boot, Spring Security, Spring Authorization Server, Spring for GraphQL, Spring Session, Spring Integration, Spring REST Docs, Spring Batch and Spring for Apache Pulsar.
-
.NET 10 Preview 7 Accelerates .NET MAUI with XAML Source Generator
On August 12th, Microsoft rolled out the seventh preview of .NET MAUI in .NET 10, introducing more performance improvements and some improvements in controls. This preview focuses on compile‑time XAML processing, richer media metadata support, safer UI layouts, and refined toolbar APIs.
-
KubriX Launches as "Out of the Box" Internal Developer Platform
A new open-source platform named Kubrix has been launched into the developer community. It claims to create a fully functional Internal Developer Platform (IDP) without extensive custom development. The platform integrates established tools such as Argo CD, Kargo, Backstage, and Keycloak into what its creators describe as a ready-to-use solution for teams seeking to implement a modern IDP.
-
AWS Lambda Adds Support for GitHub Actions
AWS has recently announced that AWS Lambda now supports GitHub Actions, providing a simplified way to deploy changes to Lambda functions using declarative configuration in GitHub Actions workflows. The new option supports both .zip file and container image deployments.
-
Zod v4 Available with Major Performance Improvements and Introduction of Zod Mini
Zod v4, the TypeScript-first schema validation library, introduces transformative upgrades: 14x faster parsing, a 57% smaller core, and the new lightweight @zod/mini for modern front-end validation. With a refined API and built-in JSON Schema conversion, Zod v4 enhances developer efficiency while simplifying complex projects.
-
AWS Budgets Improves Cross-Account Cost Visibility
AWS Budgets has enhanced its Billing View, allowing organizations to manage cross-account cloud costs more securely and efficiently. Users can create custom budgets without management account access, streamlining oversight and aligning financial planning with operational needs.
-
Claude Sonnet 4 Expands to 1 Million Token Context Window
Anthropic has upgraded Claude Sonnet 4 to support a context length of up to 1 million tokens, a fivefold increase over its previous limit. The feature, now in public beta, is accessible through the Anthropic API and Amazon Bedrock, with Google Cloud’s Vertex AI support expected soon.
-
AWS CCAPI MCP Server: Natural Language Infra
AWS introduces the Cloud Control API (CCAPI) MCP Server, revolutionizing infrastructure management by enabling natural language commands for resource management. This tool boosts developer productivity with automated security checks, IaC template generation, and cost estimation, bridging the gap between intent and cloud deployment. Embrace simplicity and efficiency in cloud operations!
-
.NET 10 Preview 7 Delivers ASP.NET Core, Blazor, and MAUI Enhancements, with C# 14 Feature Complete
Microsoft's .NET 10 Preview 7 showcases significant enhancements across ASP.NET Core, C#, .NET MAUI, and Windows Forms. Key updates include easier exception handling, improved cookie and passkey authentication, and a clearer local development experience with .localhost support. C# 14 reaches feature completeness, while .NET MAUI optimizes build performance.