Release Notes: Runner Version 3.4.5¶
Breaking Changes¶
None
Issues Resolved in this Release¶
Improvement¶
Issue |
Summary |
Description |
Status |
---|---|---|---|
Add CLI for |
Runner 3.4.4 introduced functionality to accept log or diagnostic data upload via pre-authenticated webhooks. The configuration of this was originally implemented in the Mitto database only, requiring direct database updated. This change implements a command line interface (CLI) to support configuration of this feature. |
Done |
|
Create PDF exports using Tableau REST API instead of ‘vizql’ API |
A Tableau authentication change is preventing REST API PAT tokens to authenticate to the non-REST APIs (VizQL) used to export dashboards. This required changes to the Runner Tableau Export jobs, where reliance on VizQL is removed. The Tableau Export jobs are now using the Tableau REST API only. |
In Testing |
|
JSONL inputter add support for relative path |
The JSONL inputter for “JSON Lines” was unable to use RegEx for source file selection. This has been implemented, bringing support for RegEx input file selection to JSONL files to parity with the other flat file inputters. |
In Testing |
Bug¶
Issue |
Summary |
Description |
Status |
---|---|---|---|
Update apitoolbox |
Runner’s APIToolbox version requirement was updated to 0.14.1 |
Done |
|
LicenseRefreshBackgroundTask stops on failure |
The background process to retrieve licensing information would fail if an error was encountered, causing the service itself to fail. This changes that logic to log the error and continue, allowing the background process to continue. |
Done |
|
engine_kwargs are removed after initial insert “batch” |
An error in the handling of a job’s |
Done |
|
Store button on jobs page (visibility / click handling) broken |
The “Store” button on the Job pages was shown in all cases, including jobs with no Store. This is now changed to conceal the Store button when no Store is in use for a Job. In addition, an error prevented navigation using the Store button. These issues are now resolved. |
In Testing |
|
Data adaption to MS SQL Server - not applying varchar to nvarchar change when adapting data output to existing table/varchar column |
When data sampling determined that a VARCHAR column on an existing destination table in MS SQL Server needed to be changed to NVARCHAR (for storage of unicode data), this change was not occurring properly. This is resolved. |
In Testing |
|
Temporary store consumes available storage: |
There is a possibility that large IO jobs will consume available filesystem space when the |
In Testing |
|
MS SQL Server: Unicode error on |
Records stored to MS SQL Server with columns including raw bytes values will in some cases fail due to invalid detection of bytes data as JSON, resulting in a |
In Testing |