Features
- feat(variables): multiplayer variables through sockets, persist server side (#933)
- fix(kb): added proper pagination for documents in kb (#937)
- fix(sidebar-ui): fix small ui bug to close gap when creating new workflow (#932)
- feat(usage-indicator): added ability to see current usage (#925)
- improvement(console): added iteration info to console entry for parallel/loop (#930)
Improvements
- improvement(performance): use redis for session data (#934)
- improvement(subflow): consolidated parallel/loop tags and collaborativeUpdate (#931)
- improvement(control-bar): standardize styling across all control bar buttons (#926)
Bug Fixes
- fix(tag-dropdown): last char dropped bug (#945)
- fix(kb): kb-level deletion should reflect in doc level kb tags sidebar registry (#944)
- fix(kb-ui): fixed tags hover effect (#942)
- fix(chunks): instantaneous search + server side searching instead of client-side (#940)
- fix(webhooks): fixed all webhook structures (#935)
- improvement(tools): removed transformError, isInternalRoute, directExecution (#928)
- fix(tag-dropdown): fix values for parallel & loop blocks (#929)
- fix(workflow-block): improvements to pulsing effect, active execution state, and running workflow blocks in parallel (#927)
- fix(apikeys): pinned api key to track API key a workflow is deployed with (#924)
- fix(chat): fix chat attachments style in dark mode (#923)
- fix(help): fix email for help route (#922)