diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock
index 2b9e0a4..d15e3ac 100755
--- a/.speakeasy/gen.lock
+++ b/.speakeasy/gen.lock
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
management:
- docChecksum: 35379ef2a587c306c931c0c2e615a982
+ docChecksum: bfa4946b490fdca2f1007eca2c488a3f
docVersion: 0.0.1
- speakeasyVersion: 1.425.3
- generationVersion: 2.446.5
- releaseVersion: 2.10.13
- configChecksum: 600746fdd823bccec1bd5f68e2921caf
+ speakeasyVersion: 1.434.6
+ generationVersion: 2.452.0
+ releaseVersion: 2.10.14
+ configChecksum: f334376e7fa44bf241d4294fba7b13d4
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
@@ -26,7 +26,7 @@ features:
methodSecurity: 2.82.1
nullables: 0.1.0
sdkHooks: 0.1.0
- unions: 0.0.5
+ unions: 0.0.6
generatedFiles:
- .gitattributes
- CONTRIBUTING.md
diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock
index c828f75..53e69b6 100644
--- a/.speakeasy/workflow.lock
+++ b/.speakeasy/workflow.lock
@@ -1,9 +1,9 @@
-speakeasyVersion: 1.425.3
+speakeasyVersion: 1.434.6
sources:
java-source:
sourceNamespace: java-source
- sourceRevisionDigest: sha256:2f8cc7efb1274fc281a09970ff9765cdd966912af532e7d47d1333fc7a1eb98e
- sourceBlobDigest: sha256:501b059979280d869a3e1a524597bfca46dc28e18023e63cad0fdf1ba1061442
+ sourceRevisionDigest: sha256:357acfbd27e09e9494d9c305264d5af9aeffeaf10dadff9630b787ea7a4eabf7
+ sourceBlobDigest: sha256:0a0a4f688111af52e19ad94595b5a7affd98fae905a1f77743b94a9f0f91b59f
tags:
- latest
- main
@@ -11,10 +11,10 @@ targets:
hathora-java:
source: java-source
sourceNamespace: java-source
- sourceRevisionDigest: sha256:2f8cc7efb1274fc281a09970ff9765cdd966912af532e7d47d1333fc7a1eb98e
- sourceBlobDigest: sha256:501b059979280d869a3e1a524597bfca46dc28e18023e63cad0fdf1ba1061442
+ sourceRevisionDigest: sha256:357acfbd27e09e9494d9c305264d5af9aeffeaf10dadff9630b787ea7a4eabf7
+ sourceBlobDigest: sha256:0a0a4f688111af52e19ad94595b5a7affd98fae905a1f77743b94a9f0f91b59f
codeSamplesNamespace: code-samples-java-hathora-java
- codeSamplesRevisionDigest: sha256:4b028411c9b1da917908a28d0ce5215bac95581d6b06df01fd2fcf8798bef35f
+ codeSamplesRevisionDigest: sha256:eb35ee3aa0b0c87983254ffc9ff55e7a6b1ad1c05ef20f05e0397e920b3586b9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
diff --git a/README.md b/README.md
index 236acec..cfe0cdc 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.13'
+implementation 'dev.hathora:cloud-sdk:2.10.14'
```
Maven:
@@ -43,7 +43,7 @@ Maven:
dev.hathora
cloud-sdk
- 2.10.13
+ 2.10.14
```
diff --git a/RELEASES.md b/RELEASES.md
index 1bcdd18..35d43f8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -829,4 +829,14 @@ Based on:
### Generated
- [java v2.10.13] .
### Releases
-- [Maven Central v2.10.13] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.13 - .
\ No newline at end of file
+- [Maven Central v2.10.13] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.13 - .
+
+## 2024-11-08 00:07:12
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.434.6 (2.452.0) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [java v2.10.14] .
+### Releases
+- [Maven Central v2.10.14] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.14 - .
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index f871193..75a3c95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}
group = "dev.hathora"
-version = "2.10.13"
+version = "2.10.14"
sourcesJar {
archiveBaseName = "cloud-sdk"
@@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.hathora'
artifactId = 'cloud-sdk'
- version = '2.10.13'
+ version = '2.10.14'
from components.java
diff --git a/gen.yaml b/gen.yaml
index 56925c1..ddaf9ed 100644
--- a/gen.yaml
+++ b/gen.yaml
@@ -9,10 +9,11 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
+ oAuth2PasswordEnabled: false
baseServerURL: ""
flattenGlobalSecurity: true
java:
- version: 2.10.13
+ version: 2.10.14
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 d5e0b16..84af086 100644
--- a/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
+++ b/src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
@@ -25,8 +25,8 @@ 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.13";
- public static final String GEN_VERSION = "2.446.5";
+ public static final String SDK_VERSION = "2.10.14";
+ public static final String GEN_VERSION = "2.452.0";
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",