Commit d727a77
committed
Upgrade to .NET 10 and migrate to Zitadel V2 API
- Updated all projects to target .NET 10.0 for compatibility with the latest features.
- Migrated Zitadel API integration to V2, updating types, endpoints, and validation logic.
- Refactored DTOs and models for better modularity and maintainability.
- Enhanced OpenAPI documentation using `AddOpenApiOperationTransformer` and `JsonSerializer`.
- Simplified analytics architecture by removing per-tenant orchestrator management.
- Improved sender ID and batch processing endpoints with new DTOs and administrative operations.
- Updated SQL migration scripts for idempotency and compatibility.
- Integrated `IdentityCore` and Zitadel for robust authentication and authorization.
- Removed legacy code, reducing technical debt and improving codebase clarity.
- Updated Dockerfile and project dependencies to align with .NET 10.1 parent 9588f76 commit d727a77
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments