chore: 🐝 Update SDK - Generate 0.12.20#73
Merged
rwjblue-glean merged 2 commits intomainfrom Feb 10, 2026
Merged
Conversation
| deprecated: true | ||
| x-speakeasy-deprecation-message: Deprecated on undefined, removal scheduled for undefined | ||
| x-glean-deprecated: | ||
| - id: d45039ec-d6f6-47ba-93b7-ab2307b07f84 |
There was a problem hiding this comment.
Issue: The x-glean-deprecated metadata for SensitiveInfoType.likelihoodThreshold is incorrectly formatted as a YAML list instead of an object. This structure mismatch causes the SDK generator to fail parsing the dates, resulting in broken documentation strings like "Deprecated on undefined, removal scheduled for undefined" in the generated Java code and Markdown docs.
Suggested fix: Change the x-glean-deprecated block to use an object structure (remove the hyphen) to match other deprecation entries in the spec:
x-glean-deprecated:
id: d45039ec-d6f6-47ba-93b7-ab2307b07f84
introduced: "2026-02-05"
kind: property
message: Field is deprecated
removal: "2026-10-15"💬 Help us improve! Was this comment helpful? React with 👍 or 👎
Member
There was a problem hiding this comment.
This is incorrect. For enums, we specifically allow an array syntax.
afbf801 to
5228dd6
Compare
* `glean.client.activity.feedback()`: * `request.feedback1.event.enum(feedbackTimeSaved)` **Added**
7b764dc to
e957ac6
Compare
rwjblue-glean
approved these changes
Feb 10, 2026
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.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Java SDK Changes:
glean.client.activity.feedback():request.feedback1.event.enum(feedbackTimeSaved)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 16 warnings, 6 hintsView full report
JAVA CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.709.3