Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.421.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 24, 2024
1 parent ed98018 commit 0d54894
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
management:
docChecksum: 7246ca0f7c1f27676a24e3bdfe2d3a45
docVersion: 0.0.1
speakeasyVersion: 1.420.0
speakeasyVersion: 1.421.1
generationVersion: 2.438.15
releaseVersion: 2.10.8
configChecksum: 66cfc90f36fdc068dd8eafe13977b11a
releaseVersion: 2.10.9
configChecksum: dca33630b00fa46b1caca4e2a5148da8
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.420.0
speakeasyVersion: 1.421.1
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:6668f9d8c0cc14efe50f9db315926d4f7af09d9869ea2d71530f4c4363631a50
sourceRevisionDigest: sha256:c65dcf9d87cc7ce7d855a729251a1c48e05105a05c69fbc0c64bdc1f8af0a6e4
sourceBlobDigest: sha256:4f8be32df07db1363406faf1b3655e237643c7e536ffa5d49c70e6da77147d71
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:6668f9d8c0cc14efe50f9db315926d4f7af09d9869ea2d71530f4c4363631a50
sourceRevisionDigest: sha256:c65dcf9d87cc7ce7d855a729251a1c48e05105a05c69fbc0c64bdc1f8af0a6e4
sourceBlobDigest: sha256:4f8be32df07db1363406faf1b3655e237643c7e536ffa5d49c70e6da77147d71
codeSamplesNamespace: code-samples-java-hathora-java
codeSamplesRevisionDigest: sha256:231cc097ae140afaaa8dc9d6d6fc997b74db86e70cd54489f1d54b3c95a51c9f
codeSamplesRevisionDigest: sha256:78eea36691867ad9746d6a85bdc6523102d8ba3943937eec21f69e9e84f9d3e4
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'dev.hathora:cloud-sdk:2.10.8'
implementation 'dev.hathora:cloud-sdk:2.10.9'
```

Maven:
```xml
<dependency>
<groupId>dev.hathora</groupId>
<artifactId>cloud-sdk</artifactId>
<version>2.10.8</version>
<version>2.10.9</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -779,4 +779,14 @@ Based on:
### Generated
- [java v2.10.8] .
### Releases
- [Maven Central v2.10.8] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.8 - .
- [Maven Central v2.10.8] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.8 - .

## 2024-10-24 01:11:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.421.1 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.10.9] .
### Releases
- [Maven Central v2.10.9] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.9 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "dev.hathora"
version = "2.10.8"
version = "2.10.9"

sourcesJar {
archiveBaseName = "cloud-sdk"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.hathora'
artifactId = 'cloud-sdk'
version = '2.10.8'
version = '2.10.9'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
baseServerURL: ""
flattenGlobalSecurity: true
java:
version: 2.10.8
version: 2.10.9
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Optional<SecuritySource> 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.8";
public static final String SDK_VERSION = "2.10.9";
public static final String GEN_VERSION = "2.438.15";
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk";
public static final String USER_AGENT =
Expand Down

0 comments on commit 0d54894

Please sign in to comment.