September 2024
September 26 2024
Features
- UI: Connections are now linked to Files and Flows
- On the Connection card, there are quick links to the Files and Flows that originated with that connection
- On the Connection page, these links are also available
- On the Files page, the origin of a file will contain the Connection's name
- Agent: Secrets can now be retrieved from the agent_sdk
Improvements
- UI: Code diffs are now compared per-word, rather than per-character
Bug Fixes
- UI: Fixed an issue where Flow Run notifications were shown twice
- UI: Fixed an issue where row counts of tables in Data Explorer were not accurate
- UI: Corrected links to the Documentation site
September 19 2024
Features
- UI: The maximum number of concurrent Flow Runs can now be set on each Flow
- API: Agent executables can be downloaded from the API
Improvements
- Agent: The agent version has a major version update, which reduces build time and executable size by 50%. See update instructions here.
- Agent: Status logs are written much less frequently
Bug Fixes
- Agent: Better handling of configuration updates while agent rebuild are in-progress
- Agent: Fixed an issue where manually shutting down a connection could cause it to be stuck in an "Unknown" state
September 12 2024
Features
- UI: The Environment Version summary is available in the Environment Settings menu
- This summary includes the version number of each Agent, Connection, and Flow in the environment
- Clicking an Agent or Flow will show the history of that item
- This view can be used in cases where stability and traceability are important
Improvements
- Virtualization: Session startup time should be greatly improved
- Agent: File names with spaces will not be written with URL encoding
- Agent: Stability improvements when processing updates
- Agent: Log files that have been uploaded to the cloud will be deleted
Bug Fixes
- SDK: Fixed parameter validation in the from_file_param method of MultiFileParam, used to ensure that the node parameter is the same for all captured files intended to be placed with the same node
- SDK: MockGanymedeContext should now correctly reference flow_run_id if requested, regardless of use_last_run flag setting
- SDK: Benchling methods updated to generally default to Unset rather than None
September 5 2024
Improvements
- UI: The environment Secrets table now supports sorting by Name and Updated Date
- UI: The Agent log date filter now reflects the dates where logs are available
- UI: Agent and Connection configuration information can now be copied from the UI for use in debugging and issue reporting
- Agent: Clarification made to Cron upload and file watcher notebook templates that returning None from execute function will result in no files uploaded
- Agent: Incorrectly typed objects returned from Agents in user-defined code now yields error messages in Connection logs.
Bug Fixes
- UI: The list of flows in an environment will now be fetched when logging in from a direct link
- Notebook: In certain cases, single input notebook templates were retrieved for multi nodes and vice versa. Faulty template retrieval was addressed in this release.
- SDK: Fixed function call for applying compensation within WSP.calculate_population_counts