Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 21, 2025

SDK update

Versioning

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

Java SDK Changes:

  • hathora-cloud.fleetsV2.updateFleetRegion(): request Changed Breaking ⚠️
  • hathora-cloud.deploymentsV3.getDeployments():
    • request Changed Breaking ⚠️
    • response.nextpagetoken Added
    • error.status[422] Added
  • hathora-cloud.deploymentsV1.getDeploymentsV1Deprecated(): error.status[500] Added
  • hathora-cloud.deploymentsV2.getDeploymentsV2Deprecated(): error.status[500] Added
  • hathora-cloud.fleetsV1.createFleetDeprecated(): response.name Changed
  • hathora-cloud.fleetsV1.getFleetDeprecated(): response.name Changed
  • hathora-cloud.fleetsV1.getFleetRegionDeprecated(): response.nodebaseline Added
  • hathora-cloud.fleetsV1.getFleetsDeprecated(): response.fleets.[].name Changed
  • hathora-cloud.fleetsV2.getFleetRegion(): response.nodebaseline Added
  • hathora-cloud.fleetsV2.deprecatedUpdateFleetRegionV2(): Added
  • hathora-cloud.processesV3.createProcess(): response Changed
  • hathora-cloud.processesV3.getLatestProcesses(): response.[] Changed
  • hathora-cloud.processesV3.getProcess(): response Changed
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (12562:5)
│ ├─┬/deployments/v3/apps/{appId}/deployments
│ │ └─┬GET
│ │   ├──[+] parameters (13927:21)❌ 
│ │   └─┬Responses
│ │     └──[+] codes (13870:18)
│ ├─┬/discovery/v2/ping
│ │ └─┬GET
│ │   └──[🔀] description (13027:24)
│ ├─┬/deployments/v2/{appId}/list
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (13488:18)
│ ├─┬/fleets/v2/fleets/{fleetId}/regions/{region}
│ │ └─┬PUT
│ │   ├──[🔀] summary (12448:20)
│ │   ├──[+] deprecated (12518:23)
│ │   └──[🔀] operationId (12447:24)❌ 
│ └─┬/deployments/v1/{appId}/list
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (13093:18)
└─┬Components
  ├──[-] securitySchemes (1:83552)❌ 
  ├──[+] securitySchemes (4531:49)
  ├──[-] schemas (1:41385)❌ 
  ├──[-] schemas (1:40831)❌ 
  ├──[+] schemas (198:24)
  ├──[+] schemas (3832:18)
  ├──[+] schemas (2553:30)
  ├─┬FleetRegion
  │ ├──[+] required (2219:11)❌ 
  │ ├──[+] properties (2200:11)
  │ ├─┬scaleIncrementVcpus
  │ │ ├──[🔀] description (2203:28)
  │ │ └──[-] deprecated (1:38890)
  │ └─┬cloudMinVcpus
  │   └──[+] deprecated (2208:27)
  ├─┬CloudConfig
  │ └─┬nodeBaseline
  │   └──[+] description (2460:28)
  ├─┬ProcessV3
  │ ├──[+] required (1218:11)❌ 
  │ ├──[+] required (1219:11)❌ 
  │ ├──[+] properties (1154:11)
  │ ├──[+] properties (1160:11)
  │ ├─┬status
  │ │ └──[🔀] $ref (1160:26)❌ 
  │ ├─┬createdAt
  │ │ ├──[🔀] description (1158:28)
  │ │ └──[+] nullable (1157:25)❌ 
  │ ├─┬exposedPort
  │ │ └──[🔀] $ref (464:17)❌ 
  │ ├─┬summaryExitReason
  │ │ └──[🔀] $ref (1002:17)❌ 
  │ ├─┬roomsPerProcess
  │ │ └──[🔀] $ref (1126:29)❌ 
  │ ├─┬terminatedAt
  │ │ └──[🔀] description (1146:28)
  │ ├─┬hosting
  │ │ └──[🔀] $ref (1104:17)❌ 
  │ ├─┬region
  │ │ └──[🔀] $ref (499:17)❌ 
  │ ├─┬roomsAllocated
  │ │ └──[🔀] $ref (214:17)❌ 
  │ ├─┬processId
  │ │ └──[🔀] $ref (1108:17)❌ 
  │ ├─┬startedAt
  │ │ └──[🔀] $ref (821:17)❌ 
  │ ├─┬deploymentId
  │ │ └──[🔀] $ref (1166:24)❌ 
  │ ├─┬fleetId
  │ │ └──[🔀] $ref (1188:26)❌ 
  │ └─┬stoppingAt
  │   └──[🔀] description (1152:28)
  ├─┬ModelBillingUnit
  │ └──[+] enum (3953:11)
  ├─┬Fleet
  │ └──[+] required (2137:11)❌ 
  └─┬DeploymentsV3Page
    └──[+] properties (3168:11)
Document Element Total Changes Breaking Changes
paths 9 2
components 35 19

JAVA CHANGELOG

core: 3.55.5 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.55.4 - 2025-11-21

🔧 Chores

  • mark setRedactedHeaders as stable (commit by @vishalg0wda)

core: 3.55.3 - 2025-11-20

🐝 New Features

globals: 2.82.4 - 2025-11-18

🐛 Bug Fixes

globals: 2.82.3 - 2025-11-18

🐛 Bug Fixes

  • only include parameters declared in the operation (commit by @vishalg0wda)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

unions: 0.3.1 - 2025-11-12

🐝 New Features

Based on Speakeasy CLI 1.680.5

@github-actions github-actions bot added the patch Patch version bump label Nov 21, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch 8 times, most recently from b09a2cf to a917826 Compare November 29, 2025 00:10
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 3.3.1 chore: 🐝 Update SDK - Generate 3.4.0 Nov 29, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Nov 29, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch 7 times, most recently from 9c37c88 to a87e165 Compare December 6, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch 8 times, most recently from e8124d9 to 2519a96 Compare December 14, 2025 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch 3 times, most recently from 2ae1e63 to 952571c Compare December 17, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch 7 times, most recently from 1962afe to 2b0f02c Compare December 24, 2025 00:11
* `hathora-cloud.fleetsV2.updateFleetRegion()`:  `request` **Changed** **Breaking** ⚠️
* `hathora-cloud.deploymentsV3.getDeployments()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.nextpagetoken` **Added**
  *  `error.status[422]` **Added**
* `hathora-cloud.deploymentsV1.getDeploymentsV1Deprecated()`:  `error.status[500]` **Added**
* `hathora-cloud.deploymentsV2.getDeploymentsV2Deprecated()`:  `error.status[500]` **Added**
* `hathora-cloud.fleetsV1.createFleetDeprecated()`:  `response.name` **Changed**
* `hathora-cloud.fleetsV1.getFleetDeprecated()`:  `response.name` **Changed**
* `hathora-cloud.fleetsV1.getFleetRegionDeprecated()`:  `response.nodebaseline` **Added**
* `hathora-cloud.fleetsV1.getFleetsDeprecated()`:  `response.fleets.[].name` **Changed**
* `hathora-cloud.fleetsV2.getFleetRegion()`:  `response.nodebaseline` **Added**
* `hathora-cloud.fleetsV2.deprecatedUpdateFleetRegionV2()`: **Added**
* `hathora-cloud.processesV3.createProcess()`:  `response` **Changed**
* `hathora-cloud.processesV3.getLatestProcesses()`:  `response.[]` **Changed**
* `hathora-cloud.processesV3.getProcess()`:  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763683744 branch from 7236ccc to aa9aa9a Compare December 25, 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.

2 participants