Skip to content

Releases: adobe/reactor-turbine-edge

2.0.1

20 Apr 03:29

Choose a tag to compare

Fixed an issue where the rules were not executed if the settings of an extension was containing a data element token.

2.0.0

27 Oct 01:33

Choose a tag to compare

Calling extensions modules using one parameter. Now extension modules will be called with the following format:

{
  "arc": {
    "event": {...},
    "request": {...},
    "ruleStash": {...}
  },
  "utils": {
    "getSettings": () => { ... },
    "getExtensionSettings": () => { ... },
    "getRule": () => { ... },
    "getBuildInfo": () => { ... },
    "fetch": () => { ... },
    "logger": { ... },
  }

1.0.3

14 Oct 16:32

Choose a tag to compare

Use the correct method to fetch the extension settings.

1.0.2

13 Oct 20:43

Choose a tag to compare

The fetch response body can be read only once. We are now returning a cloned response to the action doing the fetch.

1.0.1

02 Oct 18:05

Choose a tag to compare

  • Remove propertySettings from context.

1.0.0

29 Sep 00:36

Choose a tag to compare

Initial release.