File tree Expand file tree Collapse file tree 9 files changed +117
-106
lines changed
src/main/java/dev/hathora/cloud_sdk Expand file tree Collapse file tree 9 files changed +117
-106
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
33management:
44 docChecksum: 0e7dd32640341faad744619051bbb3fe
55 docVersion: 0.0.1
6- speakeasyVersion: 1.550 .0
6+ speakeasyVersion: 1.552 .0
77 generationVersion: 2.610.0
8- releaseVersion: 3.1.8
9- configChecksum: 457ac388416071695477191c4fdd5c49
8+ releaseVersion: 3.1.9
9+ configChecksum: c4e351d1b3f889db145f2d10e517ec2c
1010 repoURL: https://github.com/hathora/cloud-sdk-java.git
1111 repoSubDirectory: .
1212 published: true
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.550 .0
1+ speakeasyVersion: 1.552 .0
22sources:
33 java-source:
44 sourceNamespace: java-source
5- sourceRevisionDigest: sha256:4bd02cba38dd0924a2c36f7ab9e3192e9217f662f1f1dfb6f448d3292f6baf8d
5+ sourceRevisionDigest: sha256:54b19324bc85597f8dda003478f4b816766d541550305741e89b97306f22ab6a
66 sourceBlobDigest: sha256:cf474b64da154302d2fd12b2f60c31bad84ceb2d89aa94b74ce02722532ca75e
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1748020810
9+ - speakeasy-sdk-regen-1748379335
1010 - 0.0.1
1111targets:
1212 hathora-java:
1313 source: java-source
1414 sourceNamespace: java-source
15- sourceRevisionDigest: sha256:4bd02cba38dd0924a2c36f7ab9e3192e9217f662f1f1dfb6f448d3292f6baf8d
15+ sourceRevisionDigest: sha256:54b19324bc85597f8dda003478f4b816766d541550305741e89b97306f22ab6a
1616 sourceBlobDigest: sha256:cf474b64da154302d2fd12b2f60c31bad84ceb2d89aa94b74ce02722532ca75e
1717 codeSamplesNamespace: code-samples-java-hathora-java
18- codeSamplesRevisionDigest: sha256:d478fe81787478bf73b590be33027a998e64c3fc4a527a46ea264d82bd74be80
18+ codeSamplesRevisionDigest: sha256:68a66f06c73290856cde3eb19f60ac9006d0bcb4d85134bfe50d4b86b89dea51
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.8 '
39+ implementation 'dev.hathora:cloud-sdk:3.1.9 '
4040```
4141
4242Maven:
4343``` xml
4444<dependency >
4545 <groupId >dev.hathora</groupId >
4646 <artifactId >cloud-sdk</artifactId >
47- <version >3.1.8 </version >
47+ <version >3.1.9 </version >
4848</dependency >
4949```
5050
Original file line number Diff line number Diff line change @@ -1139,4 +1139,14 @@ Based on:
11391139### Generated
11401140- [ java v3.1.8] .
11411141### Releases
1142- - [ Maven Central v3.1.8] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.8 - .
1142+ - [ Maven Central v3.1.8] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.8 - .
1143+
1144+ ## 2025-05-27 20:55:18
1145+ ### Changes
1146+ Based on:
1147+ - OpenAPI Doc
1148+ - Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1149+ ### Generated
1150+ - [ java v3.1.9] .
1151+ ### Releases
1152+ - [ Maven Central v3.1.9] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.9 - .
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.8 "
106+ version = " 3.1.9 "
107107
108108 from components. java
109109
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.8
18+ version : 3.1.9
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.8
3+ version =3.1.9
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ 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.8 " ;
33+ public static final String SDK_VERSION = "3.1.9 " ;
3434 public static final String GEN_VERSION = "2.610.0" ;
3535 private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk" ;
3636 public static final String USER_AGENT =
You canβt perform that action at this time.
0 commit comments