From 099a951d594692af4a3e5f7b15688b5e009f01b9 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 23 Jun 2023 00:16:34 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.50.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 1f51eefe8..7a283b017 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.18.4' +implementation 'com.airbyte.api:public-api:0.19.0' ``` diff --git a/RELEASES.md b/RELEASES.md index cf7b3919d..92c692e20 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -447,4 +447,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.18.4] https://central.sonatype.com/artifact/com.airbyte/api/0.18.4 - . \ No newline at end of file +- [Maven Central v0.18.4] https://central.sonatype.com/artifact/com.airbyte/api/0.18.4 - . + +## 2023-06-23 00:15:58 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.airbyte/api/0.19.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index c13c5b98f..dfca1d570 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: c3c0a7d7f488dcf1be7bfc12e4f4ab3b docVersion: 1.0.0 - speakeasyVersion: 1.49.1 - generationVersion: 2.41.5 + speakeasyVersion: 1.50.1 + generationVersion: 2.43.2 generation: sdkClassName: airbyte singleTagPerOp: false telemetryEnabled: true java: - version: 0.18.4 + version: 0.19.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index ad8f1f29a..c3df00b7f 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.18.4' + version = '0.19.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 5eefe14da..3c4e45d1b 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.18.4"; - public String genVersion = "2.41.5"; + public String sdkVersion = "0.19.0"; + public String genVersion = "2.43.2"; } \ No newline at end of file From d12ebf6582537c35f408c60257b1c5de5c61b6b8 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 27 Jun 2023 00:15:42 +0000 Subject: [PATCH 2/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.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 7a283b017..250b2f436 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.19.0' +implementation 'com.airbyte.api:public-api:0.20.0' ``` diff --git a/RELEASES.md b/RELEASES.md index 92c692e20..808d15d0a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -455,4 +455,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.airbyte/api/0.19.0 - . \ No newline at end of file +- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.airbyte/api/0.19.0 - . + +## 2023-06-27 00:15:03 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.20.0] https://central.sonatype.com/artifact/com.airbyte/api/0.20.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index dfca1d570..546cd2c5f 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: c3c0a7d7f488dcf1be7bfc12e4f4ab3b docVersion: 1.0.0 - speakeasyVersion: 1.50.1 - generationVersion: 2.43.2 + speakeasyVersion: 1.51.1 + generationVersion: 2.50.2 generation: sdkClassName: airbyte singleTagPerOp: false telemetryEnabled: true java: - version: 0.19.0 + version: 0.20.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index c3df00b7f..5c7bb4246 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.19.0' + version = '0.20.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 3c4e45d1b..fe163ddac 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.19.0"; - public String genVersion = "2.43.2"; + public String sdkVersion = "0.20.0"; + public String genVersion = "2.50.2"; } \ No newline at end of file