Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Oct 3, 2025

SDK update

Versioning

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

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/lifecycles/milestones
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (29705:18)❌ 
│ ├─┬/v1/lifecycles/milestones/{milestone_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (29705:18)❌ 
│ └─┬/v1/scim/v2/Groups/{id}
│   └──[+] patch (15160:17)
└─┬Components
  ├──[+] schemas (35842:36)
  ├──[+] schemas (31700:28)
  ├─┬IncidentTypeEntity_TemplateEntity
  │ └─┬labels
  │   └──[+] additionalProperties (26536:38)❌ 
  ├─┬ServiceEntityChecklist
  │ └─┬labels
  │   └──[+] additionalProperties (19109:38)❌ 
  ├─┬Lifecycles_MilestoneEntity
  │ └──[+] description (29749:25)
  ├─┬IncidentTypeEntity_TemplateValuesEntity
  │ └─┬teams
  │   └─┬Schema
  │     └──[🔀] $ref (19000:18)❌ 
  ├─┬patch_scim_user
  │ └─┬Operations
  │   └─┬Schema
  │     ├──[-] required (1:621826)❌ 
  │     └─┬path
  │       ├──[🔀] description (31800:35)
  │       └──[+] nullable (31801:32)❌ 
  ├─┬ServiceEntity
  │ └─┬labels
  │   └──[+] additionalProperties (18840:38)❌ 
  ├─┬SavedSearchEntity
  │ └─┬filter_values
  │   └──[+] additionalProperties (29633:38)❌ 
  ├─┬FunctionalityEntity
  │ └─┬labels
  │   └──[+] additionalProperties (19167:38)❌ 
  ├─┬Lifecycles_PhaseEntity
  │ └──[-] description (1:585195)
  ├─┬ServiceEntityLite
  │ └─┬labels
  │   └──[+] additionalProperties (19292:38)❌ 
  ├─┬create_scim_user
  │ ├──[+] properties (31900:11)
  │ ├─┬userName
  │ │ ├──[🔀] type (31939:22)❌ 
  │ │ ├──[🔀] description (31941:29)
  │ │ └──[+] nullable (31942:26)❌ 
  │ ├─┬name
  │ │ ├──[-] required (1:624361)❌ 
  │ │ ├──[-] required (1:624375)❌ 
  │ │ ├──[🔀] type (31901:22)❌ 
  │ │ ├──[🔀] description (31902:29)
  │ │ ├──[+] nullable (31903:26)❌ 
  │ │ ├──[-] properties (1:624422)❌ 
  │ │ └──[-] properties (1:624542)❌ 
  │ ├─┬roles
  │ │ ├──[+] items (31953:23)❌ 
  │ │ ├──[🔀] type (31950:22)❌ 
  │ │ └──[🔀] description (31951:29)
  │ ├─┬password
  │ │ ├──[+] required (31906:28)❌ 
  │ │ ├──[+] required (31906:42)❌ 
  │ │ ├──[🔀] type (31907:22)❌ 
  │ │ ├──[🔀] description (31918:29)
  │ │ ├──[-] nullable (1:625490)❌ 
  │ │ ├──[+] properties (31909:15)
  │ │ └──[+] properties (31913:15)
  │ └─┬phoneNumbers
  │   ├──[-] items (1:625603)❌ 
  │   ├──[🔀] type (31945:22)❌ 
  │   └──[🔀] description (31946:29)
  └─┬FunctionalityEntityLite
    └─┬labels
      └──[+] additionalProperties (21536:38)❌ 
Document Element Total Changes Breaking Changes
paths 3 2
components 39 26

TYPESCRIPT CHANGELOG

core: 3.24.1 - 2025-10-23

🐛 Bug Fixes

  • prevent validation errors when response headers are not expected in all respone patterns (commit by @2ynn)

core: 3.24.0 - 2025-10-23

🐝 New Features

  • add full support for zodVersion v4 (commit by @mfbx9da4)

core: 3.23.0 - 2025-10-21

🐝 New Features

  • add Zod v3 and v4 compatibility via zod/v3 import path (commit by @mfbx9da4)

core: 3.22.0 - 2025-10-13

🐝 New Features

  • add config option for deep merging allOf nodes in OpenAPI specs (commit by @BlakeTheAwesome)

core: 3.21.27 - 2025-10-09

🐛 Bug Fixes

  • Fix reading environment variables in deno (commit by @subomi)

core: 3.21.26 - 2025-10-01

🐛 Bug Fixes

  • add acceptHeaderEnum config to control Accept header enum generation (commit by @)

core: 3.21.25 - 2025-09-23

🐛 Bug Fixes

core: 3.21.24 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

Based on Speakeasy CLI 1.640.0

@github-actions github-actions bot added the patch Patch version bump label Oct 3, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759450051 branch 8 times, most recently from e247358 to d0cd62f Compare October 11, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759450051 branch 6 times, most recently from 6a2cdea to 42214a7 Compare October 17, 2025 00:11
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 1.0.15 chore: 🐝 Update SDK - Generate 1.1.0 Oct 17, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Oct 17, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759450051 branch 7 times, most recently from 8721de4 to d83c488 Compare October 24, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759450051 branch 3 times, most recently from c1c0584 to f8ce712 Compare October 27, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759450051 branch from f8ce712 to ce09a1a Compare October 28, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant