chore: bump openapi-generator version to v7.24.0 - #30067
Merged
Merged
Conversation
timonrieger
requested review from
bo0tzz,
danieldietzler,
mertalev,
santoshakil and
shenlong-tanwen
as code owners
July 20, 2026 12:09
timonrieger
force-pushed
the
chore/v7.23.0-openapi-generator
branch
from
July 20, 2026 12:09
131b5f1 to
fa9760f
Compare
timonrieger
force-pushed
the
chore/v7.24.0-openapi-generator
branch
from
July 20, 2026 12:27
4dc8c0a to
5e7f324
Compare
Member
|
Native enums, Finally! Thanks for looking into this |
timonrieger
force-pushed
the
chore/v7.24.0-openapi-generator
branch
from
July 20, 2026 12:56
5e7f324 to
00473d7
Compare
|
📱 Android release APK (universal) — Download: https://github.com/immich-app/immich/actions/runs/29750685241/artifacts/8464882669 Installs as a separate app (applicationId |
…PITools/openapi-generator#23930) partially revert "chore(mobile): make openapi requests abortable (#28692)"
timonrieger
force-pushed
the
chore/v7.24.0-openapi-generator
branch
from
July 20, 2026 13:41
00473d7 to
356151c
Compare
timonrieger
force-pushed
the
chore/v7.24.0-openapi-generator
branch
from
July 20, 2026 14:26
356151c to
351d75d
Compare
jrasm91
approved these changes
Jul 21, 2026
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 21, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 22, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 22, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 23, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 23, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 24, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Jul 25, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
ya4ept
pushed a commit
to ya4ept/Noodle_gallery
that referenced
this pull request
Jul 30, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork open-noodle#743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (open-noodle#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, open-noodle#191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
Deeds67
added a commit
to open-noodle/gallery
that referenced
this pull request
Aug 10, 2026
Upstream immich-app#30067 bumped the Dart generator to v7.24.0, which changes the generated enum representation (real exhaustive Dart enums, private `_value` exposed via toString()/toJson()) and reshapes the property-declaration block with `{{#useFinalProperties}}final {{/useFinalProperties}}`. - Re-derive `native_class_nullable_items_in_arrays.patch` (fork #743) against the v7.24.0 template: its `@@ -34,14 +34,44 @@` hunk no longer applied because upstream added the `final` prefix to every declaration line. Verified round-trip: apply -> identical to the intended template. - The fork civil-date patch (#584) still applies cleanly; regeneration verified 0 occurrences of `_dateFormatter.format(... .toUtc())` and the 144 `toUtc().toIso8601String()` datetime fields unchanged. Confirmed off-UTC via `TZ=America/New_York flutter test test/openapi/person_update_dto_test.dart` (CI runners are UTC, so this regression is structurally invisible there). - Regenerate the Dart client + TS SDK for v7.24.0. - Fork Dart fallout from exhaustive enums / `.value` removal: * map `api.AssetEditAction.trim` explicitly (video trimming, #191) — it used to fall through the `_ => AssetEditAction.other` arm upstream deleted; * `SharedSpaceRole.value` / `SyncRequestType.value` -> `toString()`; * drop the now-unreachable `default:` arm from the SyncEntityType dispatch, keeping the forward-compat contract documented at the parsing layer. - `migration_test.dart`: bind `SettingsRepository` to the test Drift instance — upstream immich-app#30072 made the fresh-install migration path call `FeatureMessageService(SettingsRepository.instance)`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
based on #28916, migrating to v7.24.0 with one necessary enum migration caused by OpenAPITools/openapi-generator#24286