diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 2ce5ac00f..665a520cd 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.337.1 generationVersion: 2.373.2 - releaseVersion: 1.5.7 - configChecksum: 665b60af38afd9b8c5f5519a98ea7088 + releaseVersion: 1.5.8 + configChecksum: 9fd96373cafa13376db9d8faf45645f8 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git repoSubDirectory: . published: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index ff4c69a1c..177a479f2 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -9,8 +9,8 @@ sources: - main sample-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d - sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a + sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71 + sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9 tags: - latest - main @@ -24,8 +24,8 @@ targets: testing: source: sample-source sourceNamespace: my-source - sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d - sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a + sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71 + sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9 outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 @@ -42,7 +42,7 @@ workflow: source: sample-source publish: java: - ossrhUsername: brycegroff + ossrhUsername: $ossrh_username ossrhPassword: $ossrh_password gpgSecretKey: $java_gpg_secret_key gpgPassPhrase: $java_gpg_passphrase diff --git a/README.md b/README.md index 7849e3bef..74ea2b3de 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.airbyte:api:1.5.7' +implementation 'com.airbyte:api:1.5.8' ``` Maven: @@ -34,7 +34,7 @@ Maven: com.airbyte api - 1.5.7 + 1.5.8 ``` diff --git a/RELEASES.md b/RELEASES.md index ba8dad27a..8f0f1ecd1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1151,4 +1151,14 @@ Based on: ### Generated - [java v1.5.7] . ### Releases -- [Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - . \ No newline at end of file +- [Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - . + +## 2024-07-17 03:12:19 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v1.5.8] . +### Releases +- [Maven Central v1.5.8] https://central.sonatype.com/artifact/com.airbyte/api/1.5.8 - . \ No newline at end of file diff --git a/build.gradle b/build.gradle index 078614261..ae2b6a04a 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') } group = "com.airbyte" -version = "1.5.7" +version = "1.5.8" sourcesJar { archiveBaseName = "api" @@ -98,7 +98,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '1.5.7' + version = '1.5.8' from components.java diff --git a/gen.yaml b/gen.yaml index 335ef82a8..a856c4f53 100644 --- a/gen.yaml +++ b/gen.yaml @@ -11,7 +11,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true java: - version: 1.5.7 + version: 1.5.8 additionalDependencies: [] additionalPlugins: [] artifactID: api diff --git a/src/main/java/com/airbyte/api/SDKConfiguration.java b/src/main/java/com/airbyte/api/SDKConfiguration.java index 3a4946c1f..2b3baccd0 100644 --- a/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -22,9 +22,9 @@ public Optional securitySource() { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "1.5.7"; + public String sdkVersion = "1.5.8"; public String genVersion = "2.373.2"; - public String userAgent = "speakeasy-sdk/java 1.5.7 2.373.2 1.0.0 com.airbyte.api"; + public String userAgent = "speakeasy-sdk/java 1.5.8 2.373.2 1.0.0 com.airbyte.api"; private com.airbyte.api.utils.Hooks _hooks = createHooks();