Release Notes: Runner Version 3.4.7

Breaking Changes

None

Issues Resolved in this Release

Improvement

Issue

Summary

Description

Status

MIT-3451

Add Pydantic documentation for the output section of a job configuration

Created Pydantic class(es) to generate documentation for the output section of a job config. This isn’t customer visible in the product, but a change to improve automatic documentation from the codebase.

Done

MIT-3450

Improve EngineKwArgs documentation

Improvements to documentation for engine_kwargs.

Done

MIT-3449

Enable sqlalchemy logging

In debugging issues, we need visibility into the SQL commands sent to the source or destination database engines. This change adds ability to control SQLAlchemy logging via the use of engine_kwargs in a job’s configuration, with the echo: true parameter.

Done

MIT-3448

Create JSON Schema documentation for engine_kwargs

Create documentation for the engine_kwargs parameter of the output step.

Done

MIT-3446

Documentation improvements

Provide JSON Schema documentation for MaxTimestamp and SetUpdatedAt job steps.

Done

Bug

Issue

Summary

Description

Status

MIT-3447

CircleCI problem: docker build command doesn’t use cache

Enable caching of Docker images in CircleCI to reduce workflow runtimes.

Done

MIT-3224

Data Editor - cannot set Boolean value to “False”

In previous releases, the table Data Editor was unable to store a boolean False value. This has been corrected.

Done

MIT-3215

Mitto 3.3.5 Data Editor existing populated date fields “nulled” when opening Editor modal

When the Data Editor opened a table for updating, the existing Date fields would be filled with null values. This was caused by the same root cause in the MIT-3214 issue.

Done

MIT-3214

Mitto 3.3.5 Data Editor bug Uh-Oh screen on record save

On record saves in the Data Editor, the result is an error page. This is resolved.

Done