Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hathora/cloud-sdk-java
Browse files Browse the repository at this point in the history
  • Loading branch information
gwprice115 committed Sep 12, 2024
2 parents 79f2541 + e0b40a5 commit aec6b81
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.396.4
generationVersion: 2.415.6
releaseVersion: 2.9.9
configChecksum: ca926237a58efd21f082d6ce18dac5c8
releaseVersion: 2.9.10
configChecksum: 3d68bb737d270f8323c424c4ee856495
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.396.4
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:6a4bc5819729488437a30b12f9f201ca2a5cf8cc7595be21d8dd8014568091ab
sourceRevisionDigest: sha256:57db62f5dccd81ea3d330d5aa20d8ea18a5baddadc1daa2e476fa9a75ecbec88
sourceBlobDigest: sha256:2443386b55189d2041dcbd4d7f5b138ac33c9e29d201158a06d4026adc77f95a
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:6a4bc5819729488437a30b12f9f201ca2a5cf8cc7595be21d8dd8014568091ab
sourceRevisionDigest: sha256:57db62f5dccd81ea3d330d5aa20d8ea18a5baddadc1daa2e476fa9a75ecbec88
sourceBlobDigest: sha256:2443386b55189d2041dcbd4d7f5b138ac33c9e29d201158a06d4026adc77f95a
outLocation: /github/workspace/repo
workflow:
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 'com.hathora:cloud-sdk:2.9.9'
implementation 'com.hathora:cloud-sdk:2.9.10'
```

Maven:
```xml
<dependency>
<groupId>com.hathora</groupId>
<artifactId>cloud-sdk</artifactId>
<version>2.9.9</version>
<version>2.9.10</version>
</dependency>
```

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

## 2024-09-12 16:48:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.4 (2.415.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.9.10] .
### Releases
- [Maven Central v2.9.10] https://central.sonatype.com/artifact/com.hathora/cloud-sdk/2.9.10 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
}

group = "com.hathora"
version = "2.9.9"
version = "2.9.10"

sourcesJar {
archiveBaseName = "cloud-sdk"
Expand All @@ -88,7 +88,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.hathora'
artifactId = 'cloud-sdk'
version = '2.9.9'
version = '2.9.10'

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.9.9
version: 2.9.10
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/hathora/cloud_sdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "0.0.1";
public String sdkVersion = "2.9.9";
public String sdkVersion = "2.9.10";
public String genVersion = "2.415.6";
public String userAgent = "speakeasy-sdk/java 2.9.9 2.415.6 0.0.1 com.hathora.cloud_sdk";
public String userAgent = "speakeasy-sdk/java 2.9.10 2.415.6 0.0.1 com.hathora.cloud_sdk";

private Hooks _hooks = createHooks();

Expand Down

0 comments on commit aec6b81

Please sign in to comment.