Verj.io V5.10.1 released

Check for important Verj.io announcements such as version, service packs and patch releases, event dates, etc

Moderators: Jon, Steve, Ian, civanderputt, Dave

Steve
Moderator
Moderator
Posts: 414
Joined: Fri Sep 07, 2007 3:44 pm
Location: Sandy, UK
Contact:

Verj.io V5.10.1 released

#1

Postby Steve » Tue Oct 26, 2021 1:37 pm

Verj.io V5.10.1 is now available and can be downloaded using the links below.

Downloads:
Verj.io Studio Links:
Windows 64 bit: https://downloads.verj.io/verjio/v5.10. ... _win64.exe
Linux 64 bit: https://downloads.verj.io/verjio/v5.10. ... x64.tar.gz
Mac: https://downloads.verj.io/verjio/v5.10. ... _1_mac.dmg

On-premise Server Links
Windows 64 bit: https://downloads.verj.io/verjio/v5.10. ... _win64.exe
Linux 64 bit: https://downloads.verj.io/verjio/v5.10. ... x64.tar.gz


Changes introduced in Version 5.10.1:

  1. When configuring web resource client scripts using the $ws prefix syntax, some operating systems resolve the mime-type for JavaScript files. This prevents the browser loading the JavaScript.

    For example: $ws/clientScripts/myfunctions.js

    Some JavaScript files were generated in the HTML as: <script src="ebWebResource/clientScripts/myfunctions.js" type="text/plain"></script>

    This has been corrected to: <script src="ebWebResource/clientScripts/myfunctions.js" type="text/javascript"></script>

  2. Public RESTFul Web Service could not resolve the endpoint if it contains both Path and URL parameters.

    For example: /customer/{customerId}?customerName{customerName}

  3. Losing concatenated properties in object return values from executeFunction. The value is returned as

    Code: Select all

    {"empty": false}
    For example:

    Code: Select all

    var customerName = "Joe Bloggs";
    function getCustomerDetails()
    {
       return { customer = "Customer Name: " + customerName; }
    }
    
    This now returns:

    Code: Select all

    { customer: "Customer Name: Joe Bloggs" }
  4. When using the Workflow API worlkflow.getFilteredJobs() threw an exception when using a POSTGRES database for the UFSRepository.

  5. Running an event script in a Part Page Component caused an error when testing the component by pressing the Test Part Page Component from the Verj.io Studio.

  6. Search Files in the Verj.io Studio did not search all the JQuery events handlers configured on a Control in its HTML Element Properties.


Release notes and installation instructions:
See the V5.10.1 Readme
0 x

Who is online

Users browsing this forum: No registered users and 54 guests