# Issues Resolved in this Release ## Improvement | Issue | Summary | Description | Status | |--------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------| | [MIT-3408](https://zuarkb.atlassian.net/browse/MIT-3408/browse/MIT-3408) | Upload files without using user's API_KEY or session from cookies | Runner is now enabled to receive file uploads via REST API using a pre-authenticated webhook. This webhook does not use standard user authentication, a user's API key or session cookie. The use case for this is to support upload of logging and diagnostic data from multiple sources into a single Runner. | Done | | [MIT-3306](https://zuarkb.atlassian.net/browse/MIT-3306/browse/MIT-3306) | 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 | |--------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------| | [MIT-3419](https://zuarkb.atlassian.net/browse/MIT-3419/browse/MIT-3419) | 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 | | [MIT-3416](https://zuarkb.atlassian.net/browse/MIT-3416/browse/MIT-3416) | 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 | | [MIT-3412](https://zuarkb.atlassian.net/browse/MIT-3412/browse/MIT-3412) | Duplicate kwargs error when using query_params in job config | When the Job configuration specified `query_params`, a `duplicate kwargs` error would occur. This is resolved. | Done | | [MIT-3411](https://zuarkb.atlassian.net/browse/MIT-3411/browse/MIT-3411) | Temporary store consumes available storage: `could not extend file... No space left on device` | There is a possibility that large IO jobs will consume available filesystem space when the `temporary store` grows too large. To rectify this, there's an added option to use `gzip` compression on the temporary store. This is set by the environment variable `TMP_STORE_STRATEGY`, with options of `FILE` (the default, uncompressed) or `FILE_GZ` (compressed). | In Testing | | [MIT-3361](https://zuarkb.atlassian.net/browse/MIT-3361/browse/MIT-3361) | MS SQL Server: Unicode error on `sample.py` when record includes bytes | 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 `unicodeerror`. This is corrected by setting the destination column datatype as NVARCHAR. Runner now makes this change to NVARCHAR when required. | In Testing | | [MIT-3309](https://zuarkb.atlassian.net/browse/MIT-3309/browse/MIT-3309) | UI displaying update Download and Restart controls at the same time | Inconsistency between the Runner webapp and mitto_supervisor service during download and upgrade process states is improved with better cache and status display. | Done | | [MIT-3307](https://zuarkb.atlassian.net/browse/MIT-3307/browse/MIT-3307) | Error on the login page | An `{{error}}` is shown on the Login page. This is corrected. | Done |