Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 13, 2025

SDK update

Versioning

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

Python SDK Changes:

  • glean.client.insights.retrieve(): response.overview_response Changed
  • glean.client.governance.data.policies.download(): error.status[400] Added
  • glean.governance.createfindingsexport():
    • request.filter.archived Added
    • response.filter.archived Added
  • glean.governance.listfindingsexports(): response.exports.[].filter.archived Added
OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-open-api-commit-sha (25:28)
│   └──[🔀] x-source-commit-sha (5:26)
├─┬Paths
│ └─┬/rest/api/v1/governance/data/policies/{id}/download
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (3354:21)
└─┬Components
  ├─┬ChatRequestBase
  │ ├──[+] properties (7622:17)
  │ ├─┬chatId
  │ │ └──[🔀] $ref (7187:26)❌ 
  │ ├─┬sessionInfo
  │ │ └──[🔀] $ref (7617:21)❌ 
  │ ├─┬saveChat
  │ │ ├──[+] items (7612:25)❌ 
  │ │ ├──[🔀] type (7609:27)❌ 
  │ │ └──[🔀] description (7610:34)
  │ └─┬messages
  │   ├──[-] items (7610:25)❌ 
  │   ├──[🔀] type (7620:27)❌ 
  │   └──[🔀] description (7621:34)
  ├─┬DlpFindingFilter
  │ ├──[+] properties (13074:17)
  │ ├─┬visibility
  │ │ └──[🔀] $ref (13039:17)❌ 
  │ ├─┬timeRange
  │ │ └──[🔀] $ref (13029:19)❌ 
  │ ├─┬infoType
  │ │ ├──[+] items (13071:25)❌ 
  │ │ └──[🔀] type (13069:27)❌ 
  │ ├─┬datasource
  │ │ └──[🔀] type (13075:27)❌ 
  │ ├─┬documentIds
  │ │ ├──[-] items (13039:25)❌ 
  │ │ └──[🔀] type (13059:27)❌ 
  │ ├─┬documentSeverity
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (13065:25)❌ 
  │ └─┬severity
  │   └──[🔀] $ref (13057:21)❌ 
  ├─┬ChatRequest
  │ └─┬ALLOF
  │   └──[-] properties (7638:21)❌ 
  └─┬InsightsOverviewResponse
    └─┬ALLOF
      ├──[+] properties (8745:21)
      ├──[+] properties (8739:21)
      ├──[+] properties (8735:21)
      ├──[+] properties (8737:21)
      ├──[+] properties (8733:21)
      ├──[+] properties (8743:21)
      ├──[+] properties (8729:21)
      ├──[+] properties (8731:21)
      ├──[+] properties (8727:21)
      ├──[+] properties (8723:21)
      ├──[+] properties (8725:21)
      ├──[+] properties (8741:21)
      ├─┬chatDatasourceCounts
      │ └──[🔀] $ref (8358:17)❌ 
      ├─┬perUserInsights
      │ └──[🔀] $ref (8358:17)❌ 
      ├─┬searchSessionSatisfaction
      │ └──[🔀] $ref (8358:17)❌ 
      ├─┬searchDatasourceCounts
      │ └──[🔀] $ref (8358:17)❌ 
      └─┬lastUpdatedTs
        └──[🔀] $ref (8358:17)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 1 0
components 37 27

PYTHON CHANGELOG

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.678.0

@github-actions github-actions bot added the patch Patch version bump label Dec 13, 2025
@github-actions github-actions bot requested a review from a team as a code owner December 13, 2025 00:44
@github-actions github-actions bot added the patch Patch version bump label Dec 13, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765586442 branch 8 times, most recently from 29c6f72 to 814acaf Compare December 16, 2025 06:52
* `glean.client.insights.retrieve()`:  `response.overview_response` **Changed**
* `glean.client.governance.data.policies.download()`:  `error.status[400]` **Added**
* `glean.governance.createfindingsexport()`: 
  *  `request.filter.archived` **Added**
  *  `response.filter.archived` **Added**
* `glean.governance.listfindingsexports()`:  `response.exports.[].filter.archived` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765586442 branch from 9588a31 to 68e2592 Compare December 17, 2025 01:45
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