Release Date: 02 August 2022
In this article:
- Improvements (v4.4.0)
- Improvements (v4.5.0)
- Bug Fixes
Improvements v4.4.0
- Triggers asynchronously save their runtimes.
- Adjust all our jQuery usages in flow frontend code to align with the deprecation of unbind() in favour of off().
- UI improvement adding execution timing to trigger.
- lodash improvement so that.[_.map, _.flatten, _.filter, _.find, _.keys, _.size, _.reduce] all operate natively over scala collections, just as easily as javascript collections, and over scala maps.
- Convenience methods added on class Payload.
- Constructors are listed from shortest to longest.
- Recipe binding custom validators are allowed to be expressed as native functions or strings representing native functions.
Improvements v4.5.0
- Added a more permanent queue existence record, separate from queue message existence.
- Reduced memory usage of summary endpoints and console endpoints.
- Made a new stream processor which has configurable pagination, authentication, and response handlers.
- This allows us to integrate with new systems without having to make new processors each time and will standardize our development experience for dealing with API’s.
Bug Fixes
- iFrames of modals and alerts check the URL of the parents of their frame before traversing.
Comments
0 comments
Please sign in to leave a comment.