Skip to content

Commit 7f28f26

Browse files
chore(main): release 1.20.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 46aa311 commit 7f28f26

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.19.2"}
1+
{".":"1.20.0"}

CHANGELOG.md

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

3+
## [1.20.0](https://github.com/open-feature/java-sdk/compare/v1.19.2...v1.20.0) (2025-12-10)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* .equals false for equivalent contexts ([#1768](https://github.com/open-feature/java-sdk/issues/1768))" ([ae69411](https://github.com/open-feature/java-sdk/commit/ae6941122e5dcc6bbfc816a12d0879c14c6d49ab))
9+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.33.0 ([#1769](https://github.com/open-feature/java-sdk/issues/1769)) ([a0305f9](https://github.com/open-feature/java-sdk/commit/a0305f965e262022701e09ae59bb20e9be5c0e4c))
10+
11+
12+
### ✨ New Features
13+
14+
* all executors now create daemon threads to reduce shutdown time ([#1715](https://github.com/open-feature/java-sdk/issues/1715)) ([0c30896](https://github.com/open-feature/java-sdk/commit/0c308968826f2a45fed492b115ecbb84a17f0765))
15+
* equivalent EvaluationContext impls are .equal ([#1771](https://github.com/open-feature/java-sdk/issues/1771)) ([ae69411](https://github.com/open-feature/java-sdk/commit/ae6941122e5dcc6bbfc816a12d0879c14c6d49ab))
16+
17+
18+
### 🧹 Chore
19+
20+
* **deps:** update codecov/codecov-action action to v5.5.2 ([#1773](https://github.com/open-feature/java-sdk/issues/1773)) ([46aa311](https://github.com/open-feature/java-sdk/commit/46aa311a8caab33e66eddd1cb40c11cadd0cf8ca))
21+
* **deps:** update github/codeql-action digest to c43362b ([#1772](https://github.com/open-feature/java-sdk/issues/1772)) ([2a37f46](https://github.com/open-feature/java-sdk/commit/2a37f46e9638a966e71eb30a9b5a7504faf0d817))
22+
323
## [1.19.2](https://github.com/open-feature/java-sdk/compare/v1.19.1...v1.19.2) (2025-12-08)
424

525

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</a>
1919
<!-- x-release-please-start-version -->
2020

21-
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.19.2">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.19.2&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.20.0">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.20.0&color=blue&style=for-the-badge" />
2323
</a>
2424

2525
<!-- x-release-please-end -->
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
5959
<dependency>
6060
<groupId>dev.openfeature</groupId>
6161
<artifactId>sdk</artifactId>
62-
<version>1.19.2</version>
62+
<version>1.20.0</version>
6363
</dependency>
6464
```
6565
<!-- x-release-please-end-version -->
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
8484
<!-- x-release-please-start-version -->
8585
```groovy
8686
dependencies {
87-
implementation 'dev.openfeature:sdk:1.19.2'
87+
implementation 'dev.openfeature:sdk:1.20.0'
8888
}
8989
```
9090
<!-- x-release-please-end-version -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature</groupId>
77
<artifactId>sdk</artifactId>
8-
<version>1.19.2</version> <!--x-release-please-version -->
8+
<version>1.20.0</version> <!--x-release-please-version -->
99

1010
<properties>
1111
<toolchain.jdk.version>[17,)</toolchain.jdk.version>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.2
1+
1.20.0

0 commit comments

Comments
 (0)