Skip to content

Commit b2ab53d

Browse files
release: 0.3.4
1 parent 3524395 commit b2ab53d

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.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.3.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.3.4 (2026-01-17)
4+
5+
Full Changelog: [v0.3.3...v0.3.4](https://github.com/openlayer-ai/openlayer-java/compare/v0.3.3...v0.3.4)
6+
7+
### Bug Fixes
8+
9+
* **client:** disallow coercion from float to int ([f3ef0fa](https://github.com/openlayer-ai/openlayer-java/commit/f3ef0fa08d2ce3af8cd4d9175463be44fb5d569b))
10+
* date time deserialization leniency ([9ac59d5](https://github.com/openlayer-ai/openlayer-java/commit/9ac59d53743d03f08395cc28f72c41e35e0e30f4))
11+
12+
13+
### Chores
14+
15+
* **internal:** improve maven repo docs ([160861a](https://github.com/openlayer-ai/openlayer-java/commit/160861a234015702311b250f857e5cacd3bf688b))
16+
* **internal:** update `actions/checkout` version ([3524395](https://github.com/openlayer-ai/openlayer-java/commit/3524395582278a21e85344f679cd25047cd29491))
17+
* test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind[#3240](https://github.com/openlayer-ai/openlayer-java/issues/3240) in tests ([9ac59d5](https://github.com/openlayer-ai/openlayer-java/commit/9ac59d53743d03f08395cc28f72c41e35e0e30f4))
18+
319
## 0.3.3 (2026-01-16)
420

521
Full Changelog: [v0.3.2...v0.3.3](https://github.com/openlayer-ai/openlayer-java/compare/v0.3.2...v0.3.3)

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.openlayer.api/openlayer-java)](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.3.3)
6-
[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/0.3.3/javadoc.svg)](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.3.3)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java)](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.3.4)
6+
[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/0.3.4/javadoc.svg)](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.3.4)
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 [openlayer.com](https://openlayer.com/docs/api-reference/rest/overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.3.3).
16+
The REST API documentation can be found on [openlayer.com](https://openlayer.com/docs/api-reference/rest/overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.3.4).
1717

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

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

2626
```kotlin
27-
implementation("com.openlayer.api:openlayer-java:0.3.3")
27+
implementation("com.openlayer.api:openlayer-java:0.3.4")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.openlayer.api:openlayer-java:0.3.3")
3333
<dependency>
3434
<groupId>com.openlayer.api</groupId>
3535
<artifactId>openlayer-java</artifactId>
36-
<version>0.3.3</version>
36+
<version>0.3.4</version>
3737
</dependency>
3838
```
3939

build.gradle.kts

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

99
allprojects {
1010
group = "com.openlayer.api"
11-
version = "0.3.3" // x-release-please-version
11+
version = "0.3.4" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)