Skip to content

Comments

chore: 🐝 Update SDK - Generate 0.12.20#73

Merged
rwjblue-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1770658590
Feb 10, 2026
Merged

chore: 🐝 Update SDK - Generate 0.12.20#73
rwjblue-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1770658590

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 9, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Java SDK Changes:

  • glean.client.activity.feedback():
    • request.feedback1.event.enum(feedbackTimeSaved) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:26)
│   └──[🔀] x-open-api-commit-sha (25:28)
└─┬Components
  ├─┬SensitiveContentOptions
  │ ├─┬sensitiveInfoTypes
  │ │ └─┬Extensions
  │ │   ├──[+] x-glean-deprecated (12696:25)
  │ │   └──[+] x-speakeasy-deprecation-message (12700:54)
  │ ├─┬sensitiveRegexes
  │ │ └─┬Extensions
  │ │   ├──[+] x-glean-deprecated (12720:25)
  │ │   └──[+] x-speakeasy-deprecation-message (12724:54)
  │ └─┬sensitiveTerms
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (12708:25)
  │     └──[+] x-speakeasy-deprecation-message (12712:54)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬connectorType
  │   └──[-] deprecated (12308:33)
  ├─┬RelatedDocuments
  │ └─┬documents
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (6154:25)
  │     └──[+] x-speakeasy-deprecation-message (6158:54)
  ├─┬ViewerInfo
  │ └─┬role
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (6914:25)
  │     └──[+] x-speakeasy-deprecation-message (6919:54)
  ├─┬EmployeeInfoDefinition
  │ └─┬location
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (11604:25)
  │     └──[+] x-speakeasy-deprecation-message (11608:54)
  ├─┬FacetFilterValue
  │ └─┬isNegated
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (4440:25)
  │     └──[+] x-speakeasy-deprecation-message (4444:54)
  ├─┬ExternalSharingOptions
  │ └─┬Extensions
  │   ├──[+] x-glean-deprecated (12615:17)
  │   └──[+] x-speakeasy-deprecation-message (12619:46)
  ├─┬AnswerMutableProperties
  │ └─┬boardId
  │   └─┬Extensions
  │     ├──[+] x-speakeasy-deprecation-message (5241:54)
  │     └──[+] x-glean-deprecated (5237:25)
  ├─┬DocumentInteractions
  │ └─┬reactions
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (6887:25)
  │     └──[+] x-speakeasy-deprecation-message (6891:54)
  ├─┬SensitiveInfoType
  │ └─┬likelihoodThreshold
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (12494:25)
  │     └──[+] x-speakeasy-deprecation-message (12499:54)
  ├─┬InputOptions
  │ ├─┬urlGreenlist
  │ │ └─┬Extensions
  │ │   ├──[+] x-glean-deprecated (12527:25)
  │ │   └──[+] x-speakeasy-deprecation-message (12531:54)
  │ └─┬datasources
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (12545:25)
  │     └──[+] x-speakeasy-deprecation-message (12549:54)
  ├─┬SharingOptions
  │ ├─┬enabled
  │ │ └─┬Extensions
  │ │   ├──[+] x-speakeasy-deprecation-message (12582:54)
  │ │   └──[+] x-glean-deprecated (12578:25)
  │ └─┬anyoneWithLinkEnabled
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (12593:25)
  │     └──[+] x-speakeasy-deprecation-message (12597:54)
  ├─┬DlpConfig
  │ └─┬sensitiveInfoTypes
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (12774:25)
  │     └──[+] x-speakeasy-deprecation-message (12778:54)
  └─┬Feedback
    └─┬event
      ├──[+] enum (4248:27)
      └─┬Extensions
        ├──[🔀] x-enumdescriptions (4170:25)
        └──[🔀] x-speakeasy-enum-descriptions (4202:25)
Document Element Total Changes Breaking Changes
components 36 0
info 2 0

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.709.3

@github-actions github-actions bot requested a review from a team as a code owner February 9, 2026 17:41
@github-actions github-actions bot added the patch Patch version bump label Feb 9, 2026
deprecated: true
x-speakeasy-deprecation-message: Deprecated on undefined, removal scheduled for undefined
x-glean-deprecated:
- id: d45039ec-d6f6-47ba-93b7-ab2307b07f84
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 👎

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect. For enums, we specifically allow an array syntax.

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770658590 branch 4 times, most recently from afbf801 to 5228dd6 Compare February 10, 2026 06:46
* `glean.client.activity.feedback()`: 
  *  `request.feedback1.event.enum(feedbackTimeSaved)` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770658590 branch from 7b764dc to e957ac6 Compare February 10, 2026 17:15
@rwjblue-glean rwjblue-glean merged commit 60abdc7 into main Feb 10, 2026
@rwjblue-glean rwjblue-glean deleted the speakeasy-sdk-regen-1770658590 branch February 10, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants