Skip to content

Commit d9ef5bf

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.419.0
1 parent 5615eae commit d9ef5bf

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

.speakeasy/gen.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
33
management:
44
docChecksum: fa904454ed510a65df81ad72c427e3c0
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.418.4
6+
speakeasyVersion: 1.419.0
77
generationVersion: 2.438.3
8-
releaseVersion: 2.10.4
9-
configChecksum: a89cb948437b3992306d6c3312759e13
8+
releaseVersion: 2.10.5
9+
configChecksum: dab44b59c64b4857d5aec7e20f32e636
1010
repoURL: https://github.com/hathora/cloud-sdk-java.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.418.4
1+
speakeasyVersion: 1.419.0
22
sources:
33
java-source:
44
sourceNamespace: java-source
5-
sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
5+
sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
66
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
77
tags:
88
- latest
@@ -11,8 +11,10 @@ targets:
1111
hathora-java:
1212
source: java-source
1313
sourceNamespace: java-source
14-
sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
14+
sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
1515
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
16+
codeSamplesNamespace: code-samples-java-hathora-java
17+
codeSamplesRevisionDigest: sha256:74e5cbe9e23c12b887758efd1ff99f758f20f10af2513be1e683e077a479d54f
1618
workflow:
1719
workflowVersion: 1.0.0
1820
speakeasyVersion: latest
@@ -34,3 +36,5 @@ workflow:
3436
gpgPassPhrase: $java_gpg_passphrase
3537
codeSamples:
3638
output: codeSamples.yaml
39+
registry:
40+
location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The samples below show how a published SDK artifact is used:
3535

3636
Gradle:
3737
```groovy
38-
implementation 'dev.hathora:cloud-sdk:2.10.4'
38+
implementation 'dev.hathora:cloud-sdk:2.10.5'
3939
```
4040

4141
Maven:
4242
```xml
4343
<dependency>
4444
<groupId>dev.hathora</groupId>
4545
<artifactId>cloud-sdk</artifactId>
46-
<version>2.10.4</version>
46+
<version>2.10.5</version>
4747
</dependency>
4848
```
4949

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -739,4 +739,14 @@ Based on:
739739
### Generated
740740
- [java v2.10.4] .
741741
### Releases
742-
- [Maven Central v2.10.4] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.4 - .
742+
- [Maven Central v2.10.4] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.4 - .
743+
744+
## 2024-10-17 20:14:29
745+
### Changes
746+
Based on:
747+
- OpenAPI Doc
748+
- Speakeasy CLI 1.419.0 (2.438.3) https://github.com/speakeasy-api/speakeasy
749+
### Generated
750+
- [java v2.10.5] .
751+
### Releases
752+
- [Maven Central v2.10.5] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.5 - .

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "dev.hathora"
66-
version = "2.10.4"
66+
version = "2.10.5"
6767

6868
sourcesJar {
6969
archiveBaseName = "cloud-sdk"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'dev.hathora'
103103
artifactId = 'cloud-sdk'
104-
version = '2.10.4'
104+
version = '2.10.5'
105105

106106
from components.java
107107

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
baseServerURL: ""
1313
flattenGlobalSecurity: true
1414
java:
15-
version: 2.10.4
15+
version: 2.10.5
1616
additionalDependencies:
1717
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
1818
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1

src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public Optional<SecuritySource> securitySource() {
2525
public int serverIdx = 0;
2626
private static final String LANGUAGE = "java";
2727
public static final String OPENAPI_DOC_VERSION = "0.0.1";
28-
public static final String SDK_VERSION = "2.10.4";
28+
public static final String SDK_VERSION = "2.10.5";
2929
public static final String GEN_VERSION = "2.438.3";
3030
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk";
3131
public static final String USER_AGENT =

0 commit comments

Comments
 (0)