Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 9, 2025

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('akamai-base',3,0,5,'2025-04-16T19:25:41Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('akamai-edgekv',1,4,7,'2025-04-16T19:25:42Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('apex-server-sdk',1,4,0,'2025-04-14T21:14:58Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('cloudflare',2,7,4,'2025-04-16T19:25:39Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('flutter-client-sdk',4,10,0,'2025-04-18T19:19:33Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('flutter-client-sdk',4,11,0,'2025-04-21T19:29:04Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('go-server-sdk',7,10,1,'2025-04-18T19:57:21Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('haskell-server-sdk',4,5,0,'2025-04-14T19:14:55Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('js-client-sdk',3,6,0,'2025-04-21T17:20:37Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('node-server',9,9,0,'2025-04-16T19:25:40Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('php-server-sdk',6,6,0,'2025-04-16T18:26:56Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('python-server-sdk',9,11,0,'2025-04-16T18:25:35Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('react-native',10,9,9,'2025-04-16T19:25:40Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('relay-proxy',8,11,0,'2025-04-16T18:24:21Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('roku',2,4,0,'2025-04-21T21:04:39Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('ruby-server-sdk',8,10,0,'2025-04-16T18:26:03Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('swift-client-sdk',9,13,0,'2025-04-21T16:35:34Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('vercel',1,3,28,'2025-04-16T19:25:41Z');
UPDATE sdk_user_agents SET id='node-server', userAgent='NodeJSClient' WHERE rowid=15;
UPDATE sdk_user_agents SET id='vercel', userAgent='VercelEdgeSDK' WHERE rowid=16;
UPDATE sdk_user_agents SET id='akamai-base' WHERE rowid=17;
UPDATE sdk_user_agents SET id='akamai-edgekv', userAgent='AkamaiEdgeSDK' WHERE rowid=18;
UPDATE sdk_user_agents SET id='cloudflare', userAgent='CloudflareEdgeSDK' WHERE rowid=19;
UPDATE sdk_user_agents SET id='fastly', userAgent='FastlyEdgeSDK' WHERE rowid=20;
UPDATE sdk_user_agents SET id='react-native', userAgent='ReactNativeClient' WHERE rowid=21;
UPDATE sdk_user_agents SET id='cpp-server-sdk', userAgent='CPPServer' WHERE rowid=25;
UPDATE sdk_user_agents SET id='cpp-client-sdk', userAgent='CPPClient' WHERE rowid=26;

@github-actions github-actions bot requested a review from a team as a code owner April 9, 2025 07:03
@github-actions github-actions bot force-pushed the metadata-update branch 6 times, most recently from e051ffd to 2228f92 Compare April 17, 2025 07:04
@github-actions github-actions bot force-pushed the metadata-update branch 4 times, most recently from d41cc20 to 9435ccd Compare April 21, 2025 07:03
@kinyoklion kinyoklion merged commit b29b3f9 into main Apr 22, 2025
@kinyoklion kinyoklion deleted the metadata-update branch April 22, 2025 16:41
@github-actions github-actions bot mentioned this pull request Apr 22, 2025
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.

2 participants