Skip to content

Releases: tabkram/execution-engine

v2.1.0

15 Dec 18:25
Compare
Choose a tag to compare

What's Changed

  • feat: remove options.additionalAttributes from ExecutionEngine by @tabkram in #17
  • Engine id as executionId by @tabkram in #18
  • feat: rename getOrderedNarratives to getNarratives by @tabkram in #19

BREAKING CHANGES

  • Replace getOrderedNarratives method with getNarratives
  • additionalAttributes is no longer supported use 'context' instead

Full Changelog: v2.0.2...v2.1.0

v2.0.2

14 Dec 22:49
Compare
Choose a tag to compare

Bug Fixes

  • display narratives when no traceOptions is mentioned (42e9c9d)

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Dec 19:29
Compare
Choose a tag to compare

Bug Fixes

  • engineTask run annotation for sync methods (eb979ee)

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Dec 15:01
Compare
Choose a tag to compare

Features

  • add EngineTask and engine decorators @engine and @run (447fec9)

For usage example

v1.2.0

04 Dec 22:46
Compare
Choose a tag to compare
  • use async_hooks local storage in trace in order to auto detect parent node (ee98fa8)

v1.1.0

26 Nov 16:16
Compare
Choose a tag to compare

Features

  • remove deprecated appendNarratives (9d65edc)

Full Changelog: v1.0.1...v1.1.0

v1.0.1

26 Nov 15:41
Compare
Choose a tag to compare

Features

  • make appendNarratives deprecated and replace it with pushNarratives (a42f882)

⚠️ if you're still using appendNarratives, please consider using pushNarratives instead. This method will be removed in future versions.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Nov 15:09
Compare
Choose a tag to compare

Features (⚠️ Breaking Changes)

  • remove tags attribute of ExecutionEngine and consider them as part of context attribute (df39ab2)
  • remove pushNarrative function and update appendNarratives in order to be used instead (73aad23)

v0.0.10

26 Nov 13:07
Compare
Choose a tag to compare
chore: release v0.0.10

v0.0.9

26 Nov 11:20
Compare
Choose a tag to compare

Bug Fixes

  • the temporary storage for narratives associated with non-found nodes in order to improve them (97545b2)
  • trace narratives extraction and configuration (4806da8)