Skip to content

fix(metadata): ingest new data and regenerate products#527

Merged
keelerm84 merged 1 commit into
mainfrom
metadata-update
Jun 30, 2026
Merged

fix(metadata): ingest new data and regenerate products#527
keelerm84 merged 1 commit into
mainfrom
metadata-update

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Metadata has changed. Ensure that the changes obey patch semantics (data added or modified in a non-breaking
way), as upstream services may consume these changes automatically.

INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('browser',4,9,1,'2026-06-29T19:18:53Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('flutter-client-sdk',4,20,0,'2026-06-29T17:49:21Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('react-client-sdk',4,1,4,'2026-06-29T19:18:57Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('react-native',10,19,1,'2026-06-29T19:18:51Z');

Note

Low Risk
Data-only metadata sync with additive release entries and EOL updates; no application logic or security-sensitive code paths change.

Overview
Regenerates SDK release metadata after ingesting upstream sdk_releases data. The visible diff updates flutter-client-sdk only across the mirrored releases.json copies (products/, api/sdkmeta/data/, api-js/src/data/).

Flutter client SDK: Adds 4.20 as the new current line (release date 2026-06-29, eol: null) and sets 4.19’s eol from null to 2027-06-29, matching the usual pattern when a new minor becomes latest and the previous one gets an EOL date.

This is additive, schema-shaped metadata (no API or logic changes); downstream products that read these JSON files may pick it up automatically.

Reviewed by Cursor Bugbot for commit 6095a32. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot requested a review from a team as a code owner June 30, 2026 08:12
@keelerm84 keelerm84 merged commit 5b92982 into main Jun 30, 2026
7 checks passed
@keelerm84 keelerm84 deleted the metadata-update branch June 30, 2026 12:44
@github-actions github-actions Bot mentioned this pull request Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant