Skip to content

17.x Release Notes

17.8 | 17.7 | 17.6  | 17.5  | 17.4  |17.3 | 17.2  | 17.1 |  17.0

Flywheel 17.8 Release

January 2024

17.8.0

FEATURES

  • NEW - Audit Trail

    • Provides a detailed and immutable record of every creation, change to, and deletion of data on the Flywheel system. The record includes:
      • When the change happened
      • Who performed the change
      • Where the change happened (FW path to container/file)
      • What the contents was of the change was (including delete reason)
    • Audit Trail record supports direct inspection, and project level report generation
    • Only available with Validated Instances of Flywheel Core

      Enablement

      • A Validated Instance of Flywheel Core is compliant with US 21 CFR Part 11.
      • Customers may implement this by buying an audit and a deployment of a validated instance.
      • There are two optional service options available for validated instances:
        1. Enhanced day-to-day support
        2. Process migration support defined by a customer-specific SOW

      If you are interested in finding out more about Validated Instances and compliance with US 21 CFR Part 11, contact your salesperson.

  • Viewer

    • For a Completed task (with deleted protocol in use) user can view Annotation & Form data
    • Remove viewer icon when all OHIF Viewer versions are disabled
  • DICOM Connectors

    • Fixed an issue where DICOM connectors were dropping the private DICOM header, TimeAfterStart (0021,1104) (and its sub-fields), which is added by Siemens Numaris XA30 scanners.
    • The embedded Orthanc server is updated from 1.8.0 to 1.12.1 to improve stability and enable support for newer TransferSyntax options.
  • Classic CLI (fw)

    • The Classic CLI (fw) is not compliant with US 21 CFR Part 11
      • For a compliant alternative, consider using the BETA CLI (fw-beta).
    • Enhancements are made to how the Flywheel CLI (fw) handles network responses to improve reliability, robustness, and error handling.
  • BETA CLI (fw-beta)

    • The BETA CLI (fw-beta) is compliant with US 21 CFR Part 11.
    • Instructions for downloading and installing the BETA CLI (fw-beta) are available in the Flywheel CLI section of the User Profile page of the Flywheel Web App and also here.

      Enablement

      The Import and Export features available in the BETA CLI are disabled by default (while in BETA). To enable these features on your site, contact Flywheel Support.

    • Certain data duplication scenarios are now detected and rejected by the BETA Import process (fw-beta import), including:

      1. File Collisions: The (BETA) import process does not allow existing files to be overwritten.
        • If more than one import is adding the same file simultaneously, the upload that is processed by the server first "wins", and all subsequent uploads of the same file will be rejected.
        • This only applies to the import process, specifically. Files can still be overwritten by other means, just not through the (BETA) import process.
      2. SeriesInstanceUID Duplication: The (BETA) import process only allows a SeriesInstanceUID value to be used on a single Acquisition container across an entire site.
        • If multiple imports are creating Acquisitions with the same SeriesInstanceUID simultaneously, the Acquistion processed by the server first "wins", and all subsequent Acquisitions with the same SeriesInstanceUID will be rejected even if they are for separate projects or groups.
        • This only applies to the import process, specifically. Multiple Acquisition containers can be created with the same SeriesInstanceUID value by other means, just not through the (BETA) import process.
  • BETA Jupyter Notebooks Module

    • Renaming of Jupyter workspaces to JupyterLab Servers. Use the word workspace to reflect all the Servers.
    • New Workspace Splash page and workspace tab
    • Project Admins now have control over enabling the Jupyter workspace for their project

FIXES

  • Code editor is not in read-only mode for input/output files on jobs and analyses
  • SDK find_one validation incorrect
  • Resolved issue where unattached disks were being created for a multiprovider site.
  • Resolved issue where gear execution status remained in running status even when the gear was not running.
  • Resolved issue where provenance tab showed more output files than the jobs log.
  • Provenance tab now shows correct count of jobs processed.

17.8.1

FIXES

  • Resolves issue where only one api key at a time was allowed

  • Resolves the missing 'export to csv' option for search results

17.8.2

FIXES

  • Resolved upload errors when uploading large files within a specific narrow size range to Azure hosted Flywheel sites.
  • Resolved issue of file parts being stored in an unexpected order when uploading files over 4 GB to Azure hosted Flywheel sites.

Flywheel 17.7 Release

December 2023

17.7.0

FEATURES

  • NEW - Viewer Protocol & Form Builder

    • Viewer Protocol Configurations and Viewer Forms can be created and edited directly from the Flywheel Core Web App using the new JSON Editor.
    • This functionality can be found in Project Overflow Menu under Settings/Viewer Protocols.

      Example

  • BETA Project Import: Info about impacted containers

    • Statistics about how many Subject, Session, and Acquisition containers are impacted by an import job are displayed in the Import Job details.

      Example

      Import Job Container Statistics - Screenshot

FIXES

  • CLI (fw)
    • Sync
      • Fixed an issue where fw sync fails on Windows clients when using the default temporary directory location.
      • Fixed an issue where fw sync was creating extraneous folders named <Temporary Directory ' in the destination location.
  • BETA CLI (fw-beta)
    • Import
      • Fixed an issue with fw-beta import get <id> --report csv where the audit report would fail to be retrieved if format was specified as CSV.

17.7.1

FIXES

  • Resolved issue with Flywheel compute failing to create AWS scalers, which blocks the ability to run gears on a site that uses AWS.

17.7.2

FIXES

  • Resolves an issue where users are unable to save new files created via the Code Editor in the Web UI. This issue was caused by a change in version 17.7.0.
  • Project Exports
    • Fixed an issue with project exports where the name of the user who created a project snapshot was not displayed correctly.
    • Fixed an issue where project exports could not be scheduled using the Beta CLI due to an authentication error.

17.7.3

FIXES

  • Resolves an issue with dataview where a data view created without a container (via the SDK) prior to v17.7 will fail to run.

Flywheel 17.6 Release

November 2023

17.6.0

FEATURES

  • Option to hide NAV panel
    • Help ensure users do not access prior timepoints while completing a reader task.
  • BETA FrameThrower Multi-Frame Support
    • Load multiframe images in the Beta viewer via in OHIF V3 using Flywheel’s new backend service.
  • BETA Ophthalmology Mode in OHIF V3 
    • The first viewer mode we have developed is for Ophthalmology imaging.
    • Available for OP & OPT files
      • Configure zoom parameters
      • OCT scale display
      • X/Y Aspect ratio stretching
      • Updated fundus ring functionality
  • BETA RT Struct support in OHIF V3
    • RT Struct overlay files are now processed in our OHIF V3 deployment.
  • BETA Import Monitoring UI (for fw-beta import)
    • Project members can see a summary of all fw-beta import jobs affecting their project and view details about each import job including summary statistics and a detailed file-by-file report -- all from the Flywheel web application.
    • The new view is located under as a new tab called "Imports" found in the tab overflow menu of the Project page.
  • BETA Custom DICOM Header Mappings for Imports (fw-beta import)
    • Custom DICOM header-based mappings can be specified for DICOM Imports (fw-beta import --type=dicom) using the --mapping option.
    • E.g., the option --mapping PatientName=subject.label causes the value of the PatientName DICOM header from the source data to be used as the label of the Subject container in Flywheel.
  • BETA CLI Improvements (fw-beta)
    • External storages targeting read-only cloud storage buckets can be created via the CLI using the --mode option to specify Import-only permissions.
      • Previously, write access to the cloud storage bucket was always required.

FIXES

  • Remove erroneous units from pixel intensity values in viewer.
  • Resolved issue where OHIF Viewer loads analysis input instead of output when filename are the same.
  • Resolved an issue where a DICOM zip file containing single and multi-frame data caused viewer crashes.
  • Resolved issue where OHIF viewer cannot display Siemens mosaic dicom images.
  • Fixed issue with ROSA generated DICOM SEG files not loading in OHIF V2.
  • Resolved issue with smart copy failing for a large project.
  • Resolved issue with UI file upload.
  • CLI (fw)
    • Ingest
      • Fixed an issue with fw ingest template where the --detect-duplicates command-line option was not overriding the same option specified in the template file (command-line arguments should have priority over template files).
      • Fixed an issue with fw ingest --cluster where large data sets would cause the process to crash due to running out of temporary storage space.
    • Sync
      • Fixed an issue with fw sync on Linux clients where ZIP archives would be empty after download.
      • Fixed an issue with fw sync where the process would crash after trying to unzip files which were not actually ZIP archives.
    • Export BIDS
      • Fixed an issue with fw export bids to improve error messaging when a user attempts to export a project where they do not have the proper access.
  • Project Exports
    • Fixed an issue with project exports where dry-run exports were not displayed on the project exports listing page.
    • Fixed an issue with project exports where if a user created a new export job by copying an existing one, the original parameter values from the existing job would always be used even if the user changed the values before starting the new export job.
    • Fixed an issue with project exports where using the "Basename" Zip Naming option to collapse file paths for datasets that contain multiple nameless files (e.g., .DS\_Store in multiple directories) would cause the files to be improperly prefixed (instead of suffixed) in an attempt to ensure uniqueness (e.g., \_1.DS\_Store instead of .DS\_Store\_1).
  • DICOM Connectors
    • Fixed an issue where certain DICOM connectors were too eagerly transferring DICOM Series in multiple partial packages instead of waiting for the full Series in one package, resulting in affected Series being split between multiple versions of the same file within Flywheel where each version contained a different part of the full Series.

17.6.1

FIXES

  • Resolved issue where Non-Site Admins could not view "information", "viewer", and "download" options on a session.
  • Fixed an issue with fw-beta import get <id> --report csv where the audit report would fail to be retrieved if format was specified as CSV.

Flywheel 17.5 Release

October 2023

17.5.0

FEATURES

  • NEW - Site bookmarks
    • Add links to important web resources relevant to your usage of the Flywheel site.
    • For example, share links to Internal IT Support or policies and procedures that are accessible to all users of the site.
    • Documentation: Site Bookmarks
  • NEW - Multi-frame DICOM support (BETA - available only to select customers)
    • Allows viewing multiple 2D images, or frames, stored inside a single file to better represent images captured in a sequence or as a volume.
  • Other Enhancements
    • All fw-beta import jobs produce an audit report detailing what action was taken for each individual file and where it was placed within Flywheel.
    • Flywheel cloud compute resources are automatically tagged to allow for tracking of compute spend. Tracking can be done by Flywheel project in addition to group.

FIXES

  • Resolved issue with Reader Task Submit Button.
  • Resolved issue with DICOM Web Upload - File Failed to Upload When deid profile applied.
  • Fixed the timeout issue with getting projects with attached files.
  • Resolved issue with viewing versions of a file that has multiple versions.
  • Resolved issue with viewer for html.zip files.
  • Resolved issue where Job log page shows no outputs for a job.
  • Resolved issue with Engine where Jobs are getting stuck with no other work being executed.
  • Ingest, Sync, & fw CLI
    • Fixed an issue where the fw CLI help information was outdated and inaccurate.
    • Fixed an issue where the fw CLI could not be used on Linux if the local timezone and the system timezone did not match.
    • Fixed an issue where an invalid gear manifest.json file in the current directory would prevent all fw CLI commands from functioning.
    • Fixed an issue where fw ingest project would not apply --include or --exclude filter rules properly.
    • Fixed a minor issue where the fw ingest audit log listed directories that were empty in the source location.
    • Fixed an issue where fw sync would hang near the end of a project export just before exporting the last few files.
  • Imports, Exports, & fw-beta CLI
    • Fixed an issue with fw-beta import where single files would not be zipped even if the --zip option was specified.
    • Fixed an issue where external storages could not be listed or used for fw-beta import or export due to a few storages having invalid configurations.
    • Fixed an issue where users could configure external storages to apply execute permissions after exporting files, which is not allowed.

17.5.1

FIXES

  • Resolved an issue with networking of the elastic search pods that caused poor search indexing.

17.5.2

FIXES

  • Resolved an issue where a DICOM zip file containing single and multi-frame data caused viewer crashes.
  • Resolved issue with UI file upload.

17.5.3

FIXES

  • Resolved issue where the user with an admin role could not view "information", "viewer", and "download" options on a session.

Flywheel 17.4 Release

September 2023

17.4.0

DEPRECATIONS

  • NOTICE: End Of Support Schedule for Legacy API Keys
    • Support for Legacy API Keys will end with the 18.0 release of Flywheel Enterprise, scheduled for release in February of 2024.
    • Once a site is upgraded to version 18.0 or later, that Flywheel site will reject all authentication attempts that use Legacy API Keys.
    • All users should migrate to using Enhanced API Keys (instructions) as soon as feasible.

FEATURES

  • NEW - Enhanced API Key Expiration
    • With this security improvement, expiration dates are now required on all Enhanced API Keys.
      • For existing API Keys the expiration date will be set to 1 year from the time of upgrade.
      • For new API Keys the expiration date will be set by the user at the time the key is created.
    • A warning will be displayed upon user login for API Keys that are expired or about to expire.
    • Documentation: API Keys for Users and Devices
  • NEW - Multiple Key Support for Enhanced API Keys
    • Users can provision and apply a new API Key before the existing one in use is deleted or expires.
    • Up to 5 Enhanced API Keys per user and per device are permitted.
    • Documentation: API Keys for Users and Devices
  • NEW - Link to User Forums
    • Join our community user forum to connect with other institutions and colleagues using Flywheel.
    • Share questions and ideas with the Flywheel community as well as connect with our staff to learn about upcoming webinars, development, and specialty topics.
    • Visit the forums directly, or anytime from the the “?” button at the top right of the Flywheel web interface.
  • NEW - Viewer has a UI Indicator for Form Location & Tool Reactivation
    • We now provide a streamlined way to reactivate a part of the form to add or remove annotations.

FIXES

  • Resolved OCT data loading error after upgrading to the latest IO-Proxy/WADO version.
  • Resolved issue where de-id profile name (specified in the YAML) doesn't get updated in the UI.
  • Resolved issue causing specific data to no longer be viewable in FW standard OHIF viewer.
  • DTI value is no longer clipped in NIfTI file.
  • Resolved issue where 'mosaic' images did not load as expected.
  • Corrected total area displayed in viewer when unit of annotation area is micrometer.
  • User with Container Hierarchy View Metadata permission is again to generate project report.
  • Corrected issue where get_project_acquisitions did not return acquisitions.
  • Fixed an issue where a re-run import was failing early while scanning files before uploading any data, because of a timeout while retrieving historical progress information.
  • Fixed an issue where the system would re-import the same file even though the content had not changed, resulting in the file version number incrementing more than it should have.
  • Fixed an issue where re-running a large import resulted in false errors for a small proportion of files that were imported successfully.
  • Resolved issue where data views with long field names resulted in empty data.
  • Performance improvement for Jobs log.

17.4.1

FIXES

  • DICOM Web Upload - Resolved issue where file fails to Upload when a deid profile is applied.

17.4.2

FIXES

  • Resolved issue where the Reader Task Submit Button does not work.

17.4.3

FIXES

  • Resolved an issue with networking of elastic search pods that caused poor search indexing.

Flywheel 17.3 Release

August 2023

17.3.0

FEATURES

  • NEW - Flywheel Notebooks - Workspaces with JupyterLab (BETA - select customers)
    • New interactive computing option to support data analysis, workflow automation and machine learning directly within Flywheel!
  • Enhancements to Import and Export
    • Exports can be written to file systems where writing as the root user is disallowed.
      • When a non-default User ID (UID) or Group ID (GID) is specified in an External Storage configuration of type File System, Flywheel will switch to the specified user and group before writing files.
    • Custom file path-based mappings with DICOM imports
      • Metadata fields can be mapped from a combination of both file path and DICOM header information in the same import.
      • When specified, custom file path-based mappings will supersede default DICOM header-based mappings.
    • Any combination of up to 4 total jobs of either type (import or export) may now be run concurrently.
      • Exports and imports are both given the same priority and will be processed in the order they are submitted.

FIXES

  • Resolved issue occurring when deleting a project with active DIMSE service.
  • Corrected issue where the DICOM Web Uploader appends Series Number to Acquisition Label.
  • Issue resolved for DIMSE service where Query/Retrieve won't display series.
  • Corrected viewer form inconsistency when no bscans are set.
  • Resolved Viewer issue where next question is getting removed from the viewer form when the user change the slice - without Bslice.
  • Resolved an issue where the DICOM import process would not read the DICOM metadata tags to determine placement in Flywheel if zipping was disabled.
  • Resolved issue in Manage Site mode that prevented site administrators from moving acquisitions.
  • Added a scroll option to look at saved queries over 9 for advanced search.
  • Corrected issue where Actions->Export Results as CSV sometimes gives the wrong files.
  • Fixed issue where keyboard ENTER key in Smart Copy modal causes Include filter clauses to be removed.
  • In Notebooks, resolved issue where fw client is not automatically instantiated in the notebook.
  • Resolved issue where Site Gear Rule Templates failed to create permission lookups when a new project is created.
  • Upgraded compute to support TLS1.3 ciphers.
  • Improved storage decommission when gears crash.
  • Resolved issue affecting AWS cloud sites where unattended upgrades of VMs during gear runs can cause gear failures.

17.3.1

FIXES

  • Resolved an issue where project exports would fail to complete if configured to modify UNIX permissions (ownership) after exporting files.
    • The files would get exported correctly, but the export log file could not be written at the end of the process.
  • Resolved an issue where a re-run import was failing early while scanning files before uploading any data, because of a timeout while retrieving historical progress information.

17.3.2

FIXES

  • Corrected conditional logic issue in the viewer form which was removing previous answered if a question was hidden and redisplayed.

17.3.3

FIXES

  • Resolved OCT data loading error after upgrading to the latest IO-Proxy/WADO version.
  • Resolved an issue where the system would re-import the same file even though the content had not changed, resulting in the file version number incrementing more than it should have.
  • Resolved an issue where re-running a large import resulted in false errors for a small proportion of files that were imported successfully.

17.3.4

FIXES

  • Resolved an issue that blocks version upgrades at some sites.

Flywheel 17.2 Release

August 2023

17.2.0

FEATURES

  • NEW - Viewer usability and convenience features
    • Option to reduce hover opacity to zero when reviewing multiple reader tasks.
    • Export total area calculation for closed ROIs.
  • NEW - Viewer now supports JPEG2000 compressed images
    • We upgraded to the latest WADO library and can now offer support for this file type.
  • NEW - Integration with OHIF V3 (BETA - select customers)
  • NEW - More efficient jobs log storage (site upgrade configuration option for AWS and GCP)
    • Job logs in AWS and GCP instances can be stored more efficiently by leveraging object storage.
    • Existing logs will be migrated to object storage.
    • Users will not notice any changes in jobs log functionality with only minimal changes in retrieval performance for older job logs.
    • This option helps reduce site storage costs by using object storage.

FIXES

  • PET series in Viewer now applies RescaleSlope.
  • Fixed an issue seen when the user draws multiple annotations with the same label on two images of different series and clicks on the total area button the "loading" message and the viewport became unresponsive.
  • Resolved issue where mouse wheel based zoom functionality was not working in certain conditions in the viewer.
  • Fixed issue where storage was stuck in Pending state during connection test for data exports.
  • Users are now able to modify existing S3 entries with implicit permissions.
  • Resolved issue where session counts in Project Reports were capped at 100.
  • Resolved issue where Analyses created prior to Flywheel 15.1.0 were being skipped during Smart Copy.
  • Resolved issue of SDK and API documentation referencing an unsupported parameter (get_usage_report & get_daily_usage_report contained a csv parameter which the core api no longer accepts).
  • Provided a fix for a sporadic issue where gear outputs didn't receive success response after uploading results.
  • Gear templates: Fixed issue causing the message “Unable to add rules. Please try later” to be displayed when site admins attempted to create new gear rule if that Gear access is restricted.
  • Resolved issue on AWS cloud implementations that impacted ability to execute jobs.

17.2.1

FIXES

  • Resolved issue with large exports (~500GB) failing at a site.

17.2.2

FIXES

  • Resolved issue causing the CLI to fail when uploading gears.

17.2.3

FIXES

  • Corrected Viewer form inconsistency when no bscans are set.
  • Resolved Viewer issue where next question is getting removed from the viewer form when the user change the slice - without Bslice.
  • Resolved issue where fw-beta import keeps on failing after retrying for multiple times.
  • Allow 4 xfer jobs to be run in parallel by default.

17.2.4

FIXES

  • Resolved issue affecting AWS cloud sites where unattended upgrades of VMs during gear runs can cause gear failures.

17.2.5

FIXES

  • Additional fix for fw-beta import failing after retrying for multiple times.

Flywheel 17.1 Release

July 2023

17.1.0

FEATURES

  • NEW - Job Priority (BETA - Limited Release Feature)
    • Set Job Priority for Gear rules and/or individual Gear executions
    • Modify Job Priority for existing enqueued jobs directly from the jobs log page.
    • Job Priority levels are: Low, Medium, High, and Critical (default for all jobs is medium).
    • Job Priority is taken into account when new jobs are selected by the engine. ]
    • Existing custom configurations and resources may impact execution.
  • NEW - Add min & max pixel intensity values to ROI panel display in the Viewer
    • Previously, the viewer displayed a number of data points associated with the pixel intensity values with in closed ROIs. However, those did not include the minimum and maximum values. The default behavior now is to display the following pixel intensity values in the right hand panel:
      • Minimum
      • Maximum
      • Std Dev
      • Median
      • IQR
    • Reminder: Pixel intensity values are only available for compliant DICOM & NIfTI files
  • NEW - Display total area for Annotation Labels with single ROIs.

FIXES

  • Resolved issue causing annotation labels to be duplicated.
  • Fixed issue where user was not able to open OCT file in OHIF viewer.
  • Resolved error message when editing multiple readers' data.
  • Resolved issue with Reader Task where Annotation Tools are not enabled If tools are not configured with study form.
  • Improved performance by adding database index on encrypted API keys.
  • Resolved issue where moving a subject did not trigger project reindex.
  • Reduced usage of system temporary space during file uploads.
  • Corrected an issue with compute logging.
  • Improved performance of pagination for dataview queue list.
  • Viewer now ignores Mac OSX hidden system folders if they are inadvertently updated.

17.1.1

FIXES

  • Resolved issue impacting database service monitoring.

17.1.2

FIXES

  • Resolved issue on AWS cloud implementations that impacted ability to execute jobs.

17.1.3

FIXES

  • Resolved issue with large exports (~500GB) failing at a site.
  • Fixed issue where storage was stuck in Pending state during connection test.

17.1.4

FIXES

  • Corrected Viewer form inconsistency when no bscans are set.
  • Resolved Viewer issue where next question is getting removed from the viewer form when the user change the slice - without Bslice.
  • Resolved issue where fw-beta import keeps on failing after retrying for multiple times.

17.1.5

FIXES

  • Resolved issue affecting AWS cloud sites where unattended upgrades of VMs during gear runs can cause gear failures.

Flywheel 17.0 Release

June 2023

17.0.0

FEATURES

  • Display approximations for search result contents
    • In the Web UI, Search result counts over 1,000 are now abbreviated and rounded to reflect thee precision they represent.
    • Affects the top result tabs and the facets in the sidebar.
    • Search result counts over 1,000 have always been approximate values, necessary for the scalability of the search engine, and this change makes that more clear.
  • Move Acquisition to Session
    • Move acquisitions from a single Session to a new Session.
    • Supports moving to the same or different Subjects, Projects, and Groups.
    • Destination Session must already exist.
    • User can choose to have acquisitions name conflicts automatically resolved.
    • User has control over the deletion of the source Subject if empty after the move.
  • Configuration Option For Blinding Viewers (BETA - Limited Release)
    • Expanding on the work done in 16.19 to support blinding reviewers from which readers generated which data, we now have the option to configure whether or not the blinding should be applied.
  • Load ETDRS Grid at Foveal Center
    • For Ophthalmology workflows leveraging the ETDRS grid, the viewer now has an improved user experience when an annotation is present for the foveal center.
  • Updated Default Behavior for Proximity Cursor
    • With our first implementation of the proximity cursor being used by customers, we were able to collect UX feedback and make enhancements to the default behavior.
  • NEW Customization Options for Proximity Cursor (BETA - Limited Release)
    • Expanding on our original offering for the proximity cursor in the viewer, we now allow users to customize the shape of the cursor to support other workflows outside of Ophthalmology.
  • Enhancements to Connectors and CLI (BETA - Limited Release)
    • Connector support for uploading very large files over signed URL.
    • Mutual TLS support for Orthanc connector.
    • New report page for Connectors, allowing site administrators to see information about connectors directly within the UI. This is an optional feature and must be enabled.
    • Usability improvements for file filters in CLI (for both import and export).
      • --exclude filter option can be specified multiple times in a single command.
      • File types can be specified directly (dicom), as a suffix (.dicom), or even as a wildcard (\*.dicom).

FIXES

  • Smart Copy now works using session.label for filtering.
  • Gear rule with auto-update now stays in sync with latest gear version and editing is fixed.
  • Resolved issue with gear rule db fix involving invalid rules.
  • Resolved issue with dataviews with large numbers of columns.
  • Resolved issue hampering upgrade from 14.x.
  • Resolved issue with AWS multi-part upload support for gears.
  • Data view Queue- Name column now allows ascending/descending sorting.

17.0.1

FIXES

  • Resolved issue of duplicate annotation labels in the viewer.
  • Performance improvement for enhanced API keys.
  • Resolved database error causing some 17.0.0 upgrades to fail.

17.0.2

FIXES

  • Resolved an issue where moving Subjects between projects could result in Basic & Advanced Search not locating the data in its new project.