Skip to content

Commit 7cf8ca7

Browse files
release: 0.1.0
1 parent fef1b6d commit 7cf8ca7

4 files changed

Lines changed: 59 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-01-23)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Alchemyst-ai/alchemyst-sdk-java/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1ed61b3](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/1ed61b348bd13f2bbf7b55a8025d0fbe287c0d1e))
10+
* **api:** api update ([c9c5eef](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/c9c5eefd474ea10b3e196f46a8e6858c8a8716eb))
11+
* **api:** api update ([e6fc759](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/e6fc7595eb7aadbb3afa34f71196b7a2832ac6ee))
12+
* **api:** api update ([ec854a8](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/ec854a81ce517770c35930bc39802154e19162c6))
13+
* **api:** api update ([7293a27](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/7293a276f3f20bbf86b42cf4287c7e4eeccdd397))
14+
* **api:** api update ([8a5700f](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/8a5700f17d0dbca67e0402b9e184e7fbd3aeb91b))
15+
* **api:** api update ([5355b51](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/5355b5185153bf15461b07678947cb58e8d7f463))
16+
* **api:** api update ([7bc2e75](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/7bc2e759f0c397b776e83177b885eee4519fff18))
17+
* **api:** api update ([f2d8572](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/f2d85724db9fe8bb7efa02f8e4c009d995d8d2f0))
18+
* **api:** api update ([1ad2459](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/1ad2459fa314b04066cc9dde8569d093cdc54347))
19+
* **api:** api update ([f6b4053](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/f6b4053919d2421f1ff12d76da40dd745a299a07))
20+
* **api:** api update ([332b173](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/332b17339277c00c0ac550850b7a268eea2076d2))
21+
* **api:** manual updates ([1a5e991](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/1a5e9914379ef3e1af0622f8a7fd0bc0b1dd4998))
22+
* **api:** manual updates ([db766aa](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/db766aaac68d34cf82348991e2d6a1d2cf43bfb4))
23+
* **api:** manual updates ([f60ba30](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/f60ba30d54a67f9543a43717a77e4926866bcc23))
24+
* **api:** manual updates ([0cfdcfa](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/0cfdcfa52cda6728739dbe9ff351ce63402bfc74))
25+
* **api:** manual updates ([9fea72a](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/9fea72aa08c955c9f039e250d5fc39b85ea541cb))
26+
* **api:** manual updates ([952235c](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/952235c34ae4a73cf4ed099a1b63f857ebefcd1c))
27+
* **api:** manual updates ([f76ba28](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/f76ba28f645f040f38306f12be95071c256a2db7))
28+
* **client:** allow configuring dispatcher executor service ([65bbbb5](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/65bbbb51be67a7ef854674e9ffc2371c6110fd21))
29+
30+
31+
### Bug Fixes
32+
33+
* **client:** cancel okhttp call when future cancelled ([c73093e](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/c73093e2fffc5392b25a405aced8c308ae54a133))
34+
* **client:** multi-value header serialization ([9653f0d](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/9653f0db5b98ec857eb6566647ebf9d7cdd7e41c))
35+
36+
37+
### Chores
38+
39+
* configure new SDK language ([4a05a1a](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/4a05a1a90db6cb8752a0dc67f2fd525475f40cf3))
40+
* **internal:** codegen related update ([fef1b6d](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/fef1b6d56217c58e26efcf354ccfd0b7636a2936))
41+
* **internal:** codegen related update ([feb242a](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/feb242a1efe3618f84835193af7b48be45f1e774))
42+
* **internal:** codegen related update ([a2a0c7e](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/a2a0c7ea7fa3674d65f78e2e833195996aaa5d35))
43+
* **internal:** codegen related update ([a011c38](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/a011c38af4abca2c75d07aeb0db56b76d1398409))
44+
* **internal:** codegen related update ([8c3c714](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/8c3c71436488deb19eeea9a0d8b9fe2400eae452))
45+
* **internal:** codegen related update ([079e38c](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/079e38c86b4f66775d59c0dd537d916be1bf0b3b))
46+
* **internal:** codegen related update ([758020b](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/758020b1f703e97396010ed2aa1bbdbe18522533))
47+
* update SDK settings ([1c396b2](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/1c396b2879ad0b4c9feab0d8150dcede7d89abb4))
48+
49+
50+
### Documentation
51+
52+
* remove `$` for better copy-pasteabality ([87f9cc8](https://github.com/Alchemyst-ai/alchemyst-sdk-java/commit/87f9cc8a86baf0b7167064cdd3ae1ae25aa5f809))

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- x-release-please-start-version -->
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.alchemystai.sdk/alchemyst-ai-java)](https://central.sonatype.com/artifact/com.alchemystai.sdk/alchemyst-ai-java/0.0.1)
6-
[![javadoc](https://javadoc.io/badge2/com.alchemystai.sdk/alchemyst-ai-java/0.0.1/javadoc.svg)](https://javadoc.io/doc/com.alchemystai.sdk/alchemyst-ai-java/0.0.1)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.alchemystai.sdk/alchemyst-ai-java)](https://central.sonatype.com/artifact/com.alchemystai.sdk/alchemyst-ai-java/0.1.0)
6+
[![javadoc](https://javadoc.io/badge2/com.alchemystai.sdk/alchemyst-ai-java/0.1.0/javadoc.svg)](https://javadoc.io/doc/com.alchemystai.sdk/alchemyst-ai-java/0.1.0)
77

88
<!-- x-release-please-end -->
99

@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1313

1414
<!-- x-release-please-start-version -->
1515

16-
The REST API documentation can be found on [getalchemystai.com](https://getalchemystai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.alchemystai.sdk/alchemyst-ai-java/0.0.1).
16+
The REST API documentation can be found on [getalchemystai.com](https://getalchemystai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.alchemystai.sdk/alchemyst-ai-java/0.1.0).
1717

1818
<!-- x-release-please-end -->
1919

@@ -24,7 +24,7 @@ The REST API documentation can be found on [getalchemystai.com](https://getalche
2424
### Gradle
2525

2626
```kotlin
27-
implementation("com.alchemystai.sdk:alchemyst-ai-java:0.0.1")
27+
implementation("com.alchemystai.sdk:alchemyst-ai-java:0.1.0")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.alchemystai.sdk:alchemyst-ai-java:0.0.1")
3333
<dependency>
3434
<groupId>com.alchemystai.sdk</groupId>
3535
<artifactId>alchemyst-ai-java</artifactId>
36-
<version>0.0.1</version>
36+
<version>0.1.0</version>
3737
</dependency>
3838
```
3939

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
allprojects {
1111
group = "com.alchemystai.sdk"
12-
version = "0.0.1" // x-release-please-version
12+
version = "0.1.0" // x-release-please-version
1313
}
1414

1515
subprojects {

0 commit comments

Comments
 (0)