Release Notes for 2020.1

Available on: Jan 24th 2020

Supported Platforms: 

  • Ubuntu 18.04

  • CentOS 7.5

  • RedHat 7.5

Supported Browsers:

  • Chrome

  • Edge

  • Safari


Features Functionality

Monaco Editor

The Monaco Editor is embedded and used everywhere in the Code Editor, including input fields (single

line), functions (multiline), WinRM, etc.

The editor will provide auto-completion of all variables - including ones defined in the Start Block, Input

fields in Action Blocks as well as the output of Action Blocks. It will have auto-suggest functionality that will work anywhere inside an expression, outside an expression.

All existing features will continue to work properly. This includes (but not limited to)

  • In all fields, except Auth there will be a drop-down that selects whether that expression or const will be included

  • In Auths - when an Auth is selected - instead of ‘const’ we will see a type called ‘Auth’. As before, it will show only the relevant Auths for this particular block type

Expression, Const and Auth are shown as an icon.

Caveat: At this time Const only works for multi-line fields such as WinRM, Function, etc.

Autosuggest will display all variables defined in the flow. They will also show built-in JS types and

functions.

Syntax errors will be highlighted.

UX/UI Updates and Improvements

  • Redesigned Authentication List

  • Improvements to the Workflow List

  • Debugger keyboard shortcuts

  • Worker group selection added to Jobs

SDK Improvements

  • Load multiple integrations at once

Platform Improvements

  • Harden Pliant deployments by using JWT certs