v2.43.0
What's Changed
Dependencies
- Bump path-to-regexp from 0.1.8 to 0.1.10 by @dependabot in #1442
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #1444
- [dep] Bump
path-to-regexp
to6.3.0
by @Drarig29 in #1449 - [chore] Clean yarn resolutions by @Drarig29 in #1448
Documentation
- [docs] Fix some instructions on test overrides by @Drarig29 in #1433
- Update documentation for sfn->Lambda context injection by @lym953 in #1463
- Remove beta flag from standalone binary by @juan-fernandez in #1464
CI Visibility
- [ci-visibility] Add
--tags-file
and--measures-file
options by @rodrigo-roca in #1426 - [deployment] Fix error with
deployment mark
by @Drarig29 in #1441 - [ci-visibility] Show error message on deployment correlate command by @rodrigo-roca in #1445
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
- [SYNTH-15922] Fix warning log about
pollingTimeout
by @Drarig29 in #1431 - [SYNTH-15675] Report timed out retries by @Drarig29 in #1440
- [synthetics] Fix retry attempt wording by @Drarig29 in #1452
- [SYNTH-16168] Increase batch limit to 1000 by @etnbrd in #1446
Chores
New Contributors
Full Changelog: v2.42.0...v2.43.0