Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Unity SDK Changes:

  • Hathora-Cloud-SDK.FleetsV2.UpdateFleetRegion(): request Changed Breaking ⚠️
  • Hathora-Cloud-SDK.DeploymentsV3.GetDeployments():
    • request.nextPageToken Added
    • response.nextPageToken Added
    • error.status[422] Added
  • Hathora-Cloud-SDK.DeploymentsV2.GetDeploymentsV2Deprecated(): error.status[500] Added
  • Hathora-Cloud-SDK.FleetsV2.DeprecatedUpdateFleetRegionV2(): Added
  • Hathora-Cloud-SDK.FleetsV1.CreateFleetDeprecated(): response.name Changed
  • Hathora-Cloud-SDK.FleetsV1.GetFleetDeprecated(): response.name Changed
  • Hathora-Cloud-SDK.FleetsV1.GetFleetRegionDeprecated(): response.nodeBaseline Added
  • Hathora-Cloud-SDK.FleetsV1.GetFleetsDeprecated(): response.fleets.[].name Changed
  • Hathora-Cloud-SDK.FleetsV2.GetFleetRegion(): response.nodeBaseline Added
  • Hathora-Cloud-SDK.DeploymentsV1.GetDeploymentsV1Deprecated(): error.status[500] Added
  • Hathora-Cloud-SDK.ProcessesV3.CreateProcess(): response Changed
  • Hathora-Cloud-SDK.ProcessesV3.GetLatestProcesses(): response.[] Changed
  • Hathora-Cloud-SDK.ProcessesV3.GetProcess(): response Changed
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (12562:5)
│ ├─┬/discovery/v2/ping
│ │ └─┬GET
│ │   └──[🔀] description (13027:24)
│ ├─┬/deployments/v3/apps/{appId}/deployments
│ │ └─┬GET
│ │   ├──[+] parameters (13927:21)❌ 
│ │   └─┬Responses
│ │     └──[+] codes (13870:18)
│ ├─┬/deployments/v1/{appId}/list
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (13093:18)
│ ├─┬/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)
└─┬Components
  ├──[-] securitySchemes (1:83614)❌ 
  ├──[+] securitySchemes (4531:49)
  ├──[-] schemas (1:41408)❌ 
  ├──[-] schemas (1:40854)❌ 
  ├──[+] schemas (198:24)
  ├──[+] schemas (3832:18)
  ├──[+] schemas (2553:30)
  ├─┬Fleet
  │ └──[+] required (2137:11)❌ 
  ├─┬ModelBillingUnit
  │ └──[+] enum (3953:11)
  ├─┬NodeShapeId
  │ └──[-] enum (1:42025)❌ 
  ├─┬CloudConfig
  │ └─┬nodeBaseline
  │   └──[+] description (2460:28)
  ├─┬NodeFamilyId
  │ └──[-] enum (1:42262)❌ 
  ├─┬NodeShape
  │ └──[-] enum (1:37209)❌ 
  ├─┬DeploymentsV3Page
  │ └──[+] properties (3168:11)
  ├─┬FleetRegion
  │ ├──[+] required (2219:11)❌ 
  │ ├──[+] properties (2200:11)
  │ ├─┬cloudMinVcpus
  │ │ └──[+] deprecated (2208:27)
  │ └─┬scaleIncrementVcpus
  │   ├──[🔀] description (2203:28)
  │   └──[-] deprecated (1:38913)
  └─┬ProcessV3
    ├──[+] required (1218:11)❌ 
    ├──[+] required (1219:11)❌ 
    ├──[+] properties (1154:11)
    ├──[+] properties (1160:11)
    ├─┬createdAt
    │ ├──[🔀] description (1158:28)
    │ └──[+] nullable (1157:25)❌ 
    ├─┬terminatedAt
    │ └──[🔀] description (1146:28)
    ├─┬fleetId
    │ └──[🔀] $ref (1188:26)❌ 
    ├─┬roomsPerProcess
    │ └──[🔀] $ref (1126:29)❌ 
    ├─┬deploymentId
    │ └──[🔀] $ref (1166:24)❌ 
    ├─┬status
    │ └──[🔀] $ref (1160:26)❌ 
    ├─┬region
    │ └──[🔀] $ref (499:17)❌ 
    ├─┬summaryExitReason
    │ └──[🔀] $ref (1002:17)❌ 
    ├─┬roomsAllocated
    │ └──[🔀] $ref (214:17)❌ 
    ├─┬stoppingAt
    │ └──[🔀] description (1152:28)
    ├─┬hosting
    │ └──[🔀] $ref (1104:17)❌ 
    ├─┬exposedPort
    │ └──[🔀] $ref (464:17)❌ 
    ├─┬startedAt
    │ └──[🔀] description (1152:28)
    └─┬processId
      └──[🔀] $ref (1108:17)❌ 
Document Element Total Changes Breaking Changes
paths 9 2
components 38 21

UNITY CHANGELOG

core: 1.8.5 - 2025-12-18

🐛 Bug Fixes

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

core: 1.8.4 - 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)

Based on Speakeasy CLI 1.682.0

@github-actions github-actions bot added the patch Patch version bump label Nov 18, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from 218560b to 34c4965 Compare November 25, 2025 00:03
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from 34e8adc to 2de2e7e Compare December 2, 2025 00:05
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from 69ba021 to 835aba8 Compare December 9, 2025 00:04
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 8 times, most recently from 781163a to d95812f Compare December 17, 2025 00:04
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from ceda8a3 to 0009780 Compare December 24, 2025 00:05
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from 0f44336 to bdf1b2d Compare December 31, 2025 00:05
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch 7 times, most recently from 09ea4e0 to 536cccb Compare January 7, 2026 00:04
* `Hathora-Cloud-SDK.FleetsV2.UpdateFleetRegion()`:  `request` **Changed** **Breaking** ⚠️
* `Hathora-Cloud-SDK.DeploymentsV3.GetDeployments()`: 
  *  `request.nextPageToken` **Added**
  *  `response.nextPageToken` **Added**
  *  `error.status[422]` **Added**
* `Hathora-Cloud-SDK.DeploymentsV2.GetDeploymentsV2Deprecated()`:  `error.status[500]` **Added**
* `Hathora-Cloud-SDK.FleetsV2.DeprecatedUpdateFleetRegionV2()`: **Added**
* `Hathora-Cloud-SDK.FleetsV1.CreateFleetDeprecated()`:  `response.name` **Changed**
* `Hathora-Cloud-SDK.FleetsV1.GetFleetDeprecated()`:  `response.name` **Changed**
* `Hathora-Cloud-SDK.FleetsV1.GetFleetRegionDeprecated()`:  `response.nodeBaseline` **Added**
* `Hathora-Cloud-SDK.FleetsV1.GetFleetsDeprecated()`:  `response.fleets.[].name` **Changed**
* `Hathora-Cloud-SDK.FleetsV2.GetFleetRegion()`:  `response.nodeBaseline` **Added**
* `Hathora-Cloud-SDK.DeploymentsV1.GetDeploymentsV1Deprecated()`:  `error.status[500]` **Added**
* `Hathora-Cloud-SDK.ProcessesV3.CreateProcess()`:  `response` **Changed**
* `Hathora-Cloud-SDK.ProcessesV3.GetLatestProcesses()`:  `response.[]` **Changed**
* `Hathora-Cloud-SDK.ProcessesV3.GetProcess()`:  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763424269 branch from b8f9dbe to ad2dfd6 Compare January 8, 2026 00:05
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