Skip to content

Commit 1c82e92

Browse files
chore(main): release modules/core 0.3.0
1 parent 47b277e commit 1c82e92

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"openfeature/providers/python-provider": "0.5.0",
55
"openfeature/providers/kotlin-provider": "0.3.0",
66
"modules/evaluation": "0.1.3",
7-
"modules/core": "0.2.0"
7+
"modules/core": "0.3.0"
88
}

modules/core/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.2.0...modules/core/v0.3.0) (2025-12-08)
4+
5+
6+
### 🚀 New Features
7+
8+
* allow empty evaluation context for flags that don't require bucketing ([#3962](https://github.com/thomaspoignant/go-feature-flag/issues/3962)) ([0564b06](https://github.com/thomaspoignant/go-feature-flag/commit/0564b0680ec6da62bd012fbb3cafa8fb20d20d2c))
9+
* Support x-api-key header for authentication ([#4347](https://github.com/thomaspoignant/go-feature-flag/issues/4347)) ([3ca07a8](https://github.com/thomaspoignant/go-feature-flag/commit/3ca07a8fa49522aa8b348bb5314a6f503dfa9778))
10+
11+
12+
### 🔧 Chores
13+
14+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4263](https://github.com/thomaspoignant/go-feature-flag/issues/4263)) ([3944a49](https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9))
15+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4326](https://github.com/thomaspoignant/go-feature-flag/issues/4326)) ([927e392](https://github.com/thomaspoignant/go-feature-flag/commit/927e392662eaad75f33bd88275c566a465d02446))
16+
317
## [0.2.0](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.1.4...modules/core/v0.2.0) (2025-11-03)
418

519

0 commit comments

Comments
 (0)