Skip to content

v5.72.0

Compare
Choose a tag to compare
@purple4reina purple4reina released this 16 Oct 17:46
· 23 commits to main since this release

What's Changed

  • chore: Refactor sfn->sfn context injection code by merging two functions by @lym953 in #533
  • Support sfn->sfn context injection when no context field exists (case 1) by @lym953 in #534
  • Skip sfn->sfn context injection when CONTEXT field exists (case 2) by @lym953 in #537
  • Skip sfn->sfn context injection when CONTEXT.$ field exists (case 3) by @lym953 in #538
  • Add doc for sfn->sfn context injection when Input does not exist (case 0) by @lym953 in #539
  • Improve doc for logLevel option by @lym953 in #542

Full Changelog: v5.71.0...v5.72.0