Skip to content

Commit 1ded388

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 1ded388

288 files changed

Lines changed: 13184 additions & 4444 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.

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
# Linux start script should use lf
55
/gradlew text eol=lf
66

7-
# These are Windows script files and should use crlf
8-
*.bat text eol=crlf
9-
107
# This allows generated code to be indexed correctly
118
*.java linguist-generated=false

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
speakeasyVersion: 1.658.2
1+
speakeasyVersion: 1.752.0
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
109
- 0.0.1
1110
targets:
1211
hathora-java:
1312
source: java-source
1413
sourceNamespace: java-source
15-
sourceRevisionDigest: sha256:846f82b2c5f534ddfa5eaf03dae4c50d9d0d5973f953a30460951980f5a99238
16-
sourceBlobDigest: sha256:a83dd5d2f6be3733c4c0cfde58d5b8811cff8746f24cc3baf3c90f78a45c1e30
14+
sourceRevisionDigest: sha256:6f4402a55fedc28962102a38defcc1caee95a2eb42ed4b3bbb14e2b6010554d2
15+
sourceBlobDigest: sha256:a72b11e32faaf6f90b50d82753d908dd294a5ad8c8adffa809245478b6ff5ed7
1716
codeSamplesNamespace: code-samples-java-hathora-java
18-
codeSamplesRevisionDigest: sha256:0fc45c41414e243f3d1b781442c3b054bc035b8ac1e04c3d3b26663a2aedeed0
17+
codeSamplesRevisionDigest: sha256:85f45e53ad8a5ec63225bb99a52c0a302ef96d17dd02737cd9a1c29646f7cf2f
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

README.md

Lines changed: 83 additions & 39 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-03-12 00:11:27
1185+
### Changes
1186+
Based on:
1187+
- OpenAPI Doc
1188+
- Speakeasy CLI 1.752.0 (2.859.2) 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 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Application {
2828
.call();
2929

3030
if (res.application().isPresent()) {
31-
// handle response
31+
System.out.println(res.application().get());
3232
}
3333
}
3434
}

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

0 commit comments

Comments
 (0)