Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 26, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (1499:5)
│ ├─┬/documents/{document_id}/chunks/{chunk_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (5218:23)❌ 
│ └─┬/instructions/{instruction_id}
│   └──[➕] delete (2310:17)
└─┬Components
  ├──[➕] schemas (6182:15)
  ├──[➕] schemas (4132:24)
  ├──[➕] schemas (5217:30)
  ├──[➕] schemas (4041:28)
  ├──[➕] schemas (6952:24)
  ├─┬CreateDocumentRawParams
  │ └─┬metadata
  │   └──[🔀] description (4807:28)
  ├─┬ConnectionBase
  │ └─┬metadata
  │   └──[🔀] description (4321:28)
  ├─┬Body_CreateDocument
  │ └─┬metadata
  │   └──[🔀] description (4076:28)
  ├─┬DocumentChunk
  │ ├──[➕] required (5213:11)❌ 
  │ ├──[➕] properties (5201:11)
  │ ├──[➕] properties (5197:11)
  │ └─┬text
  │   ├──[➕] additionalProperties (5202:37)❌ 
  │   ├──[🔀] type (5205:21)❌ 
  │   └──[🔀] title (5206:22)
  ├─┬OAuthUrlCreate
  │ ├──[➕] properties (6301:11)
  │ ├─┬mode
  │ │ ├──[➕] additionalProperties (6217:37)❌ 
  │ │ ├──[➕] type (6236:21)❌ 
  │ │ ├──[🔀] title (6237:22)
  │ │ ├──[➕] description (6238:28)
  │ │ ├──[➕] default (6239:24)❌ 
  │ │ ├──[➖] anyOf (1:110460)❌ 
  │ │ └──[➖] anyOf (1:110508)❌ 
  │ ├─┬metadata
  │ │ ├──[➖] additionalProperties (1:109822)❌ 
  │ │ ├──[➖] type (1:109953)❌ 
  │ │ ├──[🔀] title (6310:22)
  │ │ ├──[➖] description (1:109999)
  │ │ ├──[➖] default (1:110436)❌ 
  │ │ ├──[➕] anyOf (6303:15)
  │ │ └──[➕] anyOf (6306:15)
  │ ├─┬page_limit
  │ │ ├──[➖] examples (1:111371)
  │ │ ├──[🔀] title (6254:22)
  │ │ ├──[➖] description (1:111059)
  │ │ └─┬ANYOF
  │ │   ├──[➕] enum (6247:19)
  │ │   ├──[➕] enum (6246:19)
  │ │   ├──[🔀] type (6244:25)❌ 
  │ │   └──[➖] minimum (1:110998)❌ 
  │ ├─┬source_type
  │ │ └──[🔀] $ref (6207:27)❌ 
  │ ├─┬theme
  │ │ └──[🔀] $ref (4685:17)❌ 
  │ ├─┬partition
  │ │ ├──[➕] examples (6298:15)
  │ │ ├──[🔀] title (6295:22)
  │ │ ├──[➕] description (6296:28)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (6288:25)❌ 
  │ │   └──[➕] minimum (6289:28)❌ 
  │ └─┬redirect_uri
  │   ├──[➖] type (1:109553)❌ 
  │   ├──[🔀] title (6265:22)
  │   ├──[➕] anyOf (6258:15)
  │   └──[➕] anyOf (6261:15)
  ├─┬CreateDocumentParams
  │ └─┬metadata
  │   └──[🔀] description (6997:28)
  ├─┬ConnectorSource
  │ ├──[➕] enum (4687:11)
  │ └──[➕] enum (4696:11)
  ├─┬ScoredChunk
  │ ├──[➕] required (6824:11)❌ 
  │ ├──[➕] properties (6807:11)
  │ ├──[➕] properties (6792:11)
  │ ├─┬text
  │ │ └──[🔀] $ref (4133:23)❌ 
  │ └─┬score
  │   ├──[➕] additionalProperties (6808:37)❌ 
  │   ├──[🔀] type (6811:21)❌ 
  │   └──[🔀] title (6812:22)
  └─┬CreateDocumentFromUrlParams
    └─┬metadata
      └──[🔀] description (4733:28)
Document Element Total Changes Breaking Changes
paths 3 1
components 58 22

PYTHON CHANGELOG

core: 5.12.7 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

pagination: 3.0.5 - 2025-04-08

🐛 Bug Fixes

  • fixed pagination involving flat arrays in json response bodies (commit by @walker-tx)

@github-actions github-actions bot added the patch Patch version bump label Mar 26, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1742947649 branch 8 times, most recently from c120469 to afcc2d3 Compare April 3, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1742947649 branch 7 times, most recently from 9d6a089 to 8d21adb Compare April 10, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1742947649 branch 5 times, most recently from 777981e to bdde90f Compare April 15, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1742947649 branch from bdde90f to b692d81 Compare April 15, 2025 00:15
@Vafilor Vafilor merged commit 815f24f into main Apr 15, 2025
@Vafilor Vafilor deleted the speakeasy-sdk-regen-1742947649 branch April 15, 2025 00:16
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.

3 participants