File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3
3
"hooks/open-telemetry" : " 3.2.0" ,
4
4
"providers/go-feature-flag" : " 0.2.23" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
6
- "providers/env-var" : " 0.0.6 " ,
6
+ "providers/env-var" : " 0.0.7 " ,
7
7
"providers/jsonlogic-eval-provider" : " 1.1.0" ,
8
8
"providers/unleash" : " 0.0.4-alpha" ,
9
9
"providers/flipt" : " 0.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.6...dev.openfeature.contrib.providers.env-var-v0.0.7 ) (2024-09-25)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.15.0 ([ #883 ] ( https://github.com/open-feature/java-sdk-contrib/issues/883 ) ) ([ 93b67ed] ( https://github.com/open-feature/java-sdk-contrib/commit/93b67edaf5a1f81c6eb6341b1fa94d17190bcf1f ) )
9
+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.16.0 ([ #908 ] ( https://github.com/open-feature/java-sdk-contrib/issues/908 ) ) ([ d21cfe3] ( https://github.com/open-feature/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847 ) )
10
+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.17.0 ([ #932 ] ( https://github.com/open-feature/java-sdk-contrib/issues/932 ) ) ([ c598d9f] ( https://github.com/open-feature/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575 ) )
11
+
12
+
13
+ ### 🧹 Chore
14
+
15
+ * fix pmd violations ([ #856 ] ( https://github.com/open-feature/java-sdk-contrib/issues/856 ) ) ([ f10d872] ( https://github.com/open-feature/java-sdk-contrib/commit/f10d87205dd6a21222de362694d208fd293d9200 ) )
16
+
3
17
## [ 0.0.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.5...dev.openfeature.contrib.providers.env-var-v0.0.6 ) (2024-06-17)
4
18
5
19
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Environment Variables provider allows you to read feature flags from the [proces
10
10
<dependency >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >env-var</artifactId >
13
- <version >0.0.6 </version >
13
+ <version >0.0.7 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >env-var</artifactId >
13
- <version >0.0.6 </version > <!-- x-release-please-version -->
13
+ <version >0.0.7 </version > <!-- x-release-please-version -->
14
14
15
15
<properties >
16
16
<!-- override module name defined in parent ("-" is not allowed) -->
Original file line number Diff line number Diff line change 1
- 0.0.6
1
+ 0.0.7
You can’t perform that action at this time.
0 commit comments