|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.20.0](https://github.com/open-feature/java-sdk/compare/v1.19.2...v1.20.0) (2025-12-17) |
| 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 actions/cache digest to 9255dc7 ([#1778](https://github.com/open-feature/java-sdk/issues/1778)) ([4a55a8a](https://github.com/open-feature/java-sdk/commit/4a55a8a3f2dabde0eb6ee09b5fe13529a8fb5c7a)) |
| 21 | +* **deps:** update actions/cache digest to a783357 ([#1776](https://github.com/open-feature/java-sdk/issues/1776)) ([c36701c](https://github.com/open-feature/java-sdk/commit/c36701c31f89a2a73d0a54d1135e928317b1b2de)) |
| 22 | +* **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)) |
| 23 | +* **deps:** update dependency com.puppycrawl.tools:checkstyle to v12.3.0 ([#1779](https://github.com/open-feature/java-sdk/issues/1779)) ([1ee5aa8](https://github.com/open-feature/java-sdk/commit/1ee5aa8d4fc2a44b565e81ff0c38c07246f12d49)) |
| 24 | +* **deps:** update dependency maven to v3.9.12 ([#1783](https://github.com/open-feature/java-sdk/issues/1783)) ([31b4872](https://github.com/open-feature/java-sdk/commit/31b4872a52942518162153edff441491cedc0803)) |
| 25 | +* **deps:** update dependency org.mockito:mockito-core to v5.21.0 ([#1774](https://github.com/open-feature/java-sdk/issues/1774)) ([3e18496](https://github.com/open-feature/java-sdk/commit/3e184962d6fa7bc70406abb6ed48d9d0eb9540d2)) |
| 26 | +* **deps:** update github/codeql-action digest to 1b0b941 ([#1775](https://github.com/open-feature/java-sdk/issues/1775)) ([6d028f0](https://github.com/open-feature/java-sdk/commit/6d028f06831dbdb916981752d946c601dff81d42)) |
| 27 | +* **deps:** update github/codeql-action digest to 4b675e4 ([#1777](https://github.com/open-feature/java-sdk/issues/1777)) ([cffa253](https://github.com/open-feature/java-sdk/commit/cffa25347237640e49fc5ed0d690b3e1b4bf27d1)) |
| 28 | +* **deps:** update github/codeql-action digest to 6dba008 ([#1782](https://github.com/open-feature/java-sdk/issues/1782)) ([5467902](https://github.com/open-feature/java-sdk/commit/5467902994fe406f02e36f97a23750748370f9b9)) |
| 29 | +* **deps:** update github/codeql-action digest to b5e1a28 ([#1781](https://github.com/open-feature/java-sdk/issues/1781)) ([63227e7](https://github.com/open-feature/java-sdk/commit/63227e73fac55f50684a449236fb70408a1c64d3)) |
| 30 | +* **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)) |
| 31 | +* **deps:** update github/codeql-action digest to d0ad1da ([#1780](https://github.com/open-feature/java-sdk/issues/1780)) ([d0c066f](https://github.com/open-feature/java-sdk/commit/d0c066f0c9aecd269fa3b49908559a860a1d2b37)) |
| 32 | + |
3 | 33 | ## [1.19.2](https://github.com/open-feature/java-sdk/compare/v1.19.1...v1.19.2) (2025-12-08) |
4 | 34 |
|
5 | 35 |
|
|
0 commit comments