Releases: IUREDCap/redcap-etl-module
Releases · IUREDCap/redcap-etl-module
REDCap-ETL Module 2.4.8
REDCap-ETL Module 2.4.7
- Made fix for system dependent issue for CSV file download of extracted data
REDCap-ETL Module 2.4.6
- Updated redcap-etl dependency to 2.3.13
- Updated phpseclib dependency to 3.0.42
- Fixed an initial use bug for the last cron run time
REDCap-ETL Module 2.4.5
- Fixed a bug in the "User Manual" page
- Added additional checks for REDCap errors on pages to the automated tests
- Updated the phpseclib dependency to the latest version
REDCap-ETL Module 2.4.4
- Updated redcap-etl and phpseclib dependencies; the new redcap-etl has enhanced support for suffix fields
REDCap-ETL Module 2.4.3
- Changed configuration of whether a server can run and/or schedule ETL processes to be at the server level instead of globally
- Improved the interface for managing user access for private servers
REDCap-ETL Module 2.4.2
- Upgraded the redcap-etl dependency to version 2.3.11 (https://github.com/IUREDCap/redcap-etl/releases/tag/2.3.11), which adds support for missing data codes
- Upgraded the phpseclib dependency (used for secure communications with remote ETL servers) to version 3.0.38
REDCap-ETL Module 2.4.1
- Upgraded redcap-etl dependency to 2.3.10 (from 2.3.8); see changes here: https://github.com/IUREDCap/redcap-etl/releases
- Fixed fieldset formatting issue
- Improved user help
- Changed links in help to make them stand out more
- Made transformation rules CSV download file name more descriptive and added a timestamp
REDCap-ETL Module 2.4.0
- Added lookup table configuration properties that allow the lookup table to be generated
- The lookup table provides information on values and labels for multiple choice fields
- Added error handling for remote ETL server issues
- Changed the configuration ETL page to update the API token status when an API token is selected (without having to save the ETL configuration)
- Updated workflow global properties with properties that have been added since the last time it was updated
- Improved the automated tests and documentation for them
REDCap-ETL Module 2.3.12
- Removed "mixed" return types that are not available in PHP 7