Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/dotnet/BinaryInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static class BinaryInstaller
private const string GithubOwner = "google";
private const string GithubRepo = "test-server";
private const string ProjectName = "test-server";
public const string TEST_SERVER_VERSION = "v0.2.8";
public const string TEST_SERVER_VERSION = "v0.2.9";

/// <summary>
/// Ensures the test-server binary for the given version is present in the specified output directory.
Expand Down
2 changes: 1 addition & 1 deletion sdks/dotnet/TestServerSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class TestServerProcess
private Process? _process;
private readonly TestServerOptions _options;
private readonly string _binaryPath;
public const string TEST_SERVER_VERSION = "v0.2.8";
public const string TEST_SERVER_VERSION = "v0.2.9";

public TestServerProcess(TestServerOptions options)
{
Expand Down
10 changes: 10 additions & 0 deletions sdks/dotnet/checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,15 @@
"test-server_Windows_arm64.zip": "0aa87949ee62d084faad532f0afe58590b625552bc1dadd9d0b909d85692553f",
"test-server_Windows_i386.zip": "4d1db2dbab9bed3223b6163d9733bd8d38905a24c99d436dcadd68efe3296d4f",
"test-server_Windows_x86_64.zip": "afe4b38ece8386586e643294819f399ffe613c486f9d296d60469db965b7a4f6"
},
"v0.2.9": {
"test-server_Darwin_arm64.tar.gz": "04162efa8d1e1e4545661619b2e672a0460fd242c155ae5e5607697be53ccb83",
"test-server_Darwin_x86_64.tar.gz": "60bcbe15ffda3bcf9a0d7809d42c50af88e46d26b9dfd15b67d8dbc5bbfa1c00",
"test-server_Linux_arm64.tar.gz": "6b5d3b1c4c665ddecf6abd165e46f564fc10f7406b926cede048c450a975e6ab",
"test-server_Linux_i386.tar.gz": "863d45e4df63f6f9b9ed0e84ab5e64b862e768e6b8d436387a9dcef59276bd49",
"test-server_Linux_x86_64.tar.gz": "715e5ec7db9c35ee1c644c95f1911184c7f085596679c7d56670a98fc6f308ff",
"test-server_Windows_arm64.zip": "3099879d40f106d9b88f63c965921f545e2cfac81d9b7027f558bed2424b0c62",
"test-server_Windows_i386.zip": "1c5775fd789f7fd64614b6ee831d050849be029703fd92e6169188baa8dc6e36",
"test-server_Windows_x86_64.zip": "70c8897369ebe114ef2e98f9aecafeb1a64dfb040305016c608dc92ba5034c2d"
}
}
2 changes: 1 addition & 1 deletion sdks/dotnet/tools/installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System;
using System.Threading.Tasks;
using TestServerSdk;
public const string TEST_SERVER_VERSION = "v0.2.8";
public const string TEST_SERVER_VERSION = "v0.2.9";

// This program is just a thin wrapper around the installer logic in the SDK.
if (args.Length == 0)
Expand Down
10 changes: 10 additions & 0 deletions sdks/python/src/test_server_sdk/checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,15 @@
"test-server_Windows_arm64.zip": "0aa87949ee62d084faad532f0afe58590b625552bc1dadd9d0b909d85692553f",
"test-server_Windows_i386.zip": "4d1db2dbab9bed3223b6163d9733bd8d38905a24c99d436dcadd68efe3296d4f",
"test-server_Windows_x86_64.zip": "afe4b38ece8386586e643294819f399ffe613c486f9d296d60469db965b7a4f6"
},
"v0.2.9": {
"test-server_Darwin_arm64.tar.gz": "04162efa8d1e1e4545661619b2e672a0460fd242c155ae5e5607697be53ccb83",
"test-server_Darwin_x86_64.tar.gz": "60bcbe15ffda3bcf9a0d7809d42c50af88e46d26b9dfd15b67d8dbc5bbfa1c00",
"test-server_Linux_arm64.tar.gz": "6b5d3b1c4c665ddecf6abd165e46f564fc10f7406b926cede048c450a975e6ab",
"test-server_Linux_i386.tar.gz": "863d45e4df63f6f9b9ed0e84ab5e64b862e768e6b8d436387a9dcef59276bd49",
"test-server_Linux_x86_64.tar.gz": "715e5ec7db9c35ee1c644c95f1911184c7f085596679c7d56670a98fc6f308ff",
"test-server_Windows_arm64.zip": "3099879d40f106d9b88f63c965921f545e2cfac81d9b7027f558bed2424b0c62",
"test-server_Windows_i386.zip": "1c5775fd789f7fd64614b6ee831d050849be029703fd92e6169188baa8dc6e36",
"test-server_Windows_x86_64.zip": "70c8897369ebe114ef2e98f9aecafeb1a64dfb040305016c608dc92ba5034c2d"
}
}
2 changes: 1 addition & 1 deletion sdks/python/src/test_server_sdk/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import subprocess

# --- Configuration ---
TEST_SERVER_VERSION = "v0.2.8"
TEST_SERVER_VERSION = "v0.2.9"
GITHUB_OWNER = "google"
GITHUB_REPO = "test-server"
PROJECT_NAME = "test-server"
Expand Down
10 changes: 10 additions & 0 deletions sdks/typescript/checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,15 @@
"test-server_Windows_arm64.zip": "0aa87949ee62d084faad532f0afe58590b625552bc1dadd9d0b909d85692553f",
"test-server_Windows_i386.zip": "4d1db2dbab9bed3223b6163d9733bd8d38905a24c99d436dcadd68efe3296d4f",
"test-server_Windows_x86_64.zip": "afe4b38ece8386586e643294819f399ffe613c486f9d296d60469db965b7a4f6"
},
"v0.2.9": {
"test-server_Darwin_arm64.tar.gz": "04162efa8d1e1e4545661619b2e672a0460fd242c155ae5e5607697be53ccb83",
"test-server_Darwin_x86_64.tar.gz": "60bcbe15ffda3bcf9a0d7809d42c50af88e46d26b9dfd15b67d8dbc5bbfa1c00",
"test-server_Linux_arm64.tar.gz": "6b5d3b1c4c665ddecf6abd165e46f564fc10f7406b926cede048c450a975e6ab",
"test-server_Linux_i386.tar.gz": "863d45e4df63f6f9b9ed0e84ab5e64b862e768e6b8d436387a9dcef59276bd49",
"test-server_Linux_x86_64.tar.gz": "715e5ec7db9c35ee1c644c95f1911184c7f085596679c7d56670a98fc6f308ff",
"test-server_Windows_arm64.zip": "3099879d40f106d9b88f63c965921f545e2cfac81d9b7027f558bed2424b0c62",
"test-server_Windows_i386.zip": "1c5775fd789f7fd64614b6ee831d050849be029703fd92e6169188baa8dc6e36",
"test-server_Windows_x86_64.zip": "70c8897369ebe114ef2e98f9aecafeb1a64dfb040305016c608dc92ba5034c2d"
}
}
2 changes: 1 addition & 1 deletion sdks/typescript/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const axios = require('axios');
const extract = require('extract-zip');
const tar = require('tar');
const allExpectedChecksums = require('./checksums.json');
const TEST_SERVER_VERSION = 'v0.2.8';
const TEST_SERVER_VERSION = 'v0.2.9';

const GITHUB_OWNER = 'google';
const GITHUB_REPO = 'test-server';
Expand Down
Loading