Skip to content

Conversation

@github-actions
Copy link

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)
│ ├─┬/discovery/v2/ping
│ │ └─┬GET
│ │   └──[🔀] description (13027:24)
│ ├─┬/fleets/v2/fleets/{fleetId}/regions/{region}
│ │ └─┬PUT
│ │   ├──[🔀] summary (12448:20)
│ │   ├──[+] deprecated (12518:23)
│ │   └──[🔀] operationId (12447:24)❌ 
│ ├─┬/deployments/v2/{appId}/list
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (13488:18)
│ ├─┬/deployments/v3/apps/{appId}/deployments
│ │ └─┬GET
│ │   ├──[+] parameters (13927:21)❌ 
│ │   └─┬Responses
│ │     └──[+] codes (13870:18)
│ └─┬/deployments/v1/{appId}/list
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (13093:18)
└─┬Components
  ├──[+] securitySchemes (4531:49)
  ├──[-] securitySchemes (1:83552)❌ 
  ├──[-] schemas (1:41385)❌ 
  ├──[+] schemas (2553:30)
  ├──[-] schemas (1:40831)❌ 
  ├──[+] schemas (198:24)
  ├──[+] schemas (3832:18)
  ├─┬CloudConfig
  │ └─┬nodeBaseline
  │   └──[+] description (2460:28)
  ├─┬Fleet
  │ └──[+] required (2137:11)❌ 
  ├─┬DeploymentsV3Page
  │ └──[+] properties (3168:11)
  ├─┬ProcessV3
  │ ├──[+] required (1218:11)❌ 
  │ ├──[+] required (1219:11)❌ 
  │ ├──[+] properties (1154:11)
  │ ├──[+] properties (1160:11)
  │ ├─┬deploymentId
  │ │ └──[🔀] $ref (1166:24)❌ 
  │ ├─┬startedAt
  │ │ └──[🔀] description (1152:28)
  │ ├─┬summaryExitReason
  │ │ └──[🔀] $ref (1002:17)❌ 
  │ ├─┬processId
  │ │ └──[🔀] $ref (1108:17)❌ 
  │ ├─┬roomsAllocated
  │ │ └──[🔀] $ref (214:17)❌ 
  │ ├─┬status
  │ │ └──[🔀] $ref (1160:26)❌ 
  │ ├─┬hosting
  │ │ └──[🔀] $ref (1104:17)❌ 
  │ ├─┬createdAt
  │ │ ├──[🔀] description (1158:28)
  │ │ └──[+] nullable (1157:25)❌ 
  │ ├─┬roomsPerProcess
  │ │ └──[🔀] $ref (1126:29)❌ 
  │ ├─┬stoppingAt
  │ │ └──[🔀] description (1152:28)
  │ ├─┬fleetId
  │ │ └──[🔀] $ref (1188:26)❌ 
  │ ├─┬terminatedAt
  │ │ └──[🔀] description (1146:28)
  │ ├─┬exposedPort
  │ │ └──[🔀] $ref (464:17)❌ 
  │ └─┬region
  │   └──[🔀] $ref (499:17)❌ 
  ├─┬FleetRegion
  │ ├──[+] required (2219:11)❌ 
  │ ├──[+] properties (2200:11)
  │ ├─┬scaleIncrementVcpus
  │ │ ├──[🔀] description (2203:28)
  │ │ └──[-] deprecated (1:38890)
  │ └─┬cloudMinVcpus
  │   └──[+] deprecated (2208:27)
  └─┬ModelBillingUnit
    └──[+] enum (3953:11)
Document Element Total Changes Breaking Changes
paths 9 2
components 35 18

JAVA CHANGELOG

core: 3.55.7 - 2026-01-12

🐛 Bug Fixes

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

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.685.0

* `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 added the minor Minor version bump label Jan 14, 2026
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