From 63dd7c33b288ecd5e018f0f7fbcc00c3691e3c2d Mon Sep 17 00:00:00 2001 From: Torrey Payne <11740989+torreypayne@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:54:08 +0000 Subject: [PATCH] chore: bump gapic-showcase version in test harness to 0.44.0 Picks up the TLS work the Showcase server landed after 0.37.0: - 0.41.0 added Post-Quantum Cryptography support to TLS and began reflecting the negotiated key exchange group back to clients. - 0.43.0 added --tls-groups, which restricts the server to an explicit list of IANA key exchange codepoints. This is required to exercise classical fallback and strict post-quantum pinning from the test suite. Only the test harness constant changes; nothing here ships in the published generator gems. --- shared/test/showcase/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/test/showcase/test_helper.rb b/shared/test/showcase/test_helper.rb index 95ca2b74f..dedea68e7 100644 --- a/shared/test/showcase/test_helper.rb +++ b/shared/test/showcase/test_helper.rb @@ -21,7 +21,7 @@ require "tmpdir" # @private -GAPIC_SHOWCASE_VERSION = '0.37.0' +GAPIC_SHOWCASE_VERSION = "0.44.0" def generate_library_for_test imports, protos client_lib = Dir.mktmpdir