chore: bump gapic-showcase version in test harness to 0.44.0 - #1330
Merged
Merged
Conversation
torreypayne
force-pushed
the
bump-showcase
branch
from
August 11, 2026 23:21
e04f164 to
2db8b72
Compare
5 tasks
torreypayne
marked this pull request as ready for review
August 26, 2026 11:04
torreypayne
marked this pull request as draft
August 26, 2026 11:12
torreypayne
force-pushed
the
bump-showcase
branch
from
September 15, 2026 14:10
2db8b72 to
b0e7a9a
Compare
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.
This was referenced Sep 15, 2026
quartzmo
approved these changes
Sep 16, 2026
torreypayne
force-pushed
the
bump-showcase
branch
from
September 16, 2026 19:19
b0e7a9a to
63dd7c3
Compare
torreypayne
marked this pull request as ready for review
September 16, 2026 19:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
GAPIC_SHOWCASE_VERSIONinshared/test/showcase/test_helper.rbfrom0.37.0to0.44.0.Why 0.44.0 and not 0.42.0
Two Showcase capabilities are needed to validate post-quantum key exchange from Ruby, and they landed in different releases:
x-showcase-tls-groupreflection0.41.0--tls-groups(restrict server to explicit IANA codepoints)0.43.00.42.0predates--tls-groups, so it cannot drive the fallback scenarios.0.44.0is the current latest release.Scope
Test harness only.
shared/test/showcase/test_helper.rbis not packaged intogapic-generator,gapic-generator-cloud, orgapic-generator-ads, and no generated output changes, so this is typedchore:and intentionally does not trigger arelease-pleasepublication.Stack
This is a stacked PR. Each branch targets its predecessor, so the diff here contains only the commits unique to this step. Review and merge bottom-up.
bump-showcase→mainchore:GAPIC_SHOWCASE_VERSIONto0.44.0pqc-tls-validation→bump-showcasetest:pqc-validation-tests→pqc-tls-validationtest:pqc_test.rb; tolerant REST assertion (Layer 1)pqc-rest-ci→pqc-validation-testschore(ci):Companion PR — independent, different repository, not part of this stack:
googleapis/ruby-core-libraries#73 —
fix:raise thegapic-commonfloor togrpc ">= 1.83", "< 2.a". This is the only customer-facing change in the effort and the only one that triggers a gem release.Design: go/sdk:ruby-pqc · Parent (approved): go/cloudsdk-pqc-ruby
Pre-Flight Engineering Audit Sign-Off
toys test showcasegreen on Ruby 4.0.5 and 3.2.11 (60 runs, 300 assertions, 0 failures).git diff origin/maintouches onlytest_helper.rb.