Skip to content

Commit e6ded72

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--providers/go-feature-flag
2 parents 514760a + ea49457 commit e6ded72

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"providers/go-feature-flag": "0.2.7",
99
"providers/gcp": "0.0.1",
1010
"providers/flagsmith": "0.1.5",
11-
"providers/launchdarkly": "0.1.5",
11+
"providers/launchdarkly": "0.1.6",
1212
"providers/unleash": "0.1.1-alpha",
1313
"providers/harness": "0.0.5-alpha",
1414
"providers/statsig": "0.0.4",
@@ -18,5 +18,6 @@
1818
"providers/go-feature-flag-in-process": "0.1.2",
1919
"providers/multi-provider": "0.0.5",
2020
"tools/flagd-http-connector": "0.0.2",
21-
"providers/rocketflag": "0.0.2"
21+
"providers/rocketflag": "0.0.2",
22+
"providers/aws-ssm": "1.0.0"
2223
}

providers/aws-ssm/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-11-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **`aws-ssm`:** apply `ProviderOptions` inside constructor ([#749](https://github.com/open-feature/go-sdk-contrib/issues/749)) ([77e7f25](https://github.com/open-feature/go-sdk-contrib/commit/77e7f25c32ee219b73fd2b6f8bdceec26e95047f))
9+
10+
11+
### ✨ New Features
12+
13+
* **aws-ssm:** add interface assertion to `Provider` ([#750](https://github.com/open-feature/go-sdk-contrib/issues/750)) ([faed7f1](https://github.com/open-feature/go-sdk-contrib/commit/faed7f10945401db15f8c5ad8c254ddadd49b340))
14+
* **aws-ssm:** implement provider ([#726](https://github.com/open-feature/go-sdk-contrib/issues/726)) ([dbb2af9](https://github.com/open-feature/go-sdk-contrib/commit/dbb2af902aab09d3b6fe3c933a2a45949a4bd944))

providers/launchdarkly/CHANGELOG.md

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

3+
## [0.1.6](https://github.com/open-feature/go-sdk-contrib/compare/providers/launchdarkly/v0.1.5...providers/launchdarkly/v0.1.6) (2025-11-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** bump open-feature/go-sdk from v1.11 to v1.15 ([#686](https://github.com/open-feature/go-sdk-contrib/issues/686)) ([ce87102](https://github.com/open-feature/go-sdk-contrib/commit/ce871021d0c45d3c992bb00b33c8b7a8e337e9a3))
9+
* **deps:** update golang.org/x/exp digest to 7e4ce0a ([#515](https://github.com/open-feature/go-sdk-contrib/issues/515)) ([4a04445](https://github.com/open-feature/go-sdk-contrib/commit/4a04445ee4e327bc0cfe497f0d7bab64697b8b61))
10+
* **deps:** update golang.org/x/exp digest to b7579e2 ([#679](https://github.com/open-feature/go-sdk-contrib/issues/679)) ([a6372f9](https://github.com/open-feature/go-sdk-contrib/commit/a6372f91b262d2f81b90bfa9e76d722ad480378b))
11+
* **deps:** update module github.com/launchdarkly/go-server-sdk/v7 to v7.11.0 ([#709](https://github.com/open-feature/go-sdk-contrib/issues/709)) ([ee56e7d](https://github.com/open-feature/go-sdk-contrib/commit/ee56e7d52eaef4901cc39083dd244fd476707899))
12+
* **deps:** update module github.com/open-feature/go-sdk to v1.15.1 ([#681](https://github.com/open-feature/go-sdk-contrib/issues/681)) ([8fd544f](https://github.com/open-feature/go-sdk-contrib/commit/8fd544ff81fd25eed655a214aa1ae1906a436f0d))
13+
14+
15+
### ✨ New Features
16+
17+
* **launchdarkly:** Implement openfeature.StateHandler interface for clean shutdowns ([#758](https://github.com/open-feature/go-sdk-contrib/issues/758)) ([4a38849](https://github.com/open-feature/go-sdk-contrib/commit/4a3884988ed292f4d564dc6754ea97bd4efcd274))
18+
319
## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/launchdarkly/v0.1.4...providers/launchdarkly/v0.1.5) (2024-09-10)
420

521

0 commit comments

Comments
 (0)