Skip to content

Commit 820d833

Browse files
committed
## 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.processesV3.getLatestProcesses()`: `response.[]` **Changed** * `hathora-cloud.deploymentsV2.getDeploymentsV2Deprecated()`: `error.status[500]` **Added** * `hathora-cloud.fleetsV1.createFleetDeprecated()`: `response` **Changed** * `hathora-cloud.fleetsV1.getFleetDeprecated()`: `response` **Changed** * `hathora-cloud.fleetsV2.getFleetRegion()`: `response.nodeBaseline` **Added** * `hathora-cloud.fleetsV1.getFleetRegionDeprecated()`: `response.nodeBaseline` **Added** * `hathora-cloud.deploymentsV1.getDeploymentsV1Deprecated()`: `error.status[500]` **Added** * `hathora-cloud.fleetsV2.deprecatedUpdateFleetRegionV2()`: **Added** * `hathora-cloud.lobbiesV3.getLobbyInfoByShortCode()`: `error.status[422]` **Added** * `hathora-cloud.processesV3.createProcess()`: `response` **Changed** * `hathora-cloud.fleetsV1.getFleetsDeprecated()`: `response.fleets[]` **Changed** * `hathora-cloud.processesV3.getProcess()`: `response` **Changed**
1 parent cd0b7da commit 820d833

257 files changed

Lines changed: 12528 additions & 4309 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 8019 additions & 1606 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.658.2
1+
speakeasyVersion: 1.734.1
22
sources:
33
java-source:
44
sourceNamespace: java-source
5-
sourceRevisionDigest: sha256:846f82b2c5f534ddfa5eaf03dae4c50d9d0d5973f953a30460951980f5a99238
6-
sourceBlobDigest: sha256:a83dd5d2f6be3733c4c0cfde58d5b8811cff8746f24cc3baf3c90f78a45c1e30
5+
sourceRevisionDigest: sha256:6f4402a55fedc28962102a38defcc1caee95a2eb42ed4b3bbb14e2b6010554d2
6+
sourceBlobDigest: sha256:a72b11e32faaf6f90b50d82753d908dd294a5ad8c8adffa809245478b6ff5ed7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1756426117
9+
- speakeasy-sdk-regen-1768349431
1010
- 0.0.1
1111
targets:
1212
hathora-java:
1313
source: java-source
1414
sourceNamespace: java-source
15-
sourceRevisionDigest: sha256:846f82b2c5f534ddfa5eaf03dae4c50d9d0d5973f953a30460951980f5a99238
16-
sourceBlobDigest: sha256:a83dd5d2f6be3733c4c0cfde58d5b8811cff8746f24cc3baf3c90f78a45c1e30
15+
sourceRevisionDigest: sha256:6f4402a55fedc28962102a38defcc1caee95a2eb42ed4b3bbb14e2b6010554d2
16+
sourceBlobDigest: sha256:a72b11e32faaf6f90b50d82753d908dd294a5ad8c8adffa809245478b6ff5ed7
1717
codeSamplesNamespace: code-samples-java-hathora-java
18-
codeSamplesRevisionDigest: sha256:0fc45c41414e243f3d1b781442c3b054bc035b8ac1e04c3d3b26663a2aedeed0
18+
codeSamplesRevisionDigest: sha256:958626e11b2d8392108dfd7d3d60017c1f95544262480a4c797150cc8f46ecdf
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 35 additions & 31 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,4 +1179,14 @@ Based on:
11791179
### Generated
11801180
- [java v3.3.0] .
11811181
### Releases
1182-
- [Maven Central v3.3.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.3.0 - .
1182+
- [Maven Central v3.3.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.3.0 - .
1183+
1184+
## 2026-02-28 00:10:55
1185+
### Changes
1186+
Based on:
1187+
- OpenAPI Doc
1188+
- Speakeasy CLI 1.734.1 (2.845.12) https://github.com/speakeasy-api/speakeasy
1189+
### Generated
1190+
- [java v3.4.0] .
1191+
### Releases
1192+
- [Maven Central v3.4.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.4.0 - .

codeSamples.yaml

Lines changed: 83 additions & 83 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DeprecatedUpdateFleetRegionV2Request
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
8+
| `fleetRegionConfig` | [FleetRegionConfig](../../models/shared/FleetRegionConfig.md) | :heavy_check_mark: | N/A | |
9+
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
10+
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
11+
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeprecatedUpdateFleetRegionV2Response
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
8+
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `rawResponse` | [HttpResponse\<?>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/GetDeploymentsRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
88
| `appId` | *Optional\<String>* | :heavy_minus_sign: | N/A | app-af469a92-5b45-4565-b3c4-b79878de67d2 |
99
| `buildTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | 0.1.14-14c793 |
10-
| `deploymentTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | alpha |
10+
| `deploymentTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | alpha |
11+
| `nextPageToken` | *Optional\<String>* | :heavy_minus_sign: | N/A | |

docs/models/operations/UpdateFleetRegionRequest.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
8-
| `fleetRegionConfig` | [FleetRegionConfig](../../models/shared/FleetRegionConfig.md) | :heavy_check_mark: | N/A | |
9-
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
10-
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
11-
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
8+
| `fleetRegionConfigV2` | [FleetRegionConfigV2](../../models/shared/FleetRegionConfigV2.md) | :heavy_check_mark: | N/A | |
9+
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
10+
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
11+
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |

docs/models/shared/AuthConfiguration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Configure [player authentication](https://hathora.dev/docs/backend-integrations/
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
10-
| `anonymous` | [Optional\<RecordStringNever>](../../models/shared/RecordStringNever.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
11-
| `google` | [Optional\<Google>](../../models/shared/Google.md) | :heavy_minus_sign: | Enable google auth for your application. |
12-
| `nickname` | [Optional\<RecordStringNever>](../../models/shared/RecordStringNever.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
10+
| `anonymous` | [Optional\<DeletedBuild>](../../models/shared/DeletedBuild.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
11+
| `google` | [Optional\<Google>](../../models/shared/Google.md) | :heavy_minus_sign: | Enable google auth for your application. |
12+
| `nickname` | [Optional\<DeletedBuild>](../../models/shared/DeletedBuild.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |

0 commit comments

Comments
 (0)