File tree 7 files changed +27
-13
lines changed
src/main/java/dev/hathora/cloud_sdk
7 files changed +27
-13
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
3
3
management:
4
4
docChecksum: fa904454ed510a65df81ad72c427e3c0
5
5
docVersion: 0.0.1
6
- speakeasyVersion: 1.418.4
6
+ speakeasyVersion: 1.419.0
7
7
generationVersion: 2.438.3
8
- releaseVersion: 2.10.4
9
- configChecksum: a89cb948437b3992306d6c3312759e13
8
+ releaseVersion: 2.10.5
9
+ configChecksum: dab44b59c64b4857d5aec7e20f32e636
10
10
repoURL: https://github.com/hathora/cloud-sdk-java.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.418.4
1
+ speakeasyVersion: 1.419.0
2
2
sources:
3
3
java-source:
4
4
sourceNamespace: java-source
5
- sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
5
+ sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
6
6
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
7
7
tags:
8
8
- latest
@@ -11,8 +11,10 @@ targets:
11
11
hathora-java:
12
12
source: java-source
13
13
sourceNamespace: java-source
14
- sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
14
+ sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
15
15
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
16
+ codeSamplesNamespace: code-samples-java-hathora-java
17
+ codeSamplesRevisionDigest: sha256:74e5cbe9e23c12b887758efd1ff99f758f20f10af2513be1e683e077a479d54f
16
18
workflow:
17
19
workflowVersion: 1.0.0
18
20
speakeasyVersion: latest
@@ -34,3 +36,5 @@ workflow:
34
36
gpgPassPhrase: $java_gpg_passphrase
35
37
codeSamples:
36
38
output: codeSamples.yaml
39
+ registry:
40
+ location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ The samples below show how a published SDK artifact is used:
35
35
36
36
Gradle:
37
37
``` groovy
38
- implementation 'dev.hathora:cloud-sdk:2.10.4 '
38
+ implementation 'dev.hathora:cloud-sdk:2.10.5 '
39
39
```
40
40
41
41
Maven:
42
42
``` xml
43
43
<dependency >
44
44
<groupId >dev.hathora</groupId >
45
45
<artifactId >cloud-sdk</artifactId >
46
- <version >2.10.4 </version >
46
+ <version >2.10.5 </version >
47
47
</dependency >
48
48
```
49
49
Original file line number Diff line number Diff line change @@ -739,4 +739,14 @@ Based on:
739
739
### Generated
740
740
- [ java v2.10.4] .
741
741
### 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 - .
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
63
63
}
64
64
65
65
group = " dev.hathora"
66
- version = " 2.10.4 "
66
+ version = " 2.10.5 "
67
67
68
68
sourcesJar {
69
69
archiveBaseName = " cloud-sdk"
@@ -101,7 +101,7 @@ publishing {
101
101
maven(MavenPublication ) {
102
102
groupId = ' dev.hathora'
103
103
artifactId = ' cloud-sdk'
104
- version = ' 2.10.4 '
104
+ version = ' 2.10.5 '
105
105
106
106
from components. java
107
107
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
12
12
baseServerURL : " "
13
13
flattenGlobalSecurity : true
14
14
java :
15
- version : 2.10.4
15
+ version : 2.10.5
16
16
additionalDependencies :
17
17
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
18
18
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public Optional<SecuritySource> securitySource() {
25
25
public int serverIdx = 0 ;
26
26
private static final String LANGUAGE = "java" ;
27
27
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 " ;
29
29
public static final String GEN_VERSION = "2.438.3" ;
30
30
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk" ;
31
31
public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments