3.6.0 RC3
Compare: 3.6.0-rc2...3.6.0-rc3
This release candidate includes significant multitenancy improvements, bug fixes, and enhanced test coverage.
⚠️ Breaking changes / upgrade notes
Multitenancy Tenant ID Convention Changes
Affected users: Applications using multitenancy features, especially those with existing tenant data.
What changed:
- Default tenant ID convention: The default tenant now uses an empty string (
"") instead ofnull(ADR-0008). (b09a56481) (#7217) - Tenant-agnostic entity convention: Tenant-agnostic entities (visible to all tenants) now use asterisk (
"*") as the sentinel value instead ofnull(ADR-0009). (7bc9035f5) (#7226) - Database schema impact: Database indexes on the
Triggerstable now includeTenantIdin unique constraints across all EF Core providers. (b09a56481) (#7217)
Migration required: