File tree 7 files changed +23
-14
lines changed
src/main/java/com/airbyte/api
7 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.296.1
7
7
generationVersion: 2.338.1
8
- releaseVersion: 1.4.0
9
- configChecksum: d1d49e1d5acec0edd00c23da3fff400f
8
+ releaseVersion: 1.4.1
9
+ configChecksum: 7f0146c31f8d45dea6e579afdf257bf7
10
10
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ speakeasyVersion: 1.296.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
6
- sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
5
+ sourceRevisionDigest: sha256:cbe1ea7fa525a68f8250c64f057920dfb5ed187159ed0f287f2e34fa958815dd
6
+ sourceBlobDigest: sha256:9e76a245dfc56887dcadaf1e1f0ffe6c0abbe10e9e25b6ad3093ad778055c1a2
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
airbyte-api:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
15
- sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
14
+ sourceRevisionDigest: sha256:cbe1ea7fa525a68f8250c64f057920dfb5ed187159ed0f287f2e34fa958815dd
15
+ sourceBlobDigest: sha256:9e76a245dfc56887dcadaf1e1f0ffe6c0abbe10e9e25b6ad3093ad778055c1a2
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -33,4 +33,3 @@ workflow:
33
33
ossrhPassword: $OSSRH_PASSWORD
34
34
gpgSecretKey: $JAVA_GPG_SECRET_KEY
35
35
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
36
- useSonatypeLegacy: true
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ The samples below show how a published SDK artifact is used:
24
24
25
25
Gradle:
26
26
``` groovy
27
- implementation 'com.airbyte.api:public-api:1.4.0 '
27
+ implementation 'com.airbyte.api:public-api:1.4.1 '
28
28
```
29
29
30
30
Maven:
31
31
``` xml
32
32
<dependency >
33
33
<groupId >com.airbyte.api</groupId >
34
34
<artifactId >public-api</artifactId >
35
- <version >1.4.0 </version >
35
+ <version >1.4.1 </version >
36
36
</dependency >
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -1061,4 +1061,14 @@ Based on:
1061
1061
### Generated
1062
1062
- [ java v1.4.0] .
1063
1063
### Releases
1064
- - [ Maven Central v1.4.0] https://central.sonatype.com/artifact/com.airbyte/api/1.4.0 - .
1064
+ - [ Maven Central v1.4.0] https://central.sonatype.com/artifact/com.airbyte/api/1.4.0 - .
1065
+
1066
+ ## 2024-05-25 00:15:47
1067
+ ### Changes
1068
+ Based on:
1069
+ - OpenAPI Doc
1070
+ - Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
1071
+ ### Generated
1072
+ - [ java v1.4.1] .
1073
+ ### Releases
1074
+ - [ Maven Central v1.4.1] https://central.sonatype.com/artifact/com.airbyte/api/1.4.1 - .
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ publishing {
65
65
maven(MavenPublication ) {
66
66
groupId = ' com.airbyte'
67
67
artifactId = ' api'
68
- version = ' 1.4.0 '
68
+ version = ' 1.4.1 '
69
69
70
70
from components. java
71
71
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
auth :
12
12
oAuth2ClientCredentialsEnabled : true
13
13
java :
14
- version : 1.4.0
14
+ version : 1.4.1
15
15
additionalDependencies : []
16
16
artifactID : api
17
17
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
21
21
public int serverIdx = 0 ;
22
22
public String language = "java" ;
23
23
public String openapiDocVersion = "1.0.0" ;
24
- public String sdkVersion = "1.4.0 " ;
24
+ public String sdkVersion = "1.4.1 " ;
25
25
public String genVersion = "2.338.1" ;
26
- public String userAgent = "speakeasy-sdk/java 1.4.0 2.338.1 1.0.0 com.airbyte.api" ;
26
+ public String userAgent = "speakeasy-sdk/java 1.4.1 2.338.1 1.0.0 com.airbyte.api" ;
27
27
28
28
private com .airbyte .api .utils .Hooks _hooks = new com .airbyte .api .utils .Hooks ();
29
29
You can’t perform that action at this time.
0 commit comments