Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Dec 21:19
· 123 commits to main since this release
b71126c

Summary

This release fixes missing TenantId and TraceId properties in DefaultLambdaHostContext, ensuring complete context information is available for Lambda function execution. Additionally, resolves a CI issue by removing the sign-commits configuration from the changelog workflow.

Changes

🐛 Bug Fixes

  • fix(core): add missing TenantId and TraceId properties to DefaultLambdaHostContext (#224) @j-d-ha
  • fix(ci): remove sign-commits from changelog workflow (#223) @j-d-ha