You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(snapshots): Use snake_case for sidecar metadata JSON keys (#1157)
Normalize all keys in the per-snapshot sidecar metadata JSON to
snake_case. Previously only `display_name` and `image_file_name` were
snake_case while the remaining ten keys used camelCase, forcing
downstream consumers to handle both conventions.
0 commit comments