Skip to content

Commit d3f5a9d

Browse files
chore(main): release dev.openfeature.contrib.hooks.otel 3.0.0 (#495)
Signed-off-by: Kavindu Dodanduwa <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kavindu Dodanduwa <[email protected]>
1 parent a92cba0 commit d3f5a9d

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"providers/flagd": "0.6.6",
3-
"hooks/open-telemetry": "2.1.1",
3+
"hooks/open-telemetry": "3.0.0",
44
"providers/go-feature-flag": "0.2.13",
55
"providers/flagsmith": "0.0.8",
66
"providers/env-var": "0.0.4",

hooks/open-telemetry/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v2.1.1...dev.openfeature.contrib.hooks.otel-v3.0.0) (2023-10-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove error message from dimension ([#496](https://github.com/open-feature/java-sdk-contrib/issues/496))
9+
* Remove deprecated constructor and add option to define construction time attributes ([#491](https://github.com/open-feature/java-sdk-contrib/issues/491))
10+
11+
### 🐛 Bug Fixes
12+
13+
* Remove error message from dimension ([#496](https://github.com/open-feature/java-sdk-contrib/issues/496)) ([a92cba0](https://github.com/open-feature/java-sdk-contrib/commit/a92cba05d9c99be427b3be734a3d9625d9f7c502))
14+
15+
16+
### ✨ New Features
17+
18+
* Remove deprecated constructor and add option to define construction time attributes ([#491](https://github.com/open-feature/java-sdk-contrib/issues/491)) ([48d3cdf](https://github.com/open-feature/java-sdk-contrib/commit/48d3cdf2ea28af69ddf39b5295c0c56732bc5b0a))
19+
320
## [2.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v2.1.0...dev.openfeature.contrib.hooks.otel-v2.1.1) (2023-10-09)
421

522

hooks/open-telemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These hooks can be used to determine the impact a feature has on a request, enab
1212
<dependency>
1313
<groupId>dev.openfeature.contrib.hooks</groupId>
1414
<artifactId>otel</artifactId>
15-
<version>2.1.1</version>
15+
<version>3.0.0</version>
1616
</dependency>
1717
```
1818

hooks/open-telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.hooks</groupId>
1212
<artifactId>otel</artifactId>
13-
<version>2.1.1</version> <!--x-release-please-version -->
13+
<version>3.0.0</version> <!--x-release-please-version -->
1414

1515
<name>open-telemetry-hook</name>
1616
<description>Open Telemetry Hook</description>

hooks/open-telemetry/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
3.0.0

0 commit comments

Comments
 (0)