fengling-platform/Fengling.Platform.Domain/AggregatesModel/GatewayAggregate
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
..
GatewayEnums.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GwCluster.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwDestination.cs feat: 添加 GwDestination 租户代码属性并更新版本至 1.0.1 2026-03-08 00:43:21 +08:00
GwHealthCheckConfig.cs feat(03-01): add GwHealthCheckConfig value object 2026-03-03 15:31:02 +08:00
GwLoadBalancingPolicy.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwRoute.cs refactor: replace GwTenantRoute with GwRoute, change Id type to string 2026-03-08 15:21:43 +08:00
GwRouteMatch.cs fix(efcore): 修复 EF Core 10 JSON 映射兼容性问题 2026-03-08 00:32:45 +08:00
GwSessionAffinityConfig.cs feat(03-01): add GwSessionAffinityConfig value object 2026-03-03 15:31:31 +08:00
GwTransform.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00