Skip to content

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Java SDK Changes:

  • stackone.connectSessions.createConnectSession(): response.organizationId Changed (Breaking ⚠️)
  • stackone.connectSessions.authenticateConnectSession(): response.organizationId Changed (Breaking ⚠️)
  • stackone.actions.buildActionEmbeddings(): response Changed (Breaking ⚠️)
  • stackone.actions.listActionsMeta():
    • request.include Changed
    • response.data[].authentication[].support Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/actions
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         ├──[🔀] example (15:1476)
│         └─┬Schema
│           └──[+] enum (15:1584)
└─┬Components
  ├──[+] schemas (66590:35)
  ├──[+] schemas (66629:22)
  ├──[+] schemas (66607:27)
  ├──[+] schemas (66608:24)
  ├──[+] schemas (66606:20)
  ├─┬ConnectSession
  │ └─┬organization_id
  │   ├──[+] type (66600:105)❌ 
  │   ├──[-] oneOf (1:1298960)❌ 
  │   └──[-] oneOf (1:1298980)❌ 
  ├─┬ConnectSessionTokenAuthLink
  │ └─┬organization_id
  │   ├──[+] type (66603:118)❌ 
  │   ├──[-] oneOf (1:1303332)❌ 
  │   └──[-] oneOf (1:1303352)❌ 
  ├─┬AuthenticationMetaItem
  │ ├──[+] properties (66591:451)
  │ └─┬type
  │   ├──[-] type (1:1294566)❌ 
  │   ├──[🔀] description (66591:476)
  │   └──[+] allOf (66629:22)
  └─┬ActionBuildResponseDto
    ├──[-] required (1:1286004)❌ 
    ├──[+] properties (66577:179)
    ├─┬actions_indexed
    │ └──[🔀] description (66577:287)
    └─┬status
      ├──[+] enum (66577:127)
      └──[+] example (66577:167)
Document Element Total Changes Breaking Changes
paths 2 0
components 20 8

View full report

Linting Report 0 errors, 7 warnings, 27 hints

View full report

JAVA CHANGELOG

constsAndDefaults: 0.1.2 - 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.55.10 - 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.55.9 - 2026-01-23

🐛 Bug Fixes

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

globalSecurity: 2.83.2 - 2026-02-03

🐝 New Features

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

methodSecurity: 2.82.3 - 2026-02-03

🐝 New Features

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

unions: 0.3.2 - 2026-02-02

🐛 Bug Fixes

  • respect title and x-speakeasy-name-override for primitive union members (controlled by gen.yaml flag respectTitlesForPrimitiveUnionMembers) (commit by @mfbx9da4)

Based on Speakeasy CLI 1.709.0

@github-actions github-actions bot added the patch Patch version bump label Jan 29, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 11 files

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 11 files

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769645320 branch 8 times, most recently from e6248ff to 09fb45b Compare February 6, 2026 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769645320 branch 2 times, most recently from 1951b19 to 9a71c24 Compare February 8, 2026 00:17
* `stackone.connectSessions.createConnectSession()`:  `response.organizationId` **Changed** (Breaking ⚠️)
* `stackone.connectSessions.authenticateConnectSession()`:  `response.organizationId` **Changed** (Breaking ⚠️)
* `stackone.actions.buildActionEmbeddings()`:  `response` **Changed** (Breaking ⚠️)
* `stackone.actions.listActionsMeta()`: 
  *  `request.include` **Changed**
  *  `response.data[].authentication[].support` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769645320 branch from 1f08a1a to 39798ef Compare February 9, 2026 00:15
@jrebocho jrebocho merged commit e3a1a7a into main Feb 9, 2026
1 check passed
@jrebocho jrebocho deleted the speakeasy-sdk-regen-1769645320 branch February 9, 2026 15:22
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