This release focuses on making chats and streaming feel more dependable, especially around long-running responses and web search. It also adds proactive checks that help catch data hygiene issues earlier.
New Capabilities
Automatic database health alerts were added to flag unusual conditions, like high soft-deletion ratios or an unexpectedly large user count. This helps surface issues earlier, before they impact day-to-day usage.
Web search prefetch execution is now more strictly validated around user identity. This reduces the chance of web search usage being attributed incorrectly when searches are triggered in the background.
Stability Updates
Streaming behavior was tightened to better handle long-running requests and cancellation. Timeouts are now handled more consistently, so stalled streams are less likely to linger.
Chat and message streaming logic now has clearer rules around when a chat’s last activity time should, and should not, change. For example, streaming updates no longer overwrite the chat’s last message timestamp until a message is actually completed.
Authentication setup was hardened for preview environments by simplifying the OAuth proxy plugin wiring and ensuring required values are present. This helps reduce avoidable auth failures during sign-in and callback flows.