Skip to content

v2.43.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 12:12
· 19 commits to master since this release
f93b35c

What's Changed

Dependencies

Documentation

CI Visibility

Serverless

  • Fix Step Functions context injection by @avedmala in #1432
  • Fix parsing of unexpected format of role ARN for Step Functions by @kimi-p in #1436
  • [lambda] Print warning if traces merging is skipped for Lambda in Step Function by @lym953 in #1443
  • Add explicit function return type for Lambda and Step Function code by @lym953 in #1437
  • Print warning if traces merging from sfn to sfn is skipped by @lym953 in #1447
  • Skip sfn->Lambda context injection if custom Payload is used without $ by @lym953 in #1450
  • Skip sfn->sfn context injection if custom Payload is used without $ by @lym953 in #1451
  • Refactor step function code by flipping if-condition by @lym953 in #1455
  • fix: print a better message if Step Function context injection is already set up by @lym953 in #1456
  • fix: sfn context injection skipped if no update on last step by @lym953 in #1458
  • Refactor sfn Lambda injection code my merging two functions by @lym953 in #1459
  • Inject context for sfn->Lambda when no Payload exists (case 1) by @lym953 in #1460
  • Skip sfn->Lambda context injection of Payload is not object (case 3) by @lym953 in #1461
  • Handle sfn->Lambda context injection when Payload is used without $ (case 2) by @lym953 in #1462

Static Analysis

  • Show error message when payload is invalid by @juli1 in #1425
  • [STAL-2160] Show message when default branch not found by @juli1 in #1427
  • check rule existence in extensions by @juli1 in #1434
  • [STAL-2832] Add committer info to SBOM uploads by @dastrong in #1430

Synthetics

Chores

New Contributors

Full Changelog: v2.42.0...v2.43.0