Skip to content

Commit 3e48791

Browse files
authored
chore(master): release 3.28.2 (#736)
1 parent 9488c5d commit 3e48791

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [3.28.2](https://github.com/serverless-operations/serverless-step-functions/compare/v3.28.1...v3.28.2) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **iam:** apply provider.rolePermissionsBoundary to ApigatewayToStepFunctionsRole ([cd3a82e](https://github.com/serverless-operations/serverless-step-functions/commit/cd3a82ec98cd7986f72bf44fb85616e6d730ca48)), closes [#395](https://github.com/serverless-operations/serverless-step-functions/issues/395)
9+
* **iam:** handle missing Parameters block when StateMachineArn is a top-level Ref ([#720](https://github.com/serverless-operations/serverless-step-functions/issues/720)) ([62878ab](https://github.com/serverless-operations/serverless-step-functions/commit/62878ab77111ad017a53a258ae4f74ca23fb580f)), closes [#468](https://github.com/serverless-operations/serverless-step-functions/issues/468)
10+
* **invoke:** write result as JSON to stdout, errors to stderr ([#724](https://github.com/serverless-operations/serverless-step-functions/issues/724)) ([9956927](https://github.com/serverless-operations/serverless-step-functions/commit/9956927e1670c06d231816e768ad733c2bfbf0a0)), closes [#436](https://github.com/serverless-operations/serverless-step-functions/issues/436) [#592](https://github.com/serverless-operations/serverless-step-functions/issues/592)
11+
* **stateMachine:** guard pseudo-parameter validation + fix apiKeys docs ([#725](https://github.com/serverless-operations/serverless-step-functions/issues/725)) ([28b4b73](https://github.com/serverless-operations/serverless-step-functions/commit/28b4b732a0f50c7c8a07d6735c0d7a56086d6a54))
12+
313
## [3.28.1](https://github.com/serverless-operations/serverless-step-functions/compare/v3.28.0...v3.28.1) (2026-03-27)
414

515

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-step-functions",
3-
"version": "3.28.1",
3+
"version": "3.28.2",
44
"description": "The module is AWS Step Functions plugin for Serverless Framework",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)