Skip to content

Commit 971463d

Browse files
chore: release main (#1953)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.15.5</summary> ## [0.15.5](flagd/v0.15.4...flagd/v0.15.5) (2026-04-30) ### 🐛 Bug Fixes * handle missing/null targeting keys in fractional evaluator ([#1949](#1949)) ([651c7bb](651c7bb)) * override otel service name and version ([#1956](#1956)) ([ec4ff12](ec4ff12)) * update jsonlogic for and/or bug ([#1957](#1957)) ([6edd6e8](6edd6e8)) * various custom operator conformance fixes ([#1950](#1950)) ([670c91c](670c91c)) </details> <details><summary>flagd-proxy: 0.9.5</summary> ## [0.9.5](flagd-proxy/v0.9.4...flagd-proxy/v0.9.5) (2026-04-30) ### 🧹 Chore * resolve open dependabot security alerts ([#1954](#1954)) ([c5adbb7](c5adbb7)) </details> <details><summary>core: 0.15.5</summary> ## [0.15.5](core/v0.15.4...core/v0.15.5) (2026-04-30) ### 🐛 Bug Fixes * handle missing/null targeting keys in fractional evaluator ([#1949](#1949)) ([651c7bb](651c7bb)) * override otel service name and version ([#1956](#1956)) ([ec4ff12](ec4ff12)) * update jsonlogic for and/or bug ([#1957](#1957)) ([6edd6e8](6edd6e8)) * various custom operator conformance fixes ([#1950](#1950)) ([670c91c](670c91c)) ### 🧹 Chore * resolve open dependabot security alerts ([#1954](#1954)) ([c5adbb7](c5adbb7)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 6edd6e8 commit 971463d

4 files changed

Lines changed: 35 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flagd": "0.15.4",
3-
"flagd-proxy": "0.9.4",
4-
"core": "0.15.4"
2+
"flagd": "0.15.5",
3+
"flagd-proxy": "0.9.5",
4+
"core": "0.15.5"
55
}

core/CHANGELOG.md

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

3+
## [0.15.5](https://github.com/open-feature/flagd/compare/core/v0.15.4...core/v0.15.5) (2026-04-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* handle missing/null targeting keys in fractional evaluator ([#1949](https://github.com/open-feature/flagd/issues/1949)) ([651c7bb](https://github.com/open-feature/flagd/commit/651c7bb814eb70f72414ce164e1d2560e6055526))
9+
* override otel service name and version ([#1956](https://github.com/open-feature/flagd/issues/1956)) ([ec4ff12](https://github.com/open-feature/flagd/commit/ec4ff12e3f8dd37b61d6c7852a1f7dd2a8572d3a))
10+
* update jsonlogic for and/or bug ([#1957](https://github.com/open-feature/flagd/issues/1957)) ([6edd6e8](https://github.com/open-feature/flagd/commit/6edd6e83e56d7407dc925afe39deae795487dd8c))
11+
* various custom operator conformance fixes ([#1950](https://github.com/open-feature/flagd/issues/1950)) ([670c91c](https://github.com/open-feature/flagd/commit/670c91cdca80c29fd1cee378d1ea228c4ef36935))
12+
13+
14+
### 🧹 Chore
15+
16+
* resolve open dependabot security alerts ([#1954](https://github.com/open-feature/flagd/issues/1954)) ([c5adbb7](https://github.com/open-feature/flagd/commit/c5adbb7e9aefc16dfb69852a3d5f67b4473d4305))
17+
318
## [0.15.4](https://github.com/open-feature/flagd/compare/core/v0.15.3...core/v0.15.4) (2026-04-15)
419

520

flagd-proxy/CHANGELOG.md

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

3+
## [0.9.5](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.4...flagd-proxy/v0.9.5) (2026-04-30)
4+
5+
6+
### 🧹 Chore
7+
8+
* resolve open dependabot security alerts ([#1954](https://github.com/open-feature/flagd/issues/1954)) ([c5adbb7](https://github.com/open-feature/flagd/commit/c5adbb7e9aefc16dfb69852a3d5f67b4473d4305))
9+
310
## [0.9.4](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.3...flagd-proxy/v0.9.4) (2026-04-09)
411

512

flagd/CHANGELOG.md

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

3+
## [0.15.5](https://github.com/open-feature/flagd/compare/flagd/v0.15.4...flagd/v0.15.5) (2026-04-30)
4+
5+
6+
7+
### 🐛 Bug Fixes
8+
9+
* handle missing/null targeting keys in fractional evaluator ([#1949](https://github.com/open-feature/flagd/issues/1949)) ([651c7bb](https://github.com/open-feature/flagd/commit/651c7bb814eb70f72414ce164e1d2560e6055526))
10+
* override otel service name and version ([#1956](https://github.com/open-feature/flagd/issues/1956)) ([ec4ff12](https://github.com/open-feature/flagd/commit/ec4ff12e3f8dd37b61d6c7852a1f7dd2a8572d3a))
11+
* update jsonlogic for and/or bug ([#1957](https://github.com/open-feature/flagd/issues/1957)) ([6edd6e8](https://github.com/open-feature/flagd/commit/6edd6e83e56d7407dc925afe39deae795487dd8c))
12+
* various custom operator conformance fixes ([#1950](https://github.com/open-feature/flagd/issues/1950)) ([670c91c](https://github.com/open-feature/flagd/commit/670c91cdca80c29fd1cee378d1ea228c4ef36935))
313
## [0.15.4](https://github.com/open-feature/flagd/compare/flagd/v0.15.3...flagd/v0.15.4) (2026-04-15)
414

515

0 commit comments

Comments
 (0)