Features
- feat(api): retry configuration for api block (#3329)
- feat(attio): add Attio CRM integration with 40 tools and 18 webhook triggers (#3324)
- feat(confluence): add webhook triggers for Confluence events (#3318)
- feat(public-api): add env var and permission group controls to disable public API access (#3317)
- feat(gong): add Gong integration with 18 API tools (#3316)
- feat(credentials): multiple credentials per provider (#3211)
Improvements
- improvement(creds): bulk paste functionality, save notification, error notif (#3328)
- improvement(credentials): ui (#3322)
- improvement(processing): reduce redundant DB queries in execution preprocessing (#3320)
- improvement(audit): enrich metadata across 23 audit log call sites (#3319)
- improvement(migration): move credential selector automigration logic to server side (#3310)
Bug Fixes
- fix(serializer): default canonical modes construction (#3330)
- fix(attio): automatic webhook lifecycle management and tool fixes (#3327)
- fix(providers): propagate abort signal to all LLM SDK calls (#3325)
- fix(auth): make DISABLE_AUTH work in web app (#3297)
- fix(copy): preserve block names when pasting into workflows without conflicts (#3315)
- fix(execution): scope X-Sim-Via header to internal routes and enforce depth limit (#3313)
- fix(tag-dropdown): exclude downstream blocks in loops and parallel siblings (#3312)
- fix(redis): tighten stale TCP connection detection and add fast lease deadline (#3311)
- fix(credentials): credential dependent endpoints (#3309)
Other Changes
- docs(credentials): replace environment variables page with credentials docs (#3331)