Releases
v1.1.0
Compare
Sorry, something went wrong.
No results found
cascadeflow v1.1.0 — Hardening Release
Highlights
10x faster import : ~20ms via PEP 562 lazy loading (down from ~1900ms)
Proxy security : CORS opt-in, 10MB body limit, Bearer auth with constant-time comparison
Thread safety : Locking for SDK patch/unpatch, run counters, and record()
Performance : Pre-compiled regex in ComplexityDetector (~4x faster)
DX improvements : Actionable ImportError for missing integrations, removed deprecated CascadeAgent params, langchain optional extra
Breaking Changes
CascadeAgent no longer accepts deprecated config, tiers, workflows, enable_caching, cache_size, enable_callbacks params
Proxy CORS default changed from * to None (opt-in via cors_allow_origin)
rich moved to optional extra (pip install cascadeflow[rich])
npm Packages
@cascadeflow/core 1.1.0
@cascadeflow/ml 1.1.0
@cascadeflow/langchain 1.1.0
@cascadeflow/vercel-ai 1.1.0
@cascadeflow/paygentic 1.1.0
@cascadeflow/n8n-nodes-cascadeflow 1.2.0
Full Changelog
v1.0.0...v1.1.0
You can’t perform that action at this time.