|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.2.0](https://github.com/jarebudev/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.2.0) (2025-04-15) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964)) |
| 9 | + |
| 10 | +### 🐛 Bug Fixes |
| 11 | + |
| 12 | +* added missing dependency and installation instruction ([#895](https://github.com/jarebudev/java-sdk-contrib/issues/895)) ([6748d02](https://github.com/jarebudev/java-sdk-contrib/commit/6748d02403f0ceecb6cb9ecdfb2fecf98423a7db)) |
| 13 | +* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/jarebudev/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/jarebudev/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847)) |
| 14 | +* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/jarebudev/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/jarebudev/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575)) |
| 15 | +* race condition causing default when multiple flags are used ([#983](https://github.com/jarebudev/java-sdk-contrib/issues/983)) ([356a973](https://github.com/jarebudev/java-sdk-contrib/commit/356a973cf2b6ddf82b8311ea200fa30df4f1d048)) |
| 16 | + |
| 17 | + |
| 18 | +### ✨ New Features |
| 19 | + |
| 20 | +* Add JUnit5 extension for OpenFeature ([#888](https://github.com/jarebudev/java-sdk-contrib/issues/888)) ([9fff9db](https://github.com/jarebudev/java-sdk-contrib/commit/9fff9db4bcee3c3ae8128a1b2fb040f53df1d5ed)) |
| 21 | +* added interception of parameterized tests to Junit OpenFeature Extension ([#1093](https://github.com/jarebudev/java-sdk-contrib/issues/1093)) ([a78c906](https://github.com/jarebudev/java-sdk-contrib/commit/a78c906b24b53f7d25eb01aad85ed614eb30ca05)) |
| 22 | +* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/jarebudev/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621)) |
| 23 | + |
| 24 | + |
| 25 | +### 🧹 Chore |
| 26 | + |
| 27 | +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.2 ([#892](https://github.com/jarebudev/java-sdk-contrib/issues/892)) ([0efebc7](https://github.com/jarebudev/java-sdk-contrib/commit/0efebc7630657a3f398caadaf652e79b525e5ef9)) |
| 28 | +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.3 ([#896](https://github.com/jarebudev/java-sdk-contrib/issues/896)) ([1c23b15](https://github.com/jarebudev/java-sdk-contrib/commit/1c23b156d09011216cb57450c3ce23a309d5e657)) |
| 29 | +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.0 ([#933](https://github.com/jarebudev/java-sdk-contrib/issues/933)) ([1d11f63](https://github.com/jarebudev/java-sdk-contrib/commit/1d11f630c9f2d32e1e623f80a3a4cbc0386777f2)) |
| 30 | +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.1 ([#985](https://github.com/jarebudev/java-sdk-contrib/issues/985)) ([38fa733](https://github.com/jarebudev/java-sdk-contrib/commit/38fa7332cb3d0037b268bd244d060c348b4b913f)) |
| 31 | +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.2 ([#1094](https://github.com/jarebudev/java-sdk-contrib/issues/1094)) ([c8435e7](https://github.com/jarebudev/java-sdk-contrib/commit/c8435e7182c3f351e8ae31492226aa0d99d126a3)) |
| 32 | + |
3 | 33 | ## [0.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.1...dev.openfeature.contrib.tools.junitopenfeature-v0.1.2) (2024-12-03)
|
4 | 34 |
|
5 | 35 |
|
|
0 commit comments