v0.1.9
Released on January 10, 2023.
Key Features
- As of this release, Aqueduct has usage tracking. Usage tracking is fully anonymized and captures API routes, performance data, and error rates without revealing any specifics of your machine or deployment. For more details, check out our documentation.
- We now support cascading workflow triggers, which means a workflow can trigger another one at the end of its execution. You can specify that in our python SDK.
Enhancements
- Makes the artifact, check, metric, and operator details pages full width.
- Shows the Aqueduct version number on the UI navigation bar.
- Hides previews when artifacts are canceled.
- Hides parameters in status bar.
Bugfixes
- Fixes a number of UI bugs:
- Resets workflow settings dialog content after close.
- Aligns margins on right side of workflow details page.
- Removes vestigial popover to access settings page.
- Addresses regression where a workflow's saved objects were not being shown prior to workflow deletion.
- Aligns the width of metric and check history items.
- Updates the metadata views (workflows & data list pages) to differentiate table headers from metadata rows.
- Persists the number of rows shown per-page on metadata views between page refreshes.
All Changes
All commits
- Eng 1911 refactor schema version collection by @eunice-chan in #818
- Eng 2108 bug fix margin on right side of workflow by @eunice-chan in #827
- ENG-1857 Resets workflow settings dialog changes on close if changes are not saved. by @agiron123 in #830
- Eng 2123 tweak text to expand-collapse checks by @eunice-chan in #826
- Fullwidth artifact, check, metric pages by @eunice-chan in #829
- ENG-2130 Remove Settings Account Popover by @agiron123 in #831
- Fix UI bug where workflow saved objects were not being displayed when the workflow was deleted. by @kenxu95 in #832
- ENG-2121: Use dark logo for Aqueduct engine. by @agiron123 in #838
- ENG-2136 Make History List Item Width Consistent by @agiron123 in #839
- [1/3] Run SDK Integration Tests against S3 [Backend Bugfix] by @kenxu95 in #833
- [3/3] Run SDK Integration Tests against S3 [UI Fix] by @kenxu95 in #835
- Eng 2137 make integrations page full width by @eunice-chan in #840
- Updates README to match latest website copy by @vsreekanti in #843
- ENG-2176 Show version number on bottom of navigation bar. by @agiron123 in #841
- Implement basic usage stats collection and reporting by @cw75 in #837
- ENG-2128 update table header format by @eunice-chan in #842
- Fix typo in readme by @kenxu95 in #860
- ENG-1880 Hide preview when artifact is cancelled. by @agiron123 in #844
- ENG-2158 Persist number of rows between page refreshes on workflows page and data page tables. by @agiron123 in #854
- [1/3] Refactor SDK Integration Tests into subdirectory with shared sibling directory by @kenxu95 in #848
- Cache server env for usage stats collection by @cw75 in #857
- [3/3] Update the github actions to run the two SDK integration test suites by @kenxu95 in #850
- ENG-1961 Hide Parameters in Workflow Status Bar by @agiron123 in #852
- Adds UI support for showing the source workflow in the settings by @saurav-c in #855
- ENG-2172 CodeBlock Storybook Story by @agiron123 in #865
- [1/3] Adds SourceID field to Workflow.Schedule column by @saurav-c in #861
- Changes target workflow trigger to manual when source workflow is deleted by @saurav-c in #868
- Don't panic when error sending stats to Loki by @cw75 in #869
- Adds unit tests and integration tests for cycle detection in cascading workflows by @saurav-c in #871
- Prevents cycles in cascading workflows by @saurav-c in #872
- Eng 2127 tweak cell padding to improve table spacing by @eunice-chan in #853
- Bugfix: Fix table row height by @eunice-chan in #873
- Improve the Integration Tests README by @kenxu95 in #867
- preparing for release 0.1.9 by @likawind in #876