From 899d74bc4100538a4868b5f100f8dd0eee38aae5 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 12 Jul 2023 00:17:38 +0000 Subject: [PATCH 1/5] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.56.3 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6d8d9d8e..332eecfbc 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.25.0' +implementation 'com.airbyte.api:public-api:0.25.1' ``` diff --git a/RELEASES.md b/RELEASES.md index 253260a36..e82559070 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -527,4 +527,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.56.0 (2.61.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.25.0] https://central.sonatype.com/artifact/com.airbyte/api/0.25.0 - . \ No newline at end of file +- [Maven Central v0.25.0] https://central.sonatype.com/artifact/com.airbyte/api/0.25.0 - . + +## 2023-07-12 00:17:08 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.56.3 (2.61.4) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.25.1] https://central.sonatype.com/artifact/com.airbyte/api/0.25.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 58d6aa058..450e93efb 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.56.0 - generationVersion: 2.61.0 + speakeasyVersion: 1.56.3 + generationVersion: 2.61.4 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.25.0 + version: 0.25.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 6c3926212..9bba95e4c 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.25.0' + version = '0.25.1' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index a25b40179..6a388ded3 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.25.0"; - public String genVersion = "2.61.0"; + public String sdkVersion = "0.25.1"; + public String genVersion = "2.61.4"; } \ No newline at end of file From f599b75edd6f21754ab1c72869af6e20c68ca1b8 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 13 Jul 2023 00:15:24 +0000 Subject: [PATCH 2/5] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.57.0 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 332eecfbc..23317baaf 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.25.1' +implementation 'com.airbyte.api:public-api:0.26.0' ``` diff --git a/RELEASES.md b/RELEASES.md index e82559070..f510b4622 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -535,4 +535,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.56.3 (2.61.4) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.25.1] https://central.sonatype.com/artifact/com.airbyte/api/0.25.1 - . \ No newline at end of file +- [Maven Central v0.25.1] https://central.sonatype.com/artifact/com.airbyte/api/0.25.1 - . + +## 2023-07-13 00:14:54 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.26.0] https://central.sonatype.com/artifact/com.airbyte/api/0.26.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 450e93efb..63b52d4a7 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.56.3 - generationVersion: 2.61.4 + speakeasyVersion: 1.57.0 + generationVersion: 2.62.1 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.25.1 + version: 0.26.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 9bba95e4c..e8049ace3 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.25.1' + version = '0.26.0' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 6a388ded3..7264b31d0 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.25.1"; - public String genVersion = "2.61.4"; + public String sdkVersion = "0.26.0"; + public String genVersion = "2.62.1"; } \ No newline at end of file From e7eec8bcea128b1d1480840c1d82788aa6feb0d0 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 14 Jul 2023 00:15:33 +0000 Subject: [PATCH 3/5] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.59.0 --- README.md | 4 +++- RELEASES.md | 10 +++++++++- USAGE.md | 2 ++ gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 6 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 23317baaf..33df637dd 100755 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.26.0' +implementation 'com.airbyte.api:public-api:0.27.0' ``` ## SDK Example Usage + + ```java package hello.world; diff --git a/RELEASES.md b/RELEASES.md index f510b4622..db48eadb1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -543,4 +543,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.26.0] https://central.sonatype.com/artifact/com.airbyte/api/0.26.0 - . \ No newline at end of file +- [Maven Central v0.26.0] https://central.sonatype.com/artifact/com.airbyte/api/0.26.0 - . + +## 2023-07-14 00:15:03 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.airbyte/api/0.27.0 - . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index fbc2dfd83..5d7531f30 100755 --- a/USAGE.md +++ b/USAGE.md @@ -1,4 +1,6 @@ + + ```java package hello.world; diff --git a/gen.yaml b/gen.yaml index 63b52d4a7..8a20fe70e 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.57.0 - generationVersion: 2.62.1 + speakeasyVersion: 1.59.0 + generationVersion: 2.65.0 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.26.0 + version: 0.27.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index e8049ace3..b1e18f0ea 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.26.0' + version = '0.27.0' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 7264b31d0..972be5ff7 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.26.0"; - public String genVersion = "2.62.1"; + public String sdkVersion = "0.27.0"; + public String genVersion = "2.65.0"; } \ No newline at end of file From 2649fa169d2e1b40acbb7e267aba6536aef5ecb3 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 18 Jul 2023 00:19:05 +0000 Subject: [PATCH 4/5] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.61.0 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33df637dd..0ef4942eb 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.27.0' +implementation 'com.airbyte.api:public-api:0.28.0' ``` diff --git a/RELEASES.md b/RELEASES.md index db48eadb1..5c95ffb61 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -551,4 +551,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.airbyte/api/0.27.0 - . \ No newline at end of file +- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.airbyte/api/0.27.0 - . + +## 2023-07-18 00:18:28 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.61.0 (2.70.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.airbyte/api/0.28.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 8a20fe70e..65191f018 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.59.0 - generationVersion: 2.65.0 + speakeasyVersion: 1.61.0 + generationVersion: 2.70.0 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.27.0 + version: 0.28.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index b1e18f0ea..a6a7eecad 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.27.0' + version = '0.28.0' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 972be5ff7..aece9989f 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.27.0"; - public String genVersion = "2.65.0"; + public String sdkVersion = "0.28.0"; + public String genVersion = "2.70.0"; } \ No newline at end of file From c7cc5cfa3dd4b32c070e9f5a087816c6ea51bf0e Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 19 Jul 2023 00:20:43 +0000 Subject: [PATCH 5/5] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.62.1 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ef4942eb..de76a4232 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.28.0' +implementation 'com.airbyte.api:public-api:0.28.1' ``` diff --git a/RELEASES.md b/RELEASES.md index 5c95ffb61..e065ae524 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -559,4 +559,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.61.0 (2.70.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.airbyte/api/0.28.0 - . \ No newline at end of file +- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.airbyte/api/0.28.0 - . + +## 2023-07-19 00:20:04 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.28.1] https://central.sonatype.com/artifact/com.airbyte/api/0.28.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 65191f018..07ec12b60 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.61.0 - generationVersion: 2.70.0 + speakeasyVersion: 1.62.1 + generationVersion: 2.70.2 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.28.0 + version: 0.28.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index a6a7eecad..8887ff8af 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.28.0' + version = '0.28.1' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index aece9989f..9370402d2 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.28.0"; - public String genVersion = "2.70.0"; + public String sdkVersion = "0.28.1"; + public String genVersion = "2.70.2"; } \ No newline at end of file