Breaking Changes
Here are the list of breaking changes that you should be aware of when updating Querybook:
v3.32.0
Added config WS_CORS_ALLOWED_ORIGINS
to configure allowed CORS origins for WebSocket connection. This is required for Prod environment.
v3.31.0
Upgraded langchain to 0.1.6.
- Some langchain packages are imported from different paths, e.g.
PromptTemplate
is now fromlangchain.prompts
- Removed
StreamingWebsocketCallbackHandler
to adopt the new streaming approach.