v1.13.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
- A new
immediateupload trigger mode in the Decision Logger - A new
array.flattenbuilt-in function - Numerous performance improvements
Immediate Upload Trigger Mode in Decision Logger (#8110)
An immediate trigger mode has been added to the Decision Logger; enabled by setting the decision_logs.reporting.trigger configuration option to immediate.
When enabled, log events are pushed to the log service as soon as the configured upload chunk size criteria is met; or, at latest, when the configured upload delay is reached.