You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Infinity Streams Release Notes for July 10, 2020

The following enhancements have been made to Oracle Infinity Streams and Action Center:

  • Action Center's Webhook destinations that use Twig templates now support a JSON autoescape engine under the escape engine name 'json':

{% autoescape 'json' %}

{

  "events": [

    {% for event in events %}

    {

      "somekey": "{{ event['somevalue'] }}"

    }

    {% if not (loop.last) %}

    ,

    {% endif %}

  {% endfor %}

  ]

}

{% endautoescape %}

The following Oracle Infinity defects have been resolved:

  • Several enhancements have been implemented to improve upon the reliability and performance of Action Center.  (INF-40877, INF-40115)
  • An issue that caused Google Chrome to lock when trying to configure Eloqua actions has been resolved.   (INF-40399)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!