Skip to content

v0.29.1

Choose a tag to compare

@ivicac ivicac released this 15 Jun 21:03
· 141 commits to master since this release

Full Changelog: v0.29.0...v0.29.1

Highlights

  • AI skill management moved from Enterprise to Community Edition (#5217).
  • MongoDB connector + MongoDB Atlas Vector Search components added (#5160) — first contribution from @alexbevi.
  • Spring AI upgraded to 2.0.0 (final), with the orphaned Hugging Face LLM component removed.
  • Frontend performance: JS compression, immutable asset caching, and lazy app-bundle loading.

New connectors

  • MongoDB connector and MongoDB Atlas Vector Search components (#5160)
  • Infobip (#5201)
  • SendGrid (#5225)

AI agents, skills & knowledge base

  • AI Agent (#1652).
  • Move AI skill management from EE to CE (#5217)
  • Append files to a skill (#5187), plus docs update (#5215)
  • Gaurus update (#5186)
  • Gate the multi-tenant knowledge base pgvector loader on pgvector being configured (#5185)

Connectors — new actions & triggers

  • MS Teams: Reply trigger (#5188), with tests (#5203)
  • Outlook: New Email (batch) trigger (#5200)
  • Shopify: additional query properties on Get Order (#5223)
  • AWS: make list objects prefix optional (#5224)

Workflow editor & UX

  • Subflow execution clicks now open their own read-only execution sheet (#5193)
  • Fix the MCP "Add Workflows" button silently doing nothing (#5211)
  • Context-aware button label for opening the JSON schema builder (#5228)
  • Create a job for non-batch, non-collection trigger output (#5220)

Performance & infrastructure

  • JS compression, immutable asset cache, and lazy app-bundle loading (#5212)
  • Add executions-list indexes and codify the principal_job drift index (#5191)
  • Upgrade Spring AI to 2.0.0 (#5219); remove orphaned Hugging Face LLM component (#5231)
  • Move the data-table engine to platform-data-table, keeping workspace logic in automation (#5218)

Reliability & bug fixes

  • Recover from transient CSRF 403s on /graphql and /internal (#5192)
  • Fix Tailwind v4 CSS-variable shorthand in shadcn/ui components (#5196)
  • Fix Google Workspace logos (#5226)

Ongoing work

New contributors