Skip to content

Commit 1b2d1a2

Browse files
authored
chore(master): release 3.25.0 (#683)
1 parent e957c59 commit 1b2d1a2

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [3.25.0](https://github.com/serverless-operations/serverless-step-functions/compare/v3.24.4...v3.25.0) (2026-03-18)
4+
5+
6+
### Features
7+
8+
* **api-gateway:** support timeoutInMillis for http events ([#673](https://github.com/serverless-operations/serverless-step-functions/issues/673)) ([e0057e3](https://github.com/serverless-operations/serverless-step-functions/commit/e0057e3798f7b708044e21b235e75842107ad43f)), closes [#651](https://github.com/serverless-operations/serverless-step-functions/issues/651)
9+
10+
11+
### Bug Fixes
12+
13+
* **iam:** apply provider.iam.role.path to state machine execution roles ([#674](https://github.com/serverless-operations/serverless-step-functions/issues/674)) ([aa4755a](https://github.com/serverless-operations/serverless-step-functions/commit/aa4755a9e5067aa8288945df6595f7b862c524f9)), closes [#653](https://github.com/serverless-operations/serverless-step-functions/issues/653)
14+
315
## [3.24.4](https://github.com/serverless-operations/serverless-step-functions/compare/v3.24.3...v3.24.4) (2026-03-18)
416

517

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.24.4",
3+
"version": "3.25.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)