Skip to main content

2024.2 Releases

This documentation pertains to all releases included in the 2024.2 major release and its subsequent minor releases.


Release 2024.2.2.1

info

July 11th, 2024

Bug Fixes

  • Resolved an issue where all arrows disappeared from parent folders containing child folders upon returning to the listing page.
  • Corrected a problem where the column name tooltip was not displayed when hovering over target columns in diffJoin configuration.
  • Addressed discrepancies where float column datatype data shown in the Excel file and the rule exception report was different.
  • Fixed rule errors resulting in a -53 exit code and "Disk out of space" error description when using PostgreSQL as a connection.

Known Issues

  • An error occurs in the flat file rule when "Is sorted" is set to No and a text qualifier is not provided.
  • Sample data for columns with "Float" datatype is presented in exponential format.
  • Rules with column names containing leading or trailing spaces may result in a "column mismatch" error and prevent sample data display.

Note: Known issues are currently under investigation and will be addressed in future releases.


Release 2024.2.2

info

June 28th, 2024

Highlights

  • Enabled EC2 role-based authentication for all file-based connectors
  • Upload Files Users can now upload files to the any of the file-based connections from their desktop.
  • Diff Highlight The new enhancement allow users to identify the exact sequence of charaters that is causing the custom "EQUAL TO" check to fail.

Others

  • Folders now visually show if they contain subfolders, making it easier to find nested folders across all screens.
  • API to delete a workspace is now GA.

Bug Fixes

  • Fixed an issue where the exception report wouldn't always display when clicking on the instance ID.
  • You can now use the test check feature with column names containing periods (.).
  • Downloaded exception reports now correctly reflects the data for Xp result type.
  • 'View' hyperlink in workflow email templates now correctly redirects users to the related exception report.
  • Fixed an issue where recon rule diff join changes appeared incorrectly in UI & Order By after modifying source/target query columns.
  • Resolved an issue in with LDAP integration that limited user import to the first 1000 users, regardless of configured batch size.
  • JSON file previews now display all records correctly, even when string values contain newline characters

Release 2024.2.1

info

May 25th, 2024

Highlights

  • User Defined Functions: Create multiple reusable functions with aliases against one class for cleaner and more maintainable code.
  • Custom JAR and Groovy Files: Deploy your own JAR and Groovy files for use in Script Rules and User Defined Functions.
  • REST API Update: The summaryVariables object in the workflow execution API request body has been renamed to parameterVariables for improved clarity.
BREAKING CHANGE

Update your workflow execution request bodies and rename the object name summaryVariables to parameterVariables

Bug Fixes

This release addresses over 100 bugs across various functionalities. Here are some critical fixes:

  • Users with group-level roles can now view dashboard reports.
  • Downloading large Excel exports of exceptions now functions correctly.
  • Custom SQL Server JDBC drivers no longer cause rule execution errors.
  • JSON Connector successfully tests connections with JSON line delimited files.
  • Schema listing works with Hive using Kerberos Ticket Cache authentication.
  • Users can subscribe to email notifications as expected.
  • Users are now correctly listed under their accounts.
  • Users with workspace-level grants can view holiday calendars in the schedule screen.
  • MediumInt data type is mapped correctly for MySQL and MariaDB connectors.