arize-phoenix-v14.2.1
Breaking Changes📦 arize-phoenixView on GitHub →
⚠ 2 breaking🐛 1 fixes🔧 1 symbols
Summary
This patch release removes WebSocket support for GraphQL subscriptions, migrating to HTTP multipart for better compatibility and stability.
⚠️ Breaking Changes
- WebSocket support for GraphQL subscriptions has been removed and replaced with HTTP multipart.
- Users relying on WebSocket connections for GraphQL subscriptions must switch to using HTTP multipart.
Migration Steps
- Update GraphQL subscription clients to use HTTP multipart instead of WebSockets.
🐛 Bug Fixes
- Replaced WebSocket support for GraphQL subscriptions with HTTP multipart.