File tree Expand file tree Collapse file tree 11 files changed +40
-8
lines changed Expand file tree Collapse file tree 11 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 1- {"providers/flagd" :" 0.5.3 " ,"hooks/open-telemetry" :" 0.4. 0" ,"providers/go-feature-flag" :" 0.2.1 " }
1+ {"providers/flagd" :" 0.5.4 " ,"hooks/open-telemetry" :" 1.0. 0" ,"providers/go-feature-flag" :" 0.2.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v0.4.0...dev.openfeature.contrib.hooks.otel-v1.0.0 ) (2022-12-22)
4+
5+
6+ ### Features
7+
8+ * add spec compliant otel hook ([ 55a2ac2] ( https://github.com/open-feature/java-sdk-contrib/commit/55a2ac24260ee6ef1b909924ecf9694a07ad6969 ) )
9+ * add spec compliant otel hook ([ #169 ] ( https://github.com/open-feature/java-sdk-contrib/issues/169 ) ) ([ 55a2ac2] ( https://github.com/open-feature/java-sdk-contrib/commit/55a2ac24260ee6ef1b909924ecf9694a07ad6969 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** deps:** update dependency io.opentelemetry: opentelemetry-bom to v1.21.0 ([ #173 ] ( https://github.com/open-feature/java-sdk-contrib/issues/173 ) ) ([ bb0418d] ( https://github.com/open-feature/java-sdk-contrib/commit/bb0418d68845d6611019162bede5afe4e42e493c ) )
15+
316## [ 0.4.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v0.3.1...dev.openfeature.contrib.hooks.otel-v0.4.0 ) (2022-10-27)
417
518
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >dev.openfeature.contrib.hooks</groupId >
1111 <artifactId >otel</artifactId >
12- <version >0.4 .0</version > <!-- x-release-please-version -->
12+ <version >1.0 .0</version > <!-- x-release-please-version -->
1313
1414 <name >open-telemetry-hook</name >
1515 <description >Open Telemetry Hook</description >
Original file line number Diff line number Diff line change 1- 0.4 .0
1+ 1.0 .0
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.3...dev.openfeature.contrib.providers.flagd-v0.5.4 ) (2022-12-22)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency io.grpc: grpc-netty to v1.51.1 ([ #163 ] ( https://github.com/open-feature/java-sdk-contrib/issues/163 ) ) ([ 49a0249] ( https://github.com/open-feature/java-sdk-contrib/commit/49a024931058b47f93f1159e7f1938c389ed83e9 ) )
9+ * ** deps:** update dependency io.grpc: grpc-protobuf to v1.51.0 ([ #156 ] ( https://github.com/open-feature/java-sdk-contrib/issues/156 ) ) ([ c76f6fd] ( https://github.com/open-feature/java-sdk-contrib/commit/c76f6fdc71801dffe872019ebff95b37768b0cd2 ) )
10+ * ** deps:** update dependency io.grpc: grpc-protobuf to v1.51.1 ([ #164 ] ( https://github.com/open-feature/java-sdk-contrib/issues/164 ) ) ([ 1cc26ae] ( https://github.com/open-feature/java-sdk-contrib/commit/1cc26ae5e4afca0972a55b150efca9928b22d510 ) )
11+ * ** deps:** update dependency io.grpc: grpc-stub to v1.51.1 ([ #158 ] ( https://github.com/open-feature/java-sdk-contrib/issues/158 ) ) ([ 3960500] ( https://github.com/open-feature/java-sdk-contrib/commit/39605008f245c38a36b999d7b005ec010eb23059 ) )
12+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.86.final ([ #165 ] ( https://github.com/open-feature/java-sdk-contrib/issues/165 ) ) ([ c4946af] ( https://github.com/open-feature/java-sdk-contrib/commit/c4946af8fb5d93db5d7927f0a3eb5878b93fe754 ) )
13+
314## [ 0.5.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.2...dev.openfeature.contrib.providers.flagd-v0.5.3 ) (2022-11-28)
415
516
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
1010<dependency >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.5.3 </version >
13+ <version >0.5.4 </version >
1414</dependency >
1515```
1616<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >dev.openfeature.contrib.providers</groupId >
1111 <artifactId >flagd</artifactId >
12- <version >0.5.3 </version > <!-- x-release-please-version -->
12+ <version >0.5.4 </version > <!-- x-release-please-version -->
1313
1414 <name >flagd</name >
1515 <description >FlagD provider for Java</description >
Original file line number Diff line number Diff line change 1- 0.5.3
1+ 0.5.4
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.1...dev.openfeature.contrib.providers.go-feature-flag-v0.2.2 ) (2022-12-22)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.14.1 ([ #145 ] ( https://github.com/open-feature/java-sdk-contrib/issues/145 ) ) ([ a17eb44] ( https://github.com/open-feature/java-sdk-contrib/commit/a17eb44e2ccdd2eddd2be996ea2cc7141fc14e9a ) )
9+ * ** deps:** update dependency com.fasterxml.jackson.datatype: jackson-datatype-jsr310 to v2.14.1 ([ #146 ] ( https://github.com/open-feature/java-sdk-contrib/issues/146 ) ) ([ 42d172c] ( https://github.com/open-feature/java-sdk-contrib/commit/42d172c6539b82e75de61028683a35a6ae08ece9 ) )
10+
311## [ 0.2.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.0...dev.openfeature.contrib.providers.go-feature-flag-v0.2.1 ) (2022-11-17)
412
513
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >go-feature-flag</artifactId >
13- <version >0.2.1 </version > <!-- x-release-please-version -->
13+ <version >0.2.2 </version > <!-- x-release-please-version -->
1414
1515 <name >go-feature-flag</name >
1616 <description >GO Feature Flag provider for Java</description >
You can’t perform that action at this time.
0 commit comments