# Issues Resolved in this Release ## Improvement | Issue | Summary | Description | Status | |--------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| | [MIT-3451](https://zuarkb.atlassian.net/browse/MIT-3451/browse/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](https://zuarkb.atlassian.net/browse/MIT-3450/browse/MIT-3450) | Improve EngineKwArgs documentation | Improvements to documentation for `engine_kwargs`. | Done | | [MIT-3449](https://zuarkb.atlassian.net/browse/MIT-3449/browse/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](https://zuarkb.atlassian.net/browse/MIT-3448/browse/MIT-3448) | Create JSON Schema documentation for `engine_kwargs` | Create documentation for the `engine_kwargs` parameter of the `output` step. | Done | | [MIT-3446](https://zuarkb.atlassian.net/browse/MIT-3446/browse/MIT-3446) | Documentation improvements | Provide JSON Schema documentation for `MaxTimestamp` and `SetUpdatedAt` job steps. | Done | ## Bug | Issue | Summary | Description | Status | |--------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| | [MIT-3447](https://zuarkb.atlassian.net/browse/MIT-3447/browse/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](https://zuarkb.atlassian.net/browse/MIT-3224/browse/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](https://zuarkb.atlassian.net/browse/MIT-3215/browse/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](https://zuarkb.atlassian.net/browse/MIT-3214/browse/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 |