Skip to content

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

Merged
keelerm84 merged 1 commit into
mainfrom
metadata-update
Jul 8, 2026
Merged

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 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('node-server',9,12,0,'2026-07-07T14:32:17Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('server-ai',1,2,0,'2026-07-07T14:32:23Z');

Note

Low Risk
Additive metadata-only changes with the usual EOL rollover; no application logic changes.

Overview
Updates releases.json in products/, api/sdkmeta/data/, and api-js/src/data/ after ingesting new sdk_releases rows.

For node-server, adds 9.12 as the current release (eol: null) and sets 9.11’s eol to 2027-07-07. For server-ai, adds 1.2 as current and assigns 1.1 the same EOL date. The pattern matches other SDKs when a new minor becomes latest.

Reviewed by Cursor Bugbot for commit 7d6ddd3. 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 July 8, 2026 07:47
@keelerm84 keelerm84 merged commit 452ac9e into main Jul 8, 2026
7 checks passed
@keelerm84 keelerm84 deleted the metadata-update branch July 8, 2026 12:28
@github-actions github-actions Bot mentioned this pull request Jul 8, 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