diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock
index 682faec5..56c5574b 100755
--- a/.speakeasy/gen.lock
+++ b/.speakeasy/gen.lock
@@ -3,10 +3,10 @@ id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
management:
docChecksum: fa904454ed510a65df81ad72c427e3c0
docVersion: 0.0.1
- speakeasyVersion: 1.418.4
+ speakeasyVersion: 1.419.0
generationVersion: 2.438.3
- releaseVersion: 2.10.4
- configChecksum: a89cb948437b3992306d6c3312759e13
+ releaseVersion: 2.10.5
+ configChecksum: dab44b59c64b4857d5aec7e20f32e636
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock
index b5e4aa46..f8bb08da 100644
--- a/.speakeasy/workflow.lock
+++ b/.speakeasy/workflow.lock
@@ -1,8 +1,8 @@
-speakeasyVersion: 1.418.4
+speakeasyVersion: 1.419.0
sources:
java-source:
sourceNamespace: java-source
- sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
+ sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
tags:
- latest
@@ -11,8 +11,10 @@ targets:
hathora-java:
source: java-source
sourceNamespace: java-source
- sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
+ sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
+ codeSamplesNamespace: code-samples-java-hathora-java
+ codeSamplesRevisionDigest: sha256:74e5cbe9e23c12b887758efd1ff99f758f20f10af2513be1e683e077a479d54f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
@@ -34,3 +36,5 @@ workflow:
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
output: codeSamples.yaml
+ registry:
+ location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java
diff --git a/README.md b/README.md
index 005ced8f..22d1683c 100755
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ The samples below show how a published SDK artifact is used:
Gradle:
```groovy
-implementation 'dev.hathora:cloud-sdk:2.10.4'
+implementation 'dev.hathora:cloud-sdk:2.10.5'
```
Maven:
@@ -43,7 +43,7 @@ Maven:
dev.hathora
cloud-sdk
- 2.10.4
+ 2.10.5
```
diff --git a/RELEASES.md b/RELEASES.md
index 0e1a4e68..839a49bd 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -739,4 +739,14 @@ Based on:
### Generated
- [java v2.10.4] .
### Releases
-- [Maven Central v2.10.4] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.4 - .
\ No newline at end of file
+- [Maven Central v2.10.4] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.4 - .
+
+## 2024-10-17 20:14:29
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.419.0 (2.438.3) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [java v2.10.5] .
+### Releases
+- [Maven Central v2.10.5] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.5 - .
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 8bb3915c..983ab4f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}
group = "dev.hathora"
-version = "2.10.4"
+version = "2.10.5"
sourcesJar {
archiveBaseName = "cloud-sdk"
@@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.hathora'
artifactId = 'cloud-sdk'
- version = '2.10.4'
+ version = '2.10.5'
from components.java
diff --git a/gen.yaml b/gen.yaml
index b1fce17d..39c40571 100644
--- a/gen.yaml
+++ b/gen.yaml
@@ -12,7 +12,7 @@ generation:
baseServerURL: ""
flattenGlobalSecurity: true
java:
- version: 2.10.4
+ version: 2.10.5
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
diff --git a/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java b/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
index 646a3c7e..399f77ee 100644
--- a/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
+++ b/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
@@ -25,7 +25,7 @@ public Optional securitySource() {
public int serverIdx = 0;
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.0.1";
- public static final String SDK_VERSION = "2.10.4";
+ public static final String SDK_VERSION = "2.10.5";
public static final String GEN_VERSION = "2.438.3";
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk";
public static final String USER_AGENT =