Skip to content

Commit a9bbe3d

Browse files
authored
Merge pull request #44 from airbytehq/speakeasy-sdk-regen-1687479360
chore: speakeasy sdk regeneration - Generate
2 parents ca0df79 + d12ebf6 commit a9bbe3d

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.18.4'
24+
implementation 'com.airbyte.api:public-api:0.20.0'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,20 @@ Based on:
447447
- OpenAPI Doc 1.0.0
448448
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
449449
### Releases
450-
- [Maven Central v0.18.4] https://central.sonatype.com/artifact/com.airbyte/api/0.18.4 - .
450+
- [Maven Central v0.18.4] https://central.sonatype.com/artifact/com.airbyte/api/0.18.4 - .
451+
452+
## 2023-06-23 00:15:58
453+
### Changes
454+
Based on:
455+
- OpenAPI Doc 1.0.0
456+
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy
457+
### Releases
458+
- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.airbyte/api/0.19.0 - .
459+
460+
## 2023-06-27 00:15:03
461+
### Changes
462+
Based on:
463+
- OpenAPI Doc 1.0.0
464+
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
465+
### Releases
466+
- [Maven Central v0.20.0] https://central.sonatype.com/artifact/com.airbyte/api/0.20.0 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: c3c0a7d7f488dcf1be7bfc12e4f4ab3b
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.49.1
6-
generationVersion: 2.41.5
5+
speakeasyVersion: 1.51.1
6+
generationVersion: 2.50.2
77
generation:
88
sdkClassName: airbyte
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
java:
12-
version: 0.18.4
12+
version: 0.20.0
1313
artifactID: api
1414
companyEmail: [email protected]
1515
companyName: Airbyte

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
maven(MavenPublication) {
4242
groupId = 'com.airbyte'
4343
artifactId = 'api'
44-
version = '0.18.4'
44+
version = '0.20.0'
4545

4646
from components.java
4747

lib/src/main/java/com/airbyte/api/SDKConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SDKConfiguration {
1515
public int serverIdx = 0;
1616
public String language = "java";
1717
public String openapiDocVersion = "1.0.0";
18-
public String sdkVersion = "0.18.4";
19-
public String genVersion = "2.41.5";
18+
public String sdkVersion = "0.20.0";
19+
public String genVersion = "2.50.2";
2020

2121
}

0 commit comments

Comments
 (0)