Releases: adobe/reactor-turbine-edge
Releases · adobe/reactor-turbine-edge
4.0.1
01 Apr 20:31
Compare
Sorry, something went wrong.
No results found
Fix an error where the worker was complaining that the mtlsFetch method didn't have the correct binding.
4.0.0
31 Mar 14:43
Compare
Sorry, something went wrong.
No results found
Add MTLS support.
Move from CommonJS to ESM.
3.0.1
26 Mar 22:28
Compare
Sorry, something went wrong.
No results found
Fix an error where the environment variables where not correctly provided to all the modules from inside a rule.
Fix an error where a circular dependency error was showed if a data element was used in two consecutive modules.
3.0.0
06 Mar 22:15
Compare
Sorry, something went wrong.
No results found
Move from Service workers to ES modules format.
2.3.3
16 Nov 22:48
Compare
Sorry, something went wrong.
No results found
2.3.2
12 Dec 21:44
Compare
Sorry, something went wrong.
No results found
Fixed a bug where the engine was crashing when a FETCH call received back a large response.
2.3.1
07 Sep 17:19
Compare
Sorry, something went wrong.
No results found
Handle the case when logger was called with undefined (eg. logger.log("some text", undefined)).
Update dependencies.
2.3.0
02 Jun 18:05
Compare
Sorry, something went wrong.
No results found
Add option to replace certain data in fetch request headers.
Add option to anonymize certain data in logs.
2.2.0
28 Mar 22:12
Compare
Sorry, something went wrong.
No results found
Remove the fake logger. We need the logs captured all the time.
2.1.0
24 Jun 18:45
Compare
Sorry, something went wrong.
No results found
Rework the promise chains so that the logged messages are more meaningful.
Add getComponent method to the utils objects that are made available inside rule components and data elements modules.