Skip to content

Commit e779ad2

Browse files
chore(main): release modules/core 0.7.3
1 parent bb23e0f commit e779ad2

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"cmd/wasm": "0.2.4",
44
"openfeature/providers/python-provider": "1.2.0",
55
"openfeature/providers/kotlin-provider": "1.0.0",
6-
"modules/core": "0.7.2"
6+
"modules/core": "0.7.3"
77
}

modules/core/CHANGELOG.md

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

3+
## [0.7.3](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.7.2...modules/core/v0.7.3) (2026-08-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **ffcontext:** ToMap() no longer mutates the evaluation context ([#5654](https://github.com/thomaspoignant/go-feature-flag/issues/5654)) ([b1553c7](https://github.com/thomaspoignant/go-feature-flag/commit/b1553c7e90cde960ef9e7adce2d4117af94a5447))
9+
10+
11+
### 🔧 Chores
12+
13+
* Bump github.com/aws/aws-sdk-go-v2 from 1.43.2 to 1.43.3 ([#5804](https://github.com/thomaspoignant/go-feature-flag/issues/5804)) ([5cd3520](https://github.com/thomaspoignant/go-feature-flag/commit/5cd352036f7fcc22edbe34d47af85f1c675eec9f))
14+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5577](https://github.com/thomaspoignant/go-feature-flag/issues/5577)) ([02d42d7](https://github.com/thomaspoignant/go-feature-flag/commit/02d42d7ca089071c263fe5283ad3d01ce6365025))
15+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5594](https://github.com/thomaspoignant/go-feature-flag/issues/5594)) ([4784dba](https://github.com/thomaspoignant/go-feature-flag/commit/4784dba83fd00f8472cd4bf87ec94264df7c0bfa))
16+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5771](https://github.com/thomaspoignant/go-feature-flag/issues/5771)) ([e46119d](https://github.com/thomaspoignant/go-feature-flag/commit/e46119d953efe049174b5d87518824d1330fef8b))
17+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5840](https://github.com/thomaspoignant/go-feature-flag/issues/5840)) ([b11fb03](https://github.com/thomaspoignant/go-feature-flag/commit/b11fb03abcba68ee2fc82ed98f838747fe406dca))
18+
* Bump github.com/aws/smithy-go from 1.27.5 to 1.27.6 ([#5807](https://github.com/thomaspoignant/go-feature-flag/issues/5807)) ([627e361](https://github.com/thomaspoignant/go-feature-flag/commit/627e3610e09f3bb48ed968d6d3d99a228a434ad8))
19+
* **dependencies:** Bump github.com/stretchr/testify in /modules/core ([#5865](https://github.com/thomaspoignant/go-feature-flag/issues/5865)) ([bb23e0f](https://github.com/thomaspoignant/go-feature-flag/commit/bb23e0fe1ad7a099361ca57bb3b6e859732b766b))
20+
21+
22+
### ⚙️ CI/CD
23+
24+
* run golangci-lint on every module, not just the root ([#5719](https://github.com/thomaspoignant/go-feature-flag/issues/5719)) ([1af5bb9](https://github.com/thomaspoignant/go-feature-flag/commit/1af5bb9d3f904da7241091df75a3f38fe6f6a1dc))
25+
326
## [0.7.2](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.7.1...modules/core/v0.7.2) (2026-07-01)
427

528

0 commit comments

Comments
 (0)