What's Changed
🐛 Bug Fixes
- fix: increment previous_content with content streamed by @lucaseduoli in #14234
- fix: add default fallback to instantiation.py and removed default ollama base url from components by @lucaseduoli in #14236
- fix(tracing): detach orphan spans before database flush by @erichare in #14243
- fix(settings): enable agentic experience by default by @Cristhianzl in #14244
- fix(auth): keep refresh sessions alive on HTTP by @erichare in #14252
- fix(mem0): defer client import during startup by @Success6666 in #14247
- fix(components): stop legacy aliases from importing every bundle at startup by @erichare in #14259
- fix(frontend): reset modifier-only saved shortcuts to default by @Cristhianzl in #14245
- fix(ssrf): honor connector loopback policy for A2A agent and PaddleOCR base URLs by @erichare in #14265
- fix(components): send chained input as user turn by @Cristhianzl in #14274
- fix(frontend): align shortcut label with Parameters button by @keval718 in #14282
- fix(api): retry project delete on sqlite lock by @Cristhianzl in #14308
- fix(frontend): unique DOM ids for node params by @Cristhianzl in #14312
- fix(models): stop automatic provider field binding by @erichare in #14311
- fix(frontend): dismiss welcome overlay synchronously when picking a template by @keval718 in #14310
- fix(frontend): skip template update for group nodes by @Cristhianzl in #14314
- fix(models): retry without rejected temperature by @Cristhianzl in #14331
- fix(frontend): stop stale flows-list refetch from bouncing New Flow back to the list by @erichare in #14288
- fix(frontend): stop flow route request storm by @erichare in #14349
- fix(security): enforce SSRF policy for unified models by @erichare in #14348
- fix(tools): block protected RunFlow tweaks by @erichare in #14343
- fix(tools): constrain serialized schema types by @erichare in #14344
- fix(playground): separate public identity namespaces by @erichare in #14345
- fix(mcp): scope public projects to their owner by @erichare in #14346
- fix(api): sanitize public v2 workflow execution by @erichare in #14341
- fix(api): authorize deprecated vertex streams by @erichare in #14342
- fix(a2a): guard public flow execution by @erichare in #14347
- fix(auth): flush user insert before sso_user_profile during JIT provisioning by @sch0penheimer in #14338
- fix(docker): use writable runtime home by @erichare in #14354
- fix(agent): exclude callback latency from tool duration by @erichare in #14355
- fix: align inspector panel API exposure with what the backend accepts by @tarciorodrigues in #14304
- fix(agent): track parallel tool durations per run by @erichare in #14360
- fix(agent): remediate connected OpenAI models by @erichare in #14363
- fix(playground): align shared message namespaces by @erichare in #14373
- fix(policies): load Windows-generated ToolGuard modules by @erichare in #14374
- fix(security): enforce code execution policy at runtime by @erichare in #14375
- fix(policies): preserve generated ToolGuard code by @erichare in #14378
- fix(crewai): apply convert_llm and convert_tools in SequentialTaskAgentComponent by @Cristhianzl in #14379
- fix(custom): keep falsy input defaults in set_attributes fallback by @Cristhianzl in #14383
- fix(policies): load stored guards without local cache by @erichare in #14388
- fix: replace models of disconnected providers by @Cristhianzl in #14386
- fix(policies): prevent guarded tool serialization recursion by @erichare in #14390
- fix(file): run Read File tool loaders off the event loop by @erichare in #14391
- fix(policies): make model optional in guard mode by @erichare in #14392
- fix(crewai): support crewai 1.x LLM factory in convert_llm by @Cristhianzl in #14397
🛠 Maintenance Tasks
- refactor(frontend): Add customization hook for API timestamp parsing by @Cristhianzl in #14246
- refactor(frontend): add customization seam for A2A publish origin by @Cristhianzl in #14279
✅ Tests
Others
- chore: bump release versions to 1.11.2 by @erichare in #14317
- regression: container startup failure by @mendonk in #14376
New Contributors
- @Success6666 made their first contribution in #14247
- @sch0penheimer made their first contribution in #14338
Full Changelog: v1.11.0...v1.11.2