Skip to content

Commit 31b3ec3

Browse files
authored
chore(master): release 3.29.0 (#741)
1 parent 2c4117c commit 31b3ec3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [3.29.0](https://github.com/serverless-operations/serverless-step-functions/compare/v3.28.2...v3.29.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **iam:** generate correct permissions for EMR service integration ([#743](https://github.com/serverless-operations/serverless-step-functions/issues/743)) ([72860ca](https://github.com/serverless-operations/serverless-step-functions/commit/72860ca1b40399e9352214e09e43d6dfd3008b14)), closes [#423](https://github.com/serverless-operations/serverless-step-functions/issues/423)
9+
* **iam:** generate events:PutTargets policy for aws-sdk:eventbridge:putTargets ([#739](https://github.com/serverless-operations/serverless-step-functions/issues/739)) ([dfbf54b](https://github.com/serverless-operations/serverless-step-functions/commit/dfbf54b10aa15428a54c8c73b965a7c66b437dac)), closes [#506](https://github.com/serverless-operations/serverless-step-functions/issues/506)
10+
* **test:** add integration test suite with LocalStack ([#745](https://github.com/serverless-operations/serverless-step-functions/issues/745)) ([2c4117c](https://github.com/serverless-operations/serverless-step-functions/commit/2c4117cf8b398d27fddb1ad2ada6f0bc841eabe0))
11+
12+
13+
### Bug Fixes
14+
15+
* **stateMachine:** handle plain string Fn::Sub when useExactVersion is true ([#744](https://github.com/serverless-operations/serverless-step-functions/issues/744)) ([60e195c](https://github.com/serverless-operations/serverless-step-functions/commit/60e195c756171c5be3dfbc71932d8e80f9efa75e)), closes [#488](https://github.com/serverless-operations/serverless-step-functions/issues/488)
16+
317
## [3.28.2](https://github.com/serverless-operations/serverless-step-functions/compare/v3.28.1...v3.28.2) (2026-03-30)
418

519

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.2",
3+
"version": "3.29.0",
44
"description": "The module is AWS Step Functions plugin for Serverless Framework",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)