Skip to content

Commit 35899a3

Browse files
chore(main): release providers/aws-ssm 1.0.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent faed7f1 commit 35899a3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"providers/go-feature-flag-in-process": "0.1.1",
1919
"providers/multi-provider": "0.0.4",
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-10-16)
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))

0 commit comments

Comments
 (0)