diff --git a/README.md b/README.md index 5d5de77d8..d992cc306 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.5.2' +implementation 'com.airbyte.api:public-api:0.5.3' ``` diff --git a/RELEASES.md b/RELEASES.md index 1f2b7d95a..6b04f8a72 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -199,4 +199,12 @@ Based on: - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download - Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.5.2] https://central.sonatype.com/artifact/com.airbyte/api/0.5.2 - . \ No newline at end of file +- [Maven Central v0.5.2] https://central.sonatype.com/artifact/com.airbyte/api/0.5.2 - . + +## 2023-05-02 00:11:57 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download +- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.airbyte/api/0.5.3 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index b644a5cf7..3514f245a 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4 docVersion: 1.0.0 - speakeasyVersion: 1.26.4 - generationVersion: 2.23.4 + speakeasyVersion: 1.26.5 + generationVersion: 2.23.6 generation: telemetryEnabled: true sdkClassName: airbyte singleTagPerOp: false java: - version: 0.5.2 + version: 0.5.3 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index d8d54e6b4..07803b85a 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.5.2' + version = '0.5.3' from components.java diff --git a/lib/src/main/java/com/airbyte/api/Airbyte.java b/lib/src/main/java/com/airbyte/api/Airbyte.java index 49032514b..732461fe7 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -30,8 +30,8 @@ public class Airbyte { private com.airbyte.api.models.shared.Security _security; private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.5.2"; - private String _genVersion = "2.23.4"; + private String _sdkVersion = "0.5.3"; + private String _genVersion = "2.23.6"; /** * The Builder class allows the configuration of a new instance of the SDK. */ @@ -127,6 +127,11 @@ private Airbyte(HTTPClient client, com.airbyte.api.models.shared.Security securi if (this._serverUrl == null) { this._serverUrl = SERVERS[0]; } + + if (this._serverUrl.endsWith("/")) { + this._serverUrl = this._serverUrl.substring(0, this._serverUrl.length() - 1); + } + this.connections = new Connections(