Skip to content

Commit

Permalink
Merge pull request #44 from airbytehq/speakeasy-sdk-regen-1687479360
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Jun 27, 2023
2 parents ca0df79 + d12ebf6 commit a9bbe3d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0'
```
<!-- End SDK Installation -->

Expand Down
18 changes: 17 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,20 @@ 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 - .
- [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 - .

## 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 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.1
generationVersion: 2.50.2
generation:
sdkClassName: airbyte
singleTagPerOp: false
telemetryEnabled: true
java:
version: 0.18.4
version: 0.20.0
artifactID: api
companyEmail: [email protected]
companyName: Airbyte
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.18.4'
version = '0.20.0'

from components.java

Expand Down
4 changes: 2 additions & 2 deletions lib/src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0";
public String genVersion = "2.50.2";

}

0 comments on commit a9bbe3d

Please sign in to comment.