build: bump speakeasy-core to v0.24.0 and client-sdk-go to v3.28.1 - #2126
Merged
Conversation
speakeasy-core v0.24.0 adds access.CheckGenerationAccess, which exposes the license token the platform now returns from the workspace access check; client-sdk-go v3.28.1 carries the license_jwt and status_code fields on AccessDetails. No behaviour change in the CLI yet.
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.
Dependency bump only, split out of #2124 so the SDK/core change ships and is verified on its own before the generator change.
speakeasy-client-sdk-go/v3v3.28.0 → v3.28.1 (regenerated from the registry spec after speakeasy-registry#4708:AccessDetailsgainslicense_jwtandstatus_code; no signature changes).speakeasy-corev0.23.0 → v0.24.0 (access.CheckGenerationAccessreturns the full access decision including the platform-issued license token;HasGenerationAccessunchanged).No CLI behaviour change: nothing reads the token yet. #2124 (generator pin + commercial-on-token wiring) rebases on top once openapi-generation#55 is released.
Guards from #2121 still apply:
internal/sdk/sdk_test.goassertsx-api-keyonArtifacts.PostTags/GetRevisions;TestRegistryFlowends withtag promote.Summary by cubic
Bumps
speakeasy-coreto v0.24.0 andspeakeasy-client-sdk-go/v3to v3.28.1. These upgrades expose a platform-issued license token and newAccessDetailsfields (license_jwt,status_code), but nothing reads them yet, so CLI behavior is unchanged.Written for commit 943cae8. Summary will update on new commits.