v0.2.11
hsubbaraj-spiral
released this
19 Apr 01:21
·
123 commits
to main
since this release
Released on April 18, 2023.
Enhancements
- Extends the Aqueduct-Databricks integration to optionally support long-standing instance pools. If specified, Aqueduct will automatically use nodes in the instance pool, and otherwise, Aqueduct will create a cluster with new instances.
- Improves form validation during integration connection to ensure that valid and invalid form fields are correctly detected and visualized.
Bugfixes
- Fixes bug where MySQL dependency installation could fail on an M-series Mac.
- Fixes bug where integration connections dialogs could re-render repeatedly, causing slight performance degradation.
- Fixes bug where loading a Tensorflow object from a file could fail due to library version mismatches.
- Fixes concurrency bug when multiple processes attempt to simultaneously create the same Kubernetes secret.
- Fixes bug where the release notification banner introduced in the last release was not picking up new Aqueduct versions from PyPI.
- Fixes bug where CUDA versions specified via the SDK may not have been faithfully installed at execution time.
All Changes
All commits
- Adds instance pool option to Databricks integration by @hsubbaraj-spiral in #1201
- Use 4 core instead of 8 core machines in GH actions by @kenxu95 in #1196
- Adds Roadmap, updates format of README by @vsreekanti in #1208
- ENG-2759 Installs dependencies for mac mysql connection by @agiron123 in #1202
- ENG-2790 Set Default Tabs for Integrations Dialog by @agiron123 in #1207
- ENG-2789 Fix for Airflow Integration Dialog Rendering Infinitely by @agiron123 in #1206
- Fix creating local tensorflow model data fails with module import and tensorflow versioning by @Fanjia-Yan in #1205
- [1/4] Eng 2711 Implement operator and artifact node views to capture structure information by @likawind in #1164
- ENG-2640: MySQL periodic integration test by @agiron123 in #1179
- Fix bug where race condition may occur when we create k8s secret for
AwsCredentialsSecretName
by @cw75 in #1214 - Adds support for running BigQuery tests periodically by @saurav-c in #1195
- Eng 2589 add documentation for the local data by @Fanjia-Yan in #1178
- ENG-2804 Check PyPI to determine whether to show Announcement Banner by @agiron123 in #1215
- Fix bug with CUDA versioning on GPUs by @hsubbaraj-spiral in #1212
- [1/2]: ENG-2805: Integration Form Empty State Console Error Fixes by @agiron123 in #1218
- [2/2]: ENG-2806 Ensure Integration Form Validation Works by @agiron123 in #1219
- Adds v2 route to retrieve workflow historical results by @likawind in #1221
- Eng 2733 implement v2 list workflow route by @eunice-chan in #1213
- Reduce concurrency of k8s tests to 1 by @hsubbaraj-spiral in #1222
- Release 0.2.11 by @hsubbaraj-spiral in #1226