diff --git a/README.md b/README.md index 8d18ccc76..b6aeae0f2 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.33.0' +implementation 'com.airbyte.api:public-api:0.35.0' ``` diff --git a/RELEASES.md b/RELEASES.md index 6198b2c4d..52b2ce8c1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -623,4 +623,22 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.68.3 (2.81.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.33.0] https://central.sonatype.com/artifact/com.airbyte/api/0.33.0 - . \ No newline at end of file +- [Maven Central v0.33.0] https://central.sonatype.com/artifact/com.airbyte/api/0.33.0 - . + +## 2023-08-08 00:13:26 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.34.0] https://central.sonatype.com/artifact/com.airbyte/api/0.34.0 - . + +## 2023-08-16 00:11:39 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.35.0] . +### Releases +- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 1d65d2971..047e499a0 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.68.3 - generationVersion: 2.81.1 + speakeasyVersion: 1.73.1 + generationVersion: 2.84.3 generation: comments: disableComments: false @@ -13,8 +13,14 @@ generation: singleTagPerOp: false tagNamespacingDisabled: false telemetryEnabled: true +features: + java: + core: 2.82.0 + globalSecurity: 2.81.1 + globalServerURLs: 2.82.0 + includes: 2.81.1 java: - version: 0.33.0 + version: 0.35.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 63f34359c..343fa1549 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.33.0' + version = '0.35.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 93e1b39f8..a0714c30d 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.33.0"; - public String genVersion = "2.81.1"; + public String sdkVersion = "0.35.0"; + public String genVersion = "2.84.3"; } \ No newline at end of file