File tree Expand file tree Collapse file tree 12 files changed +91
-25
lines changed
src/main/java/dev/hathora/cloud_sdk Expand file tree Collapse file tree 12 files changed +91
-25
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
33management:
4- docChecksum: aa3d3981f063bd84a08d52eb41272412
4+ docChecksum: ad6787b952846cc650a586f8449dbdb2
55 docVersion: 0.0.1
6- speakeasyVersion: 1.542.3
7- generationVersion: 2.597.9
8- releaseVersion: 3.1.3
9- configChecksum: f42c566174aef2668dac7f7b1df55618
6+ speakeasyVersion: 1.544.0
7+ generationVersion: 2.599.0
8+ releaseVersion: 3.1.4
9+ configChecksum: 32a6fef31260a4ee5155338ed3968b3d
1010 repoURL: https://github.com/hathora/cloud-sdk-java.git
1111 repoSubDirectory: .
1212 published: true
1313features:
1414 java:
1515 additionalDependencies: 0.1.0
1616 constsAndDefaults: 0.1.1
17- core: 3.37.1
17+ core: 3.37.2
1818 deprecations: 2.81.1
1919 downloadStreams: 0.1.1
2020 flattening: 2.81.1
2121 globalSecurity: 2.82.8
2222 globalSecurityCallbacks: 0.1.0
23- globalServerURLs: 2.82.1
23+ globalServerURLs: 2.82.2
2424 globals: 2.82.1
2525 groups: 2.81.2
2626 methodSecurity: 2.82.2
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.542.3
1+ speakeasyVersion: 1.544.0
22sources:
33 java-source:
44 sourceNamespace: java-source
5- sourceRevisionDigest: sha256:8e943cbf770976e45e8941b80ca5062848d8d5076209ebc474253e7bf9d49c31
6- sourceBlobDigest: sha256:8fbbff83c49153739e0e2520b5c4493bbb75ee35b4ccdce3596d6d0c41534323
5+ sourceRevisionDigest: sha256:b26c4277ba090bad241de20dc8ea38948ec6c3220378c6124d48d429549cf6bc
6+ sourceBlobDigest: sha256:491d4279fd834360bf6efc78a8c482586bb37b9d5d8832e7ee13ed4dedfea521
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1746490122
9+ - speakeasy-sdk-regen-1747181327
1010 - 0.0.1
1111targets:
1212 hathora-java:
1313 source: java-source
1414 sourceNamespace: java-source
15- sourceRevisionDigest: sha256:8e943cbf770976e45e8941b80ca5062848d8d5076209ebc474253e7bf9d49c31
16- sourceBlobDigest: sha256:8fbbff83c49153739e0e2520b5c4493bbb75ee35b4ccdce3596d6d0c41534323
15+ sourceRevisionDigest: sha256:b26c4277ba090bad241de20dc8ea38948ec6c3220378c6124d48d429549cf6bc
16+ sourceBlobDigest: sha256:491d4279fd834360bf6efc78a8c482586bb37b9d5d8832e7ee13ed4dedfea521
1717 codeSamplesNamespace: code-samples-java-hathora-java
18- codeSamplesRevisionDigest: sha256:da834f60600fe59469c2159424b9be9d1da0139cb7bb533b97cb474293f02fa3
18+ codeSamplesRevisionDigest: sha256:a8060fc06b60ecfd5a369b3bc597a17ef9a209f2e9851dc7223d7b7f3bafd1f7
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ The samples below show how a published SDK artifact is used:
3636
3737Gradle:
3838``` groovy
39- implementation 'dev.hathora:cloud-sdk:3.1.3 '
39+ implementation 'dev.hathora:cloud-sdk:3.1.4 '
4040```
4141
4242Maven:
4343``` xml
4444<dependency >
4545 <groupId >dev.hathora</groupId >
4646 <artifactId >cloud-sdk</artifactId >
47- <version >3.1.3 </version >
47+ <version >3.1.4 </version >
4848</dependency >
4949```
5050
Original file line number Diff line number Diff line change @@ -1089,4 +1089,14 @@ Based on:
10891089### Generated
10901090- [ java v3.1.3] .
10911091### Releases
1092- - [ Maven Central v3.1.3] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.3 - .
1092+ - [ Maven Central v3.1.3] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.3 - .
1093+
1094+ ## 2025-05-14 00:08:30
1095+ ### Changes
1096+ Based on:
1097+ - OpenAPI Doc
1098+ - Speakeasy CLI 1.544.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
1099+ ### Generated
1100+ - [ java v3.1.4] .
1101+ ### Releases
1102+ - [ Maven Central v3.1.4] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.4 - .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ publishing {
103103 // https://github.com/gradle/gradle/issues/18619
104104 groupId = " dev.hathora"
105105 artifactId = " cloud-sdk"
106- version = " 3.1.3 "
106+ version = " 3.1.4 "
107107
108108 from components. java
109109
Original file line number Diff line number Diff line change 11# FleetMetricName
22
3+ Represents the valid metric names available to measure/manage fleets in a given region
4+
35
46## Values
57
810| ` PROVISIONED_TOTAL ` | provisionedTotal |
911| ` PROVISIONED_BARE_METAL ` | provisionedBareMetal |
1012| ` PROVISIONED_CLOUD ` | provisionedCloud |
11- | ` UTILIZED ` | utilized |
13+ | ` UTILIZED ` | utilized |
14+ | ` SYSTEM_OVERHEAD ` | systemOverhead |
Original file line number Diff line number Diff line change 88| ` provisionedBareMetal ` | List\< [ MetricValue] ( ../../models/shared/MetricValue.md ) > | :heavy_minus_sign : | N/A |
99| ` provisionedCloud ` | List\< [ MetricValue] ( ../../models/shared/MetricValue.md ) > | :heavy_minus_sign : | N/A |
1010| ` provisionedTotal ` | List\< [ MetricValue] ( ../../models/shared/MetricValue.md ) > | :heavy_minus_sign : | N/A |
11+ | ` systemOverhead ` | List\< [ MetricValue] ( ../../models/shared/MetricValue.md ) > | :heavy_minus_sign : | N/A |
1112| ` utilized ` | List\< [ MetricValue] ( ../../models/shared/MetricValue.md ) > | :heavy_minus_sign : | N/A |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 baseServerURL : " "
1616 flattenGlobalSecurity : true
1717java :
18- version : 3.1.3
18+ version : 3.1.4
1919 additionalDependencies :
2020 - testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
2121 - testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
Original file line number Diff line number Diff line change 11groupId =dev.hathora
22artifactId =cloud-sdk
3- version =3.1.3
3+ version =3.1.4
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public String resolvedServerUrl() {
3030 public int serverIdx = 0 ;
3131 private static final String LANGUAGE = "java" ;
3232 public static final String OPENAPI_DOC_VERSION = "0.0.1" ;
33- public static final String SDK_VERSION = "3.1.3 " ;
34- public static final String GEN_VERSION = "2.597.9 " ;
33+ public static final String SDK_VERSION = "3.1.4 " ;
34+ public static final String GEN_VERSION = "2.599.0 " ;
3535 private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk" ;
3636 public static final String USER_AGENT =
3737 String .format ("speakeasy-sdk/%s %s %s %s %s" ,
You can’t perform that action at this time.
0 commit comments