Context
Self-hosted Kratos is at v26.2.0, and the OpenAPI spec is already in this repo (spec/kratos/v26.2.0.json). Most language SDKs (e.g. Go, JS) were released for that version, but Dart is stuck:
Observation
Dart appears to be intentionally disabled in the SDK pipeline:
- PR #455 (
feat: bump dependencies and re-enable dotnet) commented # dart out of scripts/generate.sh while re-enabling dotnet.
- PR #468 (
chore: disable dart) then commented Dart out of scripts/test.sh and scripts/release.sh on the same day Kratos v26.2.0 landed.
Neither PR explains why Dart had to be turned off (failure mode, generator bug, pub publish issue, etc.).
Questions
- Why was Dart commented out? Was there a specific generation/test/publish failure after the OpenAPI Generator bump, and is there a linked issue or known upstream bug?
- Is re-enabling Dart + releasing kratos (and hydra) clients for v26.2.0 on the roadmap?
- Until then, is generating a local
dart-dio client from spec/kratos/v26.2.0.json the recommended workaround for self-hosted Kratos?
Ask
If Dart is only temporarily disabled: please re-enable generation/test/release and cut v26.2.0 for ory/kratos-client-dart (and ideally publish to pub.dev as well).
Happy to help test a regenerated Dart client if useful.
Context
Self-hosted Kratos is at v26.2.0, and the OpenAPI spec is already in this repo (
spec/kratos/v26.2.0.json). Most language SDKs (e.g. Go, JS) were released for that version, but Dart is stuck:v26.2.0v26.2.0v25.4.0ory_kratos_client1.1.0Observation
Dart appears to be intentionally disabled in the SDK pipeline:
feat: bump dependencies and re-enable dotnet) commented# dartout ofscripts/generate.shwhile re-enablingdotnet.chore: disable dart) then commented Dart out ofscripts/test.shandscripts/release.shon the same day Kratosv26.2.0landed.Neither PR explains why Dart had to be turned off (failure mode, generator bug, pub publish issue, etc.).
Questions
dart-dioclient fromspec/kratos/v26.2.0.jsonthe recommended workaround for self-hosted Kratos?Ask
If Dart is only temporarily disabled: please re-enable generation/test/release and cut
v26.2.0forory/kratos-client-dart(and ideally publish to pub.dev as well).Happy to help test a regenerated Dart client if useful.