Skip to content

1.10.1

Compare
Choose a tag to compare
@juanjux juanjux released this 23 Mar 15:22
· 24 commits to 1.10 since this release
6cc62ad

Bug Fixes

  • ASM: make track_custom_event() also set the tag appsec.events.<custom_event>.track which was missing.
  • aws_lambda: Fixes a RecursionError which is raised when aws lambda signal handlers are wrapped infinitely. This caused lambdas to crash on startup.
  • botocore: Fix TypeError raised by injecting trace context into Kinesis messages.