Skip to content

Commit 6b59b10

Browse files
chore(main): release aws-ssm-provider 0.1.4
1 parent 91ba360 commit 6b59b10

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"libs/shared/config-cat-core": "0.1.1",
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",
24-
"libs/providers/aws-ssm": "0.1.3"
24+
"libs/providers/aws-ssm": "0.1.4"
2525
}

libs/providers/aws-ssm/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.4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/aws-ssm-provider-v0.1.3...aws-ssm-provider-v0.1.4) (2025-07-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @aws-sdk/client-ssm to v3.787.0 ([#1278](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1278)) ([afae82c](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/afae82c1a1472d33b884105edaac2976c19e7423))
9+
* **deps:** update dependency @aws-sdk/client-ssm to v3.826.0 ([#1313](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1313)) ([ec5309a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ec5309a0a9efd9a6556f180d57f774ad003455bd))
10+
* **deps:** update dependency @aws-sdk/client-ssm to v3.840.0 ([#1329](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1329)) ([3751930](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/375193081a0ab7f584bf24dd7a77e3fa41a72e26))
11+
* **deps:** update dependency lru-cache to v11.1.0 ([#1279](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1279)) ([a80f5ce](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/a80f5ce3d7a6e74e762a75ba8fa9f5b70ca2a179))
12+
13+
14+
### ✨ New Features
15+
16+
* **aws-ssm:** add decryption support for `SecureString` parameters ([#1241](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1241)) ([043be44](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/043be44de1442b89876e9857478afe619fcf0b04))
17+
* **aws-ssm:** implement AWS SSM provider ([#1221](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1221)) ([819a247](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/819a247c41112c2873aa025ac0abd3c62eb53aca))
18+
319
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.2...aws-ssm-provider-v0.1.3) (2025-06-04)
420

521

libs/providers/aws-ssm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/aws-ssm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/aws-ssm-provider",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"dependencies": {
55
"@aws-sdk/client-ssm": "^3.759.0",
66
"lru-cache": "^11.0.2",

0 commit comments

Comments
 (0)