fengling-platform/Fengling.Platform.Domain
Kimi CLI b66b231917
All checks were successful
Publish Platform NuGet Packages / build (push) Successful in 26s
refactor: replace GwTenantRoute with GwRoute, change Id type to string
- Remove GwTenantRoute (old tenant-specific route entity)
- Add GwRoute with string Id (Guid.CreateVersion7)
- Update IRouteManager and IRouteStore interfaces
- Update PlatformDbContext configuration for new schema
- GwRoute is now global, tenant-specific routing moved to GwDestination.TenantCode

BREAKING CHANGE: Database schema change requires table recreation
2026-03-08 15:21:43 +08:00
..
AggregatesModel refactor: replace GwTenantRoute with GwRoute, change Id type to string 2026-03-08 15:21:43 +08:00
Fengling.Platform.Domain.csproj chore: restore version to 1.0.0 (version managed by git tag) 2026-03-08 00:44:50 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00