Skip to content

Commit

Permalink
Merge pull request #53 from airbytehq/speakeasy-sdk-regen-1689121030
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Jul 20, 2023
2 parents 392130c + c7cc5cf commit 0ed75ef
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ The Developer Portal UI can also be used to help build your integration by showi
### Gradle

```groovy
implementation 'com.airbyte.api:public-api:0.25.0'
implementation 'com.airbyte.api:public-api:0.28.1'
```
<!-- End SDK Installation -->

## SDK Example Usage
<!-- Start SDK Example Usage -->


```java
package hello.world;

Expand Down
42 changes: 41 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,44 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.56.0 (2.61.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.25.0] https://central.sonatype.com/artifact/com.airbyte/api/0.25.0 - .
- [Maven Central v0.25.0] https://central.sonatype.com/artifact/com.airbyte/api/0.25.0 - .

## 2023-07-12 00:17:08
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.56.3 (2.61.4) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.25.1] https://central.sonatype.com/artifact/com.airbyte/api/0.25.1 - .

## 2023-07-13 00:14:54
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.26.0] https://central.sonatype.com/artifact/com.airbyte/api/0.26.0 - .

## 2023-07-14 00:15:03
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.airbyte/api/0.27.0 - .

## 2023-07-18 00:18:28
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.61.0 (2.70.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.airbyte/api/0.28.0 - .

## 2023-07-19 00:20:04
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.28.1] https://central.sonatype.com/artifact/com.airbyte/api/0.28.1 - .
2 changes: 2 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!-- Start SDK Example Usage -->


```java
package hello.world;

Expand Down
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa
docVersion: 1.0.0
speakeasyVersion: 1.56.0
generationVersion: 2.61.0
speakeasyVersion: 1.62.1
generationVersion: 2.70.2
generation:
comments:
disableComments: false
Expand All @@ -14,7 +14,7 @@ generation:
tagNamespacingDisabled: false
telemetryEnabled: true
java:
version: 0.25.0
version: 0.28.1
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.25.0'
version = '0.28.1'

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.25.0";
public String genVersion = "2.61.0";
public String sdkVersion = "0.28.1";
public String genVersion = "2.70.2";

}

0 comments on commit 0ed75ef

Please sign in to comment.