diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index a6048379..977e540e 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.2 + speakeasyVersion: 1.418.4 generationVersion: 2.438.3 - releaseVersion: 2.10.2 - configChecksum: 5e093a9e0e07b545b923e876ca2f8b9c + releaseVersion: 2.10.3 + configChecksum: 8282f59035a6833dff966be8c041b513 repoURL: https://github.com/hathora/cloud-sdk-java.git repoSubDirectory: . published: true @@ -2148,6 +2148,7 @@ examples: responses: "404": application/json: {"message": ""} + "200": {} GetMetricsDeprecated: speakeasy-default-get-metrics-deprecated: parameters: @@ -2158,6 +2159,7 @@ examples: responses: "401": application/json: {"message": ""} + "200": {} GetProcessMetrics: speakeasy-default-get-process-metrics: parameters: @@ -2168,3 +2170,4 @@ examples: responses: "401": application/json: {"message": ""} + "200": {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 9bbfc3e1..1a778412 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,8 +1,8 @@ -speakeasyVersion: 1.418.2 +speakeasyVersion: 1.418.4 sources: java-source: sourceNamespace: java-source - sourceRevisionDigest: sha256:1ebc976efa6a7bba3ba32d42c2344eedce0a2a71df8434a59f3a10342386e5da + sourceRevisionDigest: sha256:161f6e7b2ffde6a5545686e86ff695adaf381744860f17301910a9865f0afc8e sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08 tags: - latest @@ -11,7 +11,7 @@ targets: hathora-java: source: java-source sourceNamespace: java-source - sourceRevisionDigest: sha256:1ebc976efa6a7bba3ba32d42c2344eedce0a2a71df8434a59f3a10342386e5da + sourceRevisionDigest: sha256:161f6e7b2ffde6a5545686e86ff695adaf381744860f17301910a9865f0afc8e sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08 workflow: workflowVersion: 1.0.0 diff --git a/README.md b/README.md index 44252f61..97ddd348 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.2' +implementation 'dev.hathora:cloud-sdk:2.10.3' ``` Maven: @@ -43,7 +43,7 @@ Maven: dev.hathora cloud-sdk - 2.10.2 + 2.10.3 ``` diff --git a/RELEASES.md b/RELEASES.md index 1a1583f4..6bb0d96c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -719,4 +719,14 @@ Based on: ### Generated - [java v2.10.2] . ### Releases -- [Maven Central v2.10.2] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.2 - . \ No newline at end of file +- [Maven Central v2.10.2] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.2 - . + +## 2024-10-16 16:45:34 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.418.4 (2.438.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v2.10.3] . +### Releases +- [Maven Central v2.10.3] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.3 - . \ No newline at end of file diff --git a/build.gradle b/build.gradle index 840e7432..b0fe859c 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ tasks.withType(Javadoc) { } group = "dev.hathora" -version = "2.10.2" +version = "2.10.3" sourcesJar { archiveBaseName = "cloud-sdk" @@ -101,7 +101,7 @@ publishing { maven(MavenPublication) { groupId = 'dev.hathora' artifactId = 'cloud-sdk' - version = '2.10.2' + version = '2.10.3' from components.java diff --git a/gen.yaml b/gen.yaml index 7512bb4c..2dca8ba8 100644 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: baseServerURL: "" flattenGlobalSecurity: true java: - version: 2.10.2 + version: 2.10.3 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 78d9096e..07d92f23 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.2"; + public static final String SDK_VERSION = "2.10.3"; 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 =