<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ feed</description>
    <item>
      <title>Cloudflare Announces Agent Memory, a Managed Persistent Memory Service for AI Agents</title>
      <link>https://www.infoq.com/news/2026/04/cloudflare-agent-memory-beta/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/cloudflare-agent-memory-beta/en/headerimage/generatedHeaderImage-1777209282399.jpg"/&gt;&lt;p&gt;Cloudflare announced Agent Memory in private beta, a managed service that extracts structured memories from AI agent conversations and retrieves them on demand using five-channel parallel retrieval with Reciprocal Rank Fusion. Shared memory profiles let teams of agents access common knowledge. Competitors include Mem0, Zep, LangMem, and Letta.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Memory</category>
      <category>Artificial Intelligence</category>
      <category>Cloudflare</category>
      <category>Large language models</category>
      <category>Cloud</category>
      <category>Generative AI</category>
      <category>Retrieval-Augmented Generation</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 10:10:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/cloudflare-agent-memory-beta/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-30T10:10:00Z</dc:date>
      <dc:identifier>/news/2026/04/cloudflare-agent-memory-beta/en</dc:identifier>
    </item>
    <item>
      <title>Meta's Approach to Migrating their Systems to Post-Quantum Cryptography</title>
      <link>https://www.infoq.com/news/2026/04/meta-quantum-crypto-migration/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/meta-quantum-crypto-migration/en/headerimage/meta-post-quantum-migration-1777540275642.jpeg"/&gt;&lt;p&gt;Meta has already begun preparing for the threats posed by quantum computing and migrating its systems to post-quantum cryptography, a complex process that will take multiple years to complete. In a recent article, Meta researchers outline their strategy and share key lessons learned along the way.&lt;/p&gt; &lt;i&gt;By Sergio De Simone&lt;/i&gt;</description>
      <category>Application Security</category>
      <category>Cryptography</category>
      <category>Quantum Computing</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 10:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/meta-quantum-crypto-migration/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Sergio De Simone</dc:creator>
      <dc:date>2026-04-30T10:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/meta-quantum-crypto-migration/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Stripe’s Docdb: How Zero-Downtime Data Movement Powers Trillion-Dollar Payment Processing</title>
      <link>https://www.infoq.com/presentations/docdb-online-database/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/docdb-online-database/en/mediumimage/jimmy-morzaria-medium-1776864724742.jpeg"/&gt;&lt;p&gt;Jimmy Morzaria discusses the evolution of Stripe’s database tier to support 5 million QPS with 5.5 nines of reliability. He explains the architecture of DocDB and shares how Stripe leverages a custom zero-downtime data movement platform to perform horizontal sharding, version upgrades, and multi-tenant migrations - all while maintaining the strict consistency required for global commerce.&lt;/p&gt; &lt;i&gt;By Jimmy Morzaria&lt;/i&gt;</description>
      <category>Database</category>
      <category>Transcripts</category>
      <category>MongoDB</category>
      <category>migration</category>
      <category>QCon San Francisco 2025</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>presentation</category>
      <pubDate>Thu, 30 Apr 2026 09:52:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/docdb-online-database/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Jimmy Morzaria</dc:creator>
      <dc:date>2026-04-30T09:52:00Z</dc:date>
      <dc:identifier>/presentations/docdb-online-database/en</dc:identifier>
    </item>
    <item>
      <title>Dropbox Redesigns Compaction to Reclaim Space from Underfilled Storage Volumes</title>
      <link>https://www.infoq.com/news/2026/04/dropbox-tiered-compaction/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/dropbox-tiered-compaction/en/headerimage/generatedHeaderImage-1776799745799.jpg"/&gt;&lt;p&gt;Dropbox recently explained how it improved storage efficiency in Magic Pocket, the company's internal immutable blob store for storing user files at scale, by redesigning compaction strategies to reclaim space from severely underfilled storage volumes. The system now periodically reorganizes valid data into new volumes, allowing old, partially used ones to be cleared and reused.&lt;/p&gt; &lt;i&gt;By Renato Losio&lt;/i&gt;</description>
      <category>Data Storage</category>
      <category>Performance &amp; Scalability</category>
      <category>Distributed Data</category>
      <category>Storage</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 09:23:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/dropbox-tiered-compaction/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Renato Losio</dc:creator>
      <dc:date>2026-04-30T09:23:00Z</dc:date>
      <dc:identifier>/news/2026/04/dropbox-tiered-compaction/en</dc:identifier>
    </item>
    <item>
      <title>Vercel Releases Open Agents to Support Background AI Coding Workflows</title>
      <link>https://www.infoq.com/news/2026/04/vercel-open-agents/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/vercel-open-agents/en/headerimage/generatedHeaderImage-1777539257071.jpg"/&gt;&lt;p&gt;Vercel has launched Open Agents, an open-source app that enables the creation and execution of background coding agents. It provides a complete stack for developers to run independent coding workflows without relying on local machines.&lt;/p&gt; &lt;i&gt;By Robert Krzaczyński&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Artificial Intelligence</category>
      <category>Open Source</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 09:20:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/vercel-open-agents/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Robert Krzaczyński</dc:creator>
      <dc:date>2026-04-30T09:20:00Z</dc:date>
      <dc:identifier>/news/2026/04/vercel-open-agents/en</dc:identifier>
    </item>
    <item>
      <title>Article: The DPoP Storage Paradox: Why Browser-Based Proof-of-Possession Remains an Unsolved Problem</title>
      <link>https://www.infoq.com/articles/dpop-key-storage-unsolved-problem/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/articles/dpop-key-storage-unsolved-problem/en/headerimage/dpop-key-storage-unsolved-problem-header-1777296488937.jpg"/&gt;&lt;p&gt;DPoP closes a real gap in OAuth 2.0. Sender-constrained tokens are a meaningful upgrade over bearer tokens for any client that can implement them. But RFC 9449's silence on browser key storage creates the need for an architectural decision that each team must confront deliberately — there is no safe default that works everywhere.&lt;/p&gt; &lt;i&gt;By Dhruv Agnihotri&lt;/i&gt;</description>
      <category>Backend For Frontend</category>
      <category>IndexedDB</category>
      <category>Web Development</category>
      <category>Cloud Security</category>
      <category>Cryptography</category>
      <category>Web Browser</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>article</category>
      <pubDate>Thu, 30 Apr 2026 09:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/articles/dpop-key-storage-unsolved-problem/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Dhruv Agnihotri</dc:creator>
      <dc:date>2026-04-30T09:00:00Z</dc:date>
      <dc:identifier>/articles/dpop-key-storage-unsolved-problem/en</dc:identifier>
    </item>
    <item>
      <title>Netflix Scales "Human Infrastructure" to Manage Global Live Operations</title>
      <link>https://www.infoq.com/news/2026/04/netflix-live-human-ops-scale/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/netflix-live-human-ops-scale/en/headerimage/header-1777364196733.jpeg"/&gt;&lt;p&gt;Netflix has introduced a "human infrastructure" layer to manage live broadcasts at scale. Using a low-latency "telemetry hot path" and a Live Operations Centre, the company now balances automated scaling with human oversight. This shift, which mirrors strategies at AWS and Disney+, focuses on maintaining reliability through expert intervention during high-concurrency global events.&lt;/p&gt; &lt;i&gt;By Mark Silvester&lt;/i&gt;</description>
      <category>Netflix</category>
      <category>Reliability</category>
      <category>Architecture</category>
      <category>Scaling</category>
      <category>Operations management</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 08:10:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/netflix-live-human-ops-scale/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Mark Silvester</dc:creator>
      <dc:date>2026-04-30T08:10:00Z</dc:date>
      <dc:identifier>/news/2026/04/netflix-live-human-ops-scale/en</dc:identifier>
    </item>
    <item>
      <title>DBmaestro MCP Server Puts Natural Language in Control of Database Pipelines</title>
      <link>https://www.infoq.com/news/2026/04/dbmaestro-mcp-server/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/dbmaestro-mcp-server/en/headerimage/generatedHeaderImage-1777159490832.jpg"/&gt;&lt;p&gt;DBmaestro has launched an MCP server that connects AI agents and enterprise copilots to its database DevOps platform, allowing teams to issue natural language commands that trigger real, governed platform workflows. The MCP server, announced on 7 April 2026, allows DBAs to expose DBmaestro's release automation, source control, CI/CD orchestration, and compliance capabilities through MCP.&lt;/p&gt; &lt;i&gt;By Matt Saunders&lt;/i&gt;</description>
      <category>Database</category>
      <category>Model Context Protocol (MCP)</category>
      <category>Generative AI</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 30 Apr 2026 08:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/dbmaestro-mcp-server/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Matt Saunders</dc:creator>
      <dc:date>2026-04-30T08:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/dbmaestro-mcp-server/en</dc:identifier>
    </item>
    <item>
      <title>VoidZero’s Experimental Oxc Angular Compiler with Up to 20x Faster Build Performance</title>
      <link>https://www.infoq.com/news/2026/04/angular-compiler-rust/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/angular-compiler-rust/en/headerimage/generatedHeaderImage-1777395050023.jpg"/&gt;&lt;p&gt;VoidZero has released an experimental Angular compiler in Rust, promising improved build performance compared to Angular CLI. Benchmarks indicate it is up to 6.4x faster than Angular CLI, especially for larger applications. Developed over two months with AI collaboration, it integrates with Vite and offers significant reductions in build time. The initiative is for research purposes only.&lt;/p&gt; &lt;i&gt;By Daniel Curtis&lt;/i&gt;</description>
      <category>Rust</category>
      <category>Web Development</category>
      <category>TypeScript</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 15:32:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/angular-compiler-rust/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Daniel Curtis</dc:creator>
      <dc:date>2026-04-29T15:32:00Z</dc:date>
      <dc:identifier>/news/2026/04/angular-compiler-rust/en</dc:identifier>
    </item>
    <item>
      <title>Microsoft Releases .NET 11 Preview 3 with Updates Across Runtime, SDK, MAUI, and ASP.NET Core</title>
      <link>https://www.infoq.com/news/2026/04/dotnet-11-preview-3/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://www.infoq.com/styles/static/images/logo/logo_bigger.jpg"/&gt;&lt;p&gt;Microsoft has released .NET 11 Preview 3, the third preview of its upcoming Standard Term Support version due in November 2026. The update spans the runtime, SDK, libraries, ASP.NET Core, EF Core, and .NET MAUI, with Runtime Async leaving the preview-feature gate, new JIT optimizations, Zstandard compression in ASP.NET Core, and expanded MAUI Map controls.&lt;/p&gt; &lt;i&gt;By Almir Vuk&lt;/i&gt;</description>
      <category>.NET 11</category>
      <category>.NET</category>
      <category>.NET 9</category>
      <category>.NET 10</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 14:43:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/dotnet-11-preview-3/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Almir Vuk</dc:creator>
      <dc:date>2026-04-29T14:43:00Z</dc:date>
      <dc:identifier>/news/2026/04/dotnet-11-preview-3/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Agents, Architecture, &amp; Amnesia: Becoming AI-Native Without Losing Our Minds</title>
      <link>https://www.infoq.com/presentations/ai-autonomy-continuum/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/ai-autonomy-continuum/en/mediumimage/tracy-bannon-medium-1776946730433.jpeg"/&gt;&lt;p&gt;Tracy Bannon shares a cautionary tale of "The Sorcerer’s Apprentice" to illustrate the risks of unbridled AI autonomy. She discusses the shift from bots to autonomous agents, explaining how reckless speed leads to "Architectural Amnesia." She provides a concrete framework for "Minimum Viable Governance," focusing on identity, delegation, and ADRs to manage debt at machine speed across the SDLC.&lt;/p&gt; &lt;i&gt;By Tracy Bannon&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>Software Development</category>
      <category>QCon AI 2025</category>
      <category>Transcripts</category>
      <category>Keynote</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>presentation</category>
      <pubDate>Wed, 29 Apr 2026 14:15:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/ai-autonomy-continuum/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Tracy Bannon</dc:creator>
      <dc:date>2026-04-29T14:15:00Z</dc:date>
      <dc:identifier>/presentations/ai-autonomy-continuum/en</dc:identifier>
    </item>
    <item>
      <title>Sauce Labs Launches AI Agent to Automate Test Creation and Close the DevOps “Velocity Gap”</title>
      <link>https://www.infoq.com/news/2026/04/sauce-labs-ai-test-creation/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/sauce-labs-ai-test-creation/en/headerimage/generatedHeaderImage-1777279390184.jpg"/&gt;&lt;p&gt;Sauce Labs has announced the general availability of Sauce AI for Test Authoring, an AI-driven agent designed to translate business intent directly into executable test suites, marking a shift toward what the company calls Intent-Driven Testing.&lt;/p&gt; &lt;i&gt;By Craig Risi&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Test Automation</category>
      <category>Artificial Intelligence</category>
      <category>Test Design</category>
      <category>Development</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 12:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/sauce-labs-ai-test-creation/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Craig Risi</dc:creator>
      <dc:date>2026-04-29T12:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/sauce-labs-ai-test-creation/en</dc:identifier>
    </item>
    <item>
      <title>Mistral AI Introduces Workflows for Orchestrating Enterprise AI Processes</title>
      <link>https://www.infoq.com/news/2026/04/mistral-ai-workflows/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/mistral-ai-workflows/en/headerimage/generatedHeaderImage-1777456521946.jpg"/&gt;&lt;p&gt;Mistral AI has launched Workflows, an orchestration layer for enterprise AI that is now in public preview. This release addresses a significant challenge as AI models and agents become more advanced, while reliably deploying them in production remains difficult due to a lack of infrastructure for coordination, monitoring, and recovery.&lt;/p&gt; &lt;i&gt;By Robert Krzaczyński&lt;/i&gt;</description>
      <category>Orchestration</category>
      <category>Mistral AI</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 10:20:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/mistral-ai-workflows/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Robert Krzaczyński</dc:creator>
      <dc:date>2026-04-29T10:20:00Z</dc:date>
      <dc:identifier>/news/2026/04/mistral-ai-workflows/en</dc:identifier>
    </item>
    <item>
      <title>QCon AI Boston 2026 Schedule: Agents in Production, Inference Cost, and AI in the SDLC</title>
      <link>https://www.infoq.com/news/2026/04/qconai-boston-2026-schedule-live/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/qconai-boston-2026-schedule-live/en/headerimage/qcon-ai-boston-2026-schedule-1777292262131.jpg"/&gt;&lt;p&gt;The schedule for QCon AI Boston 2026 (June 1-2) is now live. The two-day program groups sessions around context engineering, inference economics, agent reliability, and how AI is changing the software development lifecycle. Speakers include engineers from DoorDash, LinkedIn, Netflix, Apple, and Red Hat.&lt;/p&gt; &lt;i&gt;By Artenisa Chatziou&lt;/i&gt;</description>
      <category>QCon AI Boston 2026</category>
      <category>Artificial Intelligence</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 10:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/qconai-boston-2026-schedule-live/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Artenisa Chatziou</dc:creator>
      <dc:date>2026-04-29T10:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/qconai-boston-2026-schedule-live/en</dc:identifier>
    </item>
    <item>
      <title>AWS Interconnect Reaches General Availability with Managed Multicloud and Last-Mile Connectivity</title>
      <link>https://www.infoq.com/news/2026/04/aws-interconnect-multicloud-ga/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-interconnect-multicloud-ga/en/headerimage/generatedHeaderImage-1777119366386.jpg"/&gt;&lt;p&gt;AWS Interconnect reached general availability, offering managed private Layer 3 connections to Google Cloud and a last-mile capability via Lumen. Azure and OCI support is planned for later in 2026. AWS published the underlying specification on GitHub under Apache 2.0, which Forrester analysts read as a play to set a de facto standard for multicloud connectivity.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>AWS Transit Gateway</category>
      <category>Networking</category>
      <category>Amazon Web Services</category>
      <category>Google Cloud</category>
      <category>AWS</category>
      <category>Google</category>
      <category>AWS Direct Connect</category>
      <category>Cloud</category>
      <category>Cloud Architecture</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Wed, 29 Apr 2026 09:13:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-interconnect-multicloud-ga/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-29T09:13:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-interconnect-multicloud-ga/en</dc:identifier>
    </item>
  </channel>
</rss>
