v0.0.16
Released on September 26, 2022.
Enhancements
- Improves the readability of the operator logs printed from the SDK by omitting empty logs and
making formatting uniform. - Throws a more informative error message when a table artifact's column name is not of type string.
Aqueduct currently cannot support DataFrame's with non-string type columns.
Bugfixes
- Fixes bug where authentication errors caused by incorrect integration credentials were treated as
system errors, which led to a confusing error message. - Fixes bug introduced in the previous releases where the settings gear was hidden on the UI.
- Fixes a number of minor formatting and spacing issues on the UI.
All Changes
All commits
- Minor update to CHANGELOG by @cw75 in #495
- Fix bug with bad credentials errors message when connecting to Postgres by @kenxu95 in #493
- Eng 1570 add endpoint to fetch historical data given an artf ID by @likawind in #483
- width fix for operator accordion on integration details page. by @agiron123 in #502
- ENG-1722 Fix for Settings gear not showing on workflow details page by @agiron123 in #503
- ENG-1724 Sidesheet scrolling bug fix by @agiron123 in #501
- Eng-1702 Update SDK Documentation on Using Lambda/K8S Engine by @Fanjia-Yan in #496
- Simplify install_local scripts by @likawind in #497
- Launches versioned docker image for function operator by @hsubbaraj-spiral in #500
- Builds versioned docker images for k8s by @hsubbaraj-spiral in #499
- Adds Loom demo section to PR template by @agiron123 in #505
- ENG-1722: Settings Gear Fix by @agiron123 in #504
- [SDK] Print operator logs in a consistent fashion by @kenxu95 in #498
- Eng 1359 fix a bug where tables with integer by @kenxu95 in #506
- Ready for release 0.0.16 by @cw75 in #511