v1.52.0 🐠
✨ Enhancement Introduce the /tasks/stream and /batches/stream SSE routes by @Kerollmops in #6533 This experimental feature allows establishing a live connection to the engine, avoiding the need to implement long polling and instead letting the engine provide new tasks, batches, and batch progress in a push-based manner. Using this route can drastically reduce network load when retrieving the statu…