Skip to content

Comments

chore: 🐝 Update SDK - Generate SWOV1 0.9.0#16

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

chore: 🐝 Update SDK - Generate SWOV1 0.9.0#16
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1768003453

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 10, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • swo.dem.deleteTransaction(): response Changed (Breaking ⚠️)
  • swo.dbo.unobserveDatabase(): Added
  • swo.dem.getUriOutageStatuses(): Added
  • swo.dem.getUriTestResults(): Added
  • swo.dem.getWebsiteOutageStatuses(): Added
  • swo.dem.getWebsiteTestResults(): Added
  • swo.entities.listEntities(): response.entities[].healthState Added
  • swo.entities.getEntityById(): response.healthState Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (1:497)
├─┬Paths
│ ├──[+] path (1:15558)
│ ├──[+] path (1:30203)
│ ├──[+] path (1:36588)
│ ├──[+] path (1:38977)
│ ├──[+] path (1:27835)
│ └─┬/v1/dem/transactions/{entityId}
│   └─┬DELETE
│     └─┬Responses
│       ├──[-] codes (1:21886)❌ 
│       └──[+] codes (1:21823)
└─┬Components
  ├──[+] parameters (3:1426)
  ├──[+] parameters (3:2183)
  ├──[+] parameters (3:1014)
  ├──[+] parameters (3:1223)
  ├──[+] parameters (3:1735)
  ├──[+] parameters (3:1945)
  ├──[+] parameters (3:2410)
  ├──[+] parameters (3:2908)
  ├──[+] parameters (3:2699)
  ├──[+] schemas (3:59226)
  ├──[+] schemas (3:41768)
  ├──[+] schemas (3:35662)
  ├──[+] schemas (3:33488)
  ├─┬Entities.HealthScore
  │ └──[+] deprecated (3:59197)
  ├─┬Versions
  │ ├──[+] enum (3:66580)
  │ ├──[+] enum (3:66562)
  │ ├──[+] enum (3:66571)
  │ └──[-] enum (1:133061)❌ 
  └─┬Entities.Entity
    ├──[+] properties (3:58265)
    ├─┬inMaintenance
    │ ├──[🔀] type (3:56988)❌ 
    │ ├──[🔀] description (3:57011)
    │ └──[🔀] example (3:57045)
    ├─┬lastSeenTime
    │ ├──[🔀] type (3:57998)❌ 
    │ ├──[-] format (1:124194)❌ 
    │ ├──[🔀] description (3:58022)
    │ └──[🔀] example (3:58087)
    ├─┬tags
    │ ├──[-] additionalProperties (1:124689)❌ 
    │ ├──[🔀] type (3:57196)❌ 
    │ ├──[🔀] description (3:57219)
    │ ├──[+] readOnly (3:57282)❌ 
    │ └──[🔀] example (3:57255)
    ├─┬id
    │ ├──[-] type (1:123292)❌ 
    │ ├──[-] description (1:123317)
    │ ├──[🔀] example (3:58216)
    │ ├──[+] deprecated (3:58201)
    │ └──[+] allOf (3:58951)
    ├─┬healthscore
    │ └──[+] deprecated (3:58201)
    ├─┬type
    │ ├──[+] additionalProperties (3:58478)❌ 
    │ ├──[🔀] type (3:58446)❌ 
    │ ├──[🔀] description (3:58526)
    │ ├──[-] readOnly (1:123494)❌ 
    │ └──[🔀] example (3:58637)
    ├─┬updatedTime
    │ ├──[-] format (1:124020)❌ 
    │ ├──[🔀] description (3:57115)
    │ └──[🔀] example (3:57151)
    └─┬name
      ├──[+] format (3:57830)❌ 
      ├──[🔀] description (3:57856)
      └──[🔀] example (3:57934)
Document Element Total Changes Breaking Changes
components 48 13
info 1 0
paths 7 1

View full report

Linting Report 0 errors, 2 warnings, 0 hints

View full report

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.13 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.26.31 - 2026-02-19

🐝 New Features

  • move large-model splitting from templates to Go bucketing layer to prevent compiler complexity limits (commit by @vishalg0wda)

core: 3.26.29 - 2026-02-18

🐛 Bug Fixes

  • truncate filenames that exceed OS limit to prevent build failures (commit by @danielkov)

core: 3.26.28 - 2026-02-17

🐝 New Features

  • allow repoUrl and repoSubDirectory to be configured via gen.yaml generation section (commit by @vishalg0wda)

core: 3.26.30 - 2026-02-16

🐛 Bug Fixes

core: 3.26.25 - 2026-01-30

🐛 Bug Fixes

core: 3.26.27 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.26.24 - 2026-01-29

🐝 New Features

  • add named alias import to prevent internal name collision (commit by @subomi)

core: 3.26.26 - 2026-01-28

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.26.23 - 2026-01-15

🐝 New Features

  • add fileNaming config option for kebab-case file naming convention (commit by @AshGodfrey)

core: 3.26.22 - 2026-01-15

🐛 Bug Fixes

  • use constants.fetchOptions for snake_case compatibility in react-query and mcp-server templates (commit by @AshGodfrey)

core: 3.26.19 - 2026-01-07

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 3.26.18 - 2026-01-06

🐝 New Features

  • add preserveModelFieldNames config to preserve original model property casing (commit by @)

core: 3.26.17 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 3.26.16 - 2025-12-16

🐝 New Features

  • improve react-query server prefetching and infinite query key (commit by @mfbx9da4)
  • upgrade vitest from 3.0.2 to 3.0.5

globalSecurity: 2.82.15 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

inputOutputModels: 2.82.1 - 2025-12-29

🐛 Bug Fixes

  • do not mark required any fields as optional (commit by @vishalg0wda)

responseFormat: 0.3.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

Based on Speakeasy CLI 1.723.0

@github-actions github-actions bot added the patch Patch version bump label Jan 10, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 7 times, most recently from a5a2c71 to e9288ac Compare January 17, 2026 00:04
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 7 times, most recently from 09ae438 to fa585ac Compare January 24, 2026 00:05
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 7 times, most recently from 04cea73 to 70f7089 Compare January 31, 2026 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 4 times, most recently from feff679 to 10346c7 Compare February 4, 2026 00:06
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate SWOV1 0.8.2 chore: 🐝 Update SDK - Generate SWOV1 0.9.0 Feb 4, 2026
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Feb 4, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch from fff1aae to a20317d Compare February 5, 2026 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 7 times, most recently from 697e1f6 to 464883d Compare February 12, 2026 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch 8 times, most recently from 6f647f4 to 2e5404b Compare February 20, 2026 00:08
* `swo.dem.deleteTransaction()`:  `response` **Changed** (Breaking ⚠️)
* `swo.dbo.unobserveDatabase()`: **Added**
* `swo.dem.getUriOutageStatuses()`: **Added**
* `swo.dem.getUriTestResults()`: **Added**
* `swo.dem.getWebsiteOutageStatuses()`: **Added**
* `swo.dem.getWebsiteTestResults()`: **Added**
* `swo.entities.listEntities()`:  `response.entities[].healthState` **Added**
* `swo.entities.getEntityById()`:  `response.healthState` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768003453 branch from 2a0fea4 to 0e5105a Compare February 21, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Development

Successfully merging this pull request may close these issues.

1 participant