Skip to content

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

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
May 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 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('dotnet-client-sdk',5,4,0,'2025-05-08T13:20:11Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('erlang-server-sdk',3,7,0,'2025-05-08T17:42:37Z');
INSERT INTO sdk_releases(id,major,minor,patch,date) VALUES('flutter-client-sdk',4,11,1,'2025-05-12T17:12:43Z');
UPDATE sdk_user_agents SET id='ruby-server-sdk', userAgent='RubyClient' WHERE rowid=10;
UPDATE sdk_user_agents SET id='php-server-sdk', userAgent='PHPClient' WHERE rowid=11;
UPDATE sdk_user_agents SET id='akamai-base', userAgent='AkamaiEdgeSDK' WHERE rowid=13;
UPDATE sdk_user_agents SET id='akamai-edgekv', userAgent='AkamaiEdgeSDK' WHERE rowid=14;
UPDATE sdk_user_agents SET id='cloudflare', userAgent='CloudflareEdgeSDK' WHERE rowid=15;
UPDATE sdk_user_agents SET id='fastly', userAgent='FastlyEdgeSDK' WHERE rowid=16;
UPDATE sdk_user_agents SET id='node-server', userAgent='NodeJSClient' WHERE rowid=17;
UPDATE sdk_user_agents SET id='react-native', userAgent='ReactNativeClient' WHERE rowid=18;
UPDATE sdk_user_agents SET id='vercel', userAgent='VercelEdgeSDK' WHERE rowid=19;
UPDATE sdk_user_agents SET id='rust-server-sdk', userAgent='RustServerClient' WHERE rowid=20;
UPDATE sdk_user_agents SET id='flutter-client-sdk', userAgent='FlutterClientSdk' WHERE rowid=21;
UPDATE sdk_user_agents SET id='java-server-sdk', userAgent='JavaClient' WHERE rowid=25;
UPDATE sdk_user_agents SET id='cpp-client-sdk', userAgent='CPPClient' WHERE rowid=26;
UPDATE sdk_user_agents SET id='cpp-server-sdk', userAgent='CPPServer' WHERE rowid=27;
UPDATE sdk_user_agents SET userAgent='DotnetClientSide' WHERE rowid=28;
UPDATE sdk_user_agents SET id='dotnet-client-sdk', userAgent='XamarinClient' WHERE rowid=29;
UPDATE sdk_user_agents SET id='dotnet-server-sdk', userAgent='DotNetClient' WHERE rowid=30;
UPDATE sdk_wrappers SET id='react-native', wrapper='react-native-client' WHERE rowid=2;
UPDATE sdk_wrappers SET id='flutter-client-sdk', wrapper='FlutterClientSdk' WHERE rowid=3;

@github-actions github-actions bot requested a review from a team as a code owner May 9, 2025 07:03
@kinyoklion kinyoklion merged commit 666793c into main May 13, 2025
@kinyoklion kinyoklion deleted the metadata-update branch May 13, 2025 15:21
@github-actions github-actions bot mentioned this pull request May 6, 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