Skip to content

Releases: IUREDCap/redcap-etl-module

REDCap-ETL Module 1.4.1

31 Mar 15:13
Compare
Choose a tag to compare
  • Fixed cross-site scripting vulnerability
  • Improved the automated web tests
  • Updated development dependencies

REDCap-ETL Module 1.4.0

21 Jan 15:42
Compare
Choose a tag to compare
  • Added new options for transformation rules auto-generation, including the following options:
    • re-generate rules before each run
    • combine all non-repeating forms into the same table for non-longitudinal studies
    • include survey fields
    • remove notes fields
    • remove identifier fields

REDCap-ETL Module 1.3.1

17 Sep 18:26
Compare
Choose a tag to compare

REDCap-ETL Module 1.3.0

21 Aug 13:34
Compare
Choose a tag to compare
  • Added ETL server permissions; server permissions can now be set to:
    • Public - anyone can access (this was the only option available previously)
    • Private - admins, and anyone explicitly specified by admins can access
    • Admin - only admins can access
  • Upgraded the REDCap-ETL dependency to the 1.5.3 version, which has bug fixes

REDCap-ETL Module 1.2.4

04 Jun 13:10
Compare
Choose a tag to compare
  • Added pre-processing SQL (specification of SQL that is run before the ETL process)
  • Added generation of primary and foreign keys in database tables
  • Fixed bug that occurred when a REDCap project that had ETL configurations was copied

REDCap-ETL Module 1.2.3

07 May 16:07
Compare
Choose a tag to compare

REDCap-ETL Module 1.2.2

28 Apr 21:04
Compare
Choose a tag to compare

REDCap-ETL Module 1.2.1

22 Apr 13:01
Compare
Choose a tag to compare
  • Added options for adding DAG (Data Access Group) and file fields for auto-generation of transformation rules
  • Added help for transformation rules auto-generation
  • Changed API URLs in ETL configurations to be calculated dynamically, so that if you migrate or clone a REDCap instance with the REDCap-ETL Module, the module will automatically reference the new REDCap instance

REDCap-ETL Module 1.2.0

06 Apr 20:03
Compare
Choose a tag to compare
  • Added support for PostgreSQL as a database where extracted REDCap data can be loaded

REDCap-ETL Module 1.1.0

26 Feb 14:00
Compare
Choose a tag to compare
  • Added support for SQL Server as a database where extracted REDCap data can be loaded
  • Added logging for admins
  • Added option to generate form complete fields for auto-generation of transformation rules
  • Removed ability to show database passwords in ETL configurations (for security reasons)