From 54bafc77edb624abbb47dcc3f9e6505359f246c1 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 6 Jul 2023 00:15:50 +0000 Subject: [PATCH 1/3] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.52.2 --- 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 a9a7a14c2..3509069d3 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.22.0' +implementation 'com.airbyte.api:public-api:0.23.0' ``` diff --git a/RELEASES.md b/RELEASES.md index 77ba45952..c09033dd6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -495,4 +495,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.airbyte/api/0.22.0 - . \ No newline at end of file +- [Maven Central v0.22.0] https://central.sonatype.com/artifact/com.airbyte/api/0.22.0 - . + +## 2023-07-06 00:15:20 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.23.0] https://central.sonatype.com/artifact/com.airbyte/api/0.23.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 9c11f77e1..c46e32b62 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.52.0 - generationVersion: 2.55.0 + speakeasyVersion: 1.52.2 + generationVersion: 2.57.2 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.22.0 + version: 0.23.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 5f79d6133..e336ce021 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.22.0' + version = '0.23.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 13ce13015..70bff92ff 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.22.0"; - public String genVersion = "2.55.0"; + public String sdkVersion = "0.23.0"; + public String genVersion = "2.57.2"; } \ No newline at end of file From 5a3ed484aedadac99d7f3f911687881a8d4e9749 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 7 Jul 2023 00:15:55 +0000 Subject: [PATCH 2/3] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.53.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 3509069d3..cfceb471b 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.23.0' +implementation 'com.airbyte.api:public-api:0.24.0' ``` diff --git a/RELEASES.md b/RELEASES.md index c09033dd6..85f4b063c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -503,4 +503,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.23.0] https://central.sonatype.com/artifact/com.airbyte/api/0.23.0 - . \ No newline at end of file +- [Maven Central v0.23.0] https://central.sonatype.com/artifact/com.airbyte/api/0.23.0 - . + +## 2023-07-07 00:15:18 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.24.0] https://central.sonatype.com/artifact/com.airbyte/api/0.24.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index c46e32b62..b0d5939c7 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.52.2 - generationVersion: 2.57.2 + speakeasyVersion: 1.53.0 + generationVersion: 2.58.0 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.23.0 + version: 0.24.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index e336ce021..69723c43c 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.23.0' + version = '0.24.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 70bff92ff..3ccc61157 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.23.0"; - public String genVersion = "2.57.2"; + public String sdkVersion = "0.24.0"; + public String genVersion = "2.58.0"; } \ No newline at end of file From 8207a20f1b761a90d28bc7a69437ccb14de10bc6 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sat, 8 Jul 2023 00:15:12 +0000 Subject: [PATCH 3/3] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.53.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 cfceb471b..68d66e920 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.24.0' +implementation 'com.airbyte.api:public-api:0.24.1' ``` diff --git a/RELEASES.md b/RELEASES.md index 85f4b063c..e087e84b0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -511,4 +511,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.24.0] https://central.sonatype.com/artifact/com.airbyte/api/0.24.0 - . \ No newline at end of file +- [Maven Central v0.24.0] https://central.sonatype.com/artifact/com.airbyte/api/0.24.0 - . + +## 2023-07-08 00:14:33 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.53.1 (2.58.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.24.1] https://central.sonatype.com/artifact/com.airbyte/api/0.24.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index b0d5939c7..7beb164bc 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.53.0 - generationVersion: 2.58.0 + speakeasyVersion: 1.53.1 + generationVersion: 2.58.2 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.24.0 + version: 0.24.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 69723c43c..dc12eac53 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.24.0' + version = '0.24.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 3ccc61157..c08738a68 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.24.0"; - public String genVersion = "2.58.0"; + public String sdkVersion = "0.24.1"; + public String genVersion = "2.58.2"; } \ No newline at end of file