v0.104.0

NVIDIA/Audio2Face-3D-Samplesv0.104.0Jun 18, 2026by junaway

AI Summary

This release focuses on unifying the OSS and Enterprise Edition (EE) architectures, introducing new organizational controls, and resolving database-related issues.

Key Highlights

  • Converged OSS and EE membership tables to fix account-table drift
  • Added new OSS org-creation path and signup flow
  • Enforced AGENTA_ACCESS_* domain and email controls
  • Dropped legacy app-centric tables and dead model classes

Breaking Changes

  • Dropped legacy app-centric tables and dead model classes
  • Split migration chains at the alignment point

New Features

  • Shared membership tables with OSS
  • Added OSS org-creation path and EE-shaped signup flow
  • Enforced domain and email controls in OSS
  • Swept remaining single-org assumptions in OSS
  • Implemented OSS-to-EE adoption migration

Full Release Notes

## What's Changed
* [release] v0.103.5 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/4690
* docs(designs): Add OSS/EE convergence assessment and schema parity plan by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4669
* feat(api): Share membership tables with OSS and fix account-table drift by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4671
* feat(api): Add OSS org-creation path and EE-shaped signup flow by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4673
* feat(api): Enforce AGENTA_ACCESS_* domain and email controls in OSS by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4674
* feat(api): Sweep remaining single-org assumptions in OSS by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4675
* chore(api): Drop legacy app-centric tables and dead model classes by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4676
* docs(docs): Document multi-org OSS and the upgrade path by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4677
* feat(api): split migration chains at the alignment point by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4680
* feat(api): OSS-to-EE adoption migration on the EE chain by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4683
* feat(api): POSTGRES_DB_PREFIX for database-name resolution by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/4684
* [fix] Clean up `workflow` `uri`<>`type` mapping by @junaway in https://github.com/Agenta-AI/agenta/pull/4708
* [chore] Add 'Rename' action to row menu in Prompts by @junaway in https://github.com/Agenta-AI/agenta/pull/4709
* fix(api): derive Postgres URIs against the fixed internal port, not POSTGRES_PORT by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4727


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.103.5...v0.104.0