Skip to content

Commit 6d24675

Browse files
authored
Merge pull request #57 from formancehq/speakeasy-sdk-regen-1743033853
chore: 🐝 Update SDK - Generate 6.0.1
2 parents 45e04e2 + 9b04a12 commit 6d24675

7 files changed

Lines changed: 23 additions & 13 deletions

File tree

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: v3.0.2
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 5.0.2
9-
configChecksum: a78c92ec028011ed6087cdff36ca6c4e
8+
releaseVersion: 6.0.1
9+
configChecksum: c5a5375001dab9233f4bacb79526e555
1010
repoURL: https://github.com/formancehq/formance-sdk-java.git
1111
repoSubDirectory: .
1212
published: true

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ sources:
99
- speakeasy-sdk-regen-1732202901
1010
stacks-source:
1111
sourceNamespace: stacks-source
12-
sourceRevisionDigest: sha256:02bb8adfce7279a64de22058804c214cfd41ad404794b66285bafd9f748c0bc8
12+
sourceRevisionDigest: sha256:23ac036da6a1d76942c24ca3282e68c3f84f051fadf6fc5d5e1707b98a408fc0
1313
sourceBlobDigest: sha256:1e47a07e206e4bf2107ed8e4579e5b29ff089879b726be270aade9e8dbce9f52
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1741944897
16+
- speakeasy-sdk-regen-1743033853
1717
- v3.0.2
1818
targets:
1919
Java:
2020
source: stacks-source
2121
sourceNamespace: stacks-source
22-
sourceRevisionDigest: sha256:02bb8adfce7279a64de22058804c214cfd41ad404794b66285bafd9f748c0bc8
22+
sourceRevisionDigest: sha256:23ac036da6a1d76942c24ca3282e68c3f84f051fadf6fc5d5e1707b98a408fc0
2323
sourceBlobDigest: sha256:1e47a07e206e4bf2107ed8e4579e5b29ff089879b726be270aade9e8dbce9f52
2424
codeSamplesNamespace: stacks-source-java-code-samples
25-
codeSamplesRevisionDigest: sha256:827320db21f508239769603063f17521a843e812de05650aad9c482012e9c03c
25+
codeSamplesRevisionDigest: sha256:b71a7089b2e12670262615870c656f7d1356c423f6c104f287c1642bc493423a
2626
workflow:
2727
workflowVersion: 1.0.0
2828
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ The samples below show how a published SDK artifact is used:
6262

6363
Gradle:
6464
```groovy
65-
implementation 'com.formance:formance-sdk:5.0.2'
65+
implementation 'com.formance:formance-sdk:6.0.1'
6666
```
6767

6868
Maven:
6969
```xml
7070
<dependency>
7171
<groupId>com.formance</groupId>
7272
<artifactId>formance-sdk</artifactId>
73-
<version>5.0.2</version>
73+
<version>6.0.1</version>
7474
</dependency>
7575
```
7676

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,14 @@ Based on:
239239
### Generated
240240
- [java v5.0.2] .
241241
### Releases
242-
- [Maven Central v5.0.2] https://central.sonatype.com/artifact/com.formance/formance-sdk/5.0.2 - .
242+
- [Maven Central v5.0.2] https://central.sonatype.com/artifact/com.formance/formance-sdk/5.0.2 - .
243+
244+
## 2025-04-04 00:04:08
245+
### Changes
246+
Based on:
247+
- OpenAPI Doc
248+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
249+
### Generated
250+
- [java v6.0.1] .
251+
### Releases
252+
- [Maven Central v6.0.1] https://central.sonatype.com/artifact/com.formance/formance-sdk/6.0.1 - .

β€Žbuild.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
6161
}
6262

6363
group = "com.formance"
64-
version = "5.0.2"
64+
version = "6.0.1"
6565

6666
sourcesJar {
6767
archiveBaseName = "formance-sdk"
@@ -88,7 +88,7 @@ publishing {
8888
maven(MavenPublication) {
8989
groupId = 'com.formance'
9090
artifactId = 'formance-sdk'
91-
version = '5.0.2'
91+
version = '6.0.1'
9292

9393
from components.java
9494

β€Žgen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
comments: {}
1515
telemetryEnabled: false
1616
java:
17-
version: 5.0.2
17+
version: 6.0.1
1818
additionalDependencies:
1919
- implementation:org.apache.httpcomponents.client5:httpclient5:5.4.2
2020
additionalPlugins: []

β€Žsrc/main/java/com/formance/formance_sdk/SDKConfiguration.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public String resolvedServerUrl() {
4444
} };
4545
private static final String LANGUAGE = "java";
4646
public static final String OPENAPI_DOC_VERSION = "v3.0.2";
47-
public static final String SDK_VERSION = "5.0.2";
47+
public static final String SDK_VERSION = "6.0.1";
4848
public static final String GEN_VERSION = "2.548.6";
4949
private static final String BASE_PACKAGE = "com.formance.formance_sdk";
5050
public static final String USER_AGENT =

0 commit comments

Comments
Β (0)