Skip to content

Bugfix: Updated Logger.setAsyncContext() behavior

Compare
Choose a tag to compare
@jongpie jongpie released this 25 Sep 01:25
· 9 commits to main since this release
ab92cd5

Core Unlocked Package Changes

  • Updated the behavior of Logger.setAsyncContext() to only set the context the first time a non-null context value is provided
    • Previously, subsequent calls would overwrite the context value, which wasn't really the intended behavior - it's intended to be used to set context at the beginning of a transaction

Pipeline Changes

  • Made some optimizations in build.yml so some steps don't run on draft PRs

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.14.10...v4.14.11