Skip to content

chore: 🐝 Update SDK - Generate 1.1.3#13

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773971907
Open

chore: 🐝 Update SDK - Generate 1.1.3#13
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773971907

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 20, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • marble.posts.list():
    • request.content Added
    • response.posts[] Changed
  • marble.posts.get(): response.post.status Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/v1/posts
│   └─┬GET
│     └──[+] parameters (1224:17)❌ 
└─┬Components
  ├──[+] schemas (32:7)
  ├─┬Post
  │ ├──[+] required (379:11)❌ 
  │ ├──[+] properties (323:9)
  │ ├─┬updatedAt
  │ │ ├──[-] format (62:19)❌ 
  │ │ └──[🔀] example (322:20)
  │ ├─┬title
  │ │ ├──[+] items (371:13)❌ 
  │ │ ├──[🔀] type (369:17)❌ 
  │ │ └──[-] example (42:20)
  │ └─┬tags
  │   ├──[+] enum (327:15)
  │   ├──[+] enum (326:15)
  │   ├──[-] items (88:13)❌ 
  │   ├──[🔀] type (324:17)❌ 
  │   └──[+] example (328:20)
  └─┬PostsListResponse
    └─┬posts
      └─┬Schema
        └──[🔀] $ref (32:13)❌ 
Document Element Total Changes Breaking Changes
paths 1 1
components 14 7

View full report

Linting Report 0 errors, 13 warnings, 7 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.26.46 - 2026-03-19

🐛 Bug Fixes

  • add fixEnumNameSanitization config to preserve custom x-speakeasy-enums names with proper PascalCase (commit by @AshGodfrey)

core: 3.26.43 - 2026-03-12

♻️ Refactors

  • use URL constructor for path resolution instead of manual string concatenation (commit by @AshGodfrey)

core: 3.26.42 - 2026-03-11

🐛 Bug Fixes

  • resolve collision-resistant import aliases for model namespaces (commit by @bradcypert)

core: 3.26.41 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.26.40 - 2026-03-03

🐛 Bug Fixes

  • use --ignore-scripts for examples install to prevent EACCES errors with esbuild (commit by @tristanspeakeasy)

core: 3.26.39 - 2026-03-02

🐝 New Features

  • add useOxlint and useTsgo config flags for opt-in/out of oxlint and tsgo (commit by @danielkov)

core: 3.26.38 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.26.37 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.26.35 - 2026-02-26

🐛 Bug Fixes

  • set NODE_OPTIONS --max-old-space-size=6144 for test commands to prevent OOM on large specs (commit by @AshGodfrey)

globalSecurity: 2.82.16 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.761.0

@github-actions github-actions bot added the patch Patch version bump label Mar 20, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773971907 branch 7 times, most recently from 716ea6e to 0d7719f Compare March 27, 2026 02:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773971907 branch 4 times, most recently from b9cf927 to 630c319 Compare March 31, 2026 02:11
* `marble.posts.list()`: 
  *  `request.content` **Added**
  *  `response.posts[]` **Changed**
* `marble.posts.get()`:  `response.post.status` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773971907 branch from 34a1210 to 057f858 Compare April 1, 2026 02:28
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.

1 participant