Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 2.10.5 #61

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: fa904454ed510a65df81ad72c427e3c0
docVersion: 0.0.1
speakeasyVersion: 1.418.4
speakeasyVersion: 1.419.0
generationVersion: 2.438.3
releaseVersion: 2.10.4
configChecksum: a89cb948437b3992306d6c3312759e13
releaseVersion: 2.10.5
configChecksum: dab44b59c64b4857d5aec7e20f32e636
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
Expand Down
10 changes: 7 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.418.4
speakeasyVersion: 1.419.0
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
tags:
- latest
Expand All @@ -11,8 +11,10 @@ targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:445b88b07e7ca595a48ec141f535192eb263e3a323721d024a335a11d61eb8c3
sourceRevisionDigest: sha256:bde2c0fec6883eb4944541bc72f53ea0c1f4792fcb9ce0ca139d9e0dbcef0e7a
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
codeSamplesNamespace: code-samples-java-hathora-java
codeSamplesRevisionDigest: sha256:74e5cbe9e23c12b887758efd1ff99f758f20f10af2513be1e683e077a479d54f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -34,3 +36,5 @@ workflow:
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java
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.4'
implementation 'dev.hathora:cloud-sdk:2.10.5'
```

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

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

## 2024-10-17 20:14:29
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.419.0 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.10.5] .
### Releases
- [Maven Central v2.10.5] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.5 - .
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.4"
version = "2.10.5"

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

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.4
version: 2.10.5
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.4";
public static final String SDK_VERSION = "2.10.5";
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 =
Expand Down
Loading