Agents, Workers – Agents SDK v0.7.0: Observability rewrite, keepAlive, and waitForMcpConnections

Agents, Workers – Agents SDK v0.7.0: Observability rewrite, keepAlive, and waitForMcpConnections

The latest release of the Agents SDK rewrites observability from scratch with diagnostics_channel, adds keepAlive() to prevent Durable Object eviction during long-running work, and introduces waitForMcpConnections so MCP tools are always available when onChatMessage runs. Observability rewrite The previous observability…
Gateway – New protocols added for Gateway Protocol Detection (Beta)

Gateway – New protocols added for Gateway Protocol Detection (Beta)

Gateway Protocol Detection now supports seven additional protocols in beta: ProtocolNotesIMAPInternet Message Access Protocol — email retrievalPOP3Post Office Protocol v3 — email retrievalSMTPSimple Mail Transfer Protocol — email sendingMYSQLMySQL database wire protocolRSYNC-DAEMONrsync daemon protocolLDAPLightweight Directory Access ProtocolNTPNetwork Time Protocol These…
Hyperdrive – Hyperdrive no longer caches queries using STABLE PostgreSQL functions

Hyperdrive – Hyperdrive no longer caches queries using STABLE PostgreSQL functions

Hyperdrive now treats queries containing PostgreSQL STABLE functions as uncacheable, in addition to VOLATILE functions. Previously, only functions that PostgreSQL categorizes as VOLATILE (for example, RANDOM(), LASTVAL()) were detected as uncacheable. STABLE functions (for example, NOW(), CURRENT_TIMESTAMP, CURRENT_DATE) were incorrectly…