Skip to content

Releases: IUREDCap/redcap-etl

REDCap-ETL 2.3.18

10 Apr 14:43

Choose a tag to compare

  • Added catching of runtime errors (in addition to exceptions) in the redcap_etl.php script

REDCap-ETL 2.3.17

18 Mar 14:12

Choose a tag to compare

  • Added exit code of 2 for redcap_etl script execution exception

REDCap-ETL 2.3.16

10 Mar 17:33

Choose a tag to compare

  • Updated dependencies
  • Fixed PHP 8.5 deprecated code
  • Fixed some tests
  • Improved the documentation

REDCap-ETL 2.3.15

03 Jul 14:12

Choose a tag to compare

  • Fixed bug where incorrect processing was occurring when certain non-alphanumeric characters were used as checkbox values, for example, the '.' in floating point values, such as 1.2

REDCap-ETL 2.3.14

05 Dec 13:49

Choose a tag to compare

  • Fixed logging bug for case where e-mail logging failed for one or more e-mail addresses
  • Updated development dependencies

REDCap-ETL 2.3.13

20 Nov 14:41

Choose a tag to compare

  • Fixed variable name spellings for failed sends in the Logger sendMail method

REDCap-ETL 2.3.12

09 Jul 13:54

Choose a tag to compare

  • Fixed issues with the suffixes feature, including fixing label fields for suffix fields
  • Added support for suffixes with repeating instruments and repeating events

REDCap-ETL 2.3.11

20 Jun 19:18

Choose a tag to compare

  • Added support for missing data codes
  • Changed lookup table generation to maintain the original capitlization of values containing letters (instead of making them lowercase)

REDCap-ETL 2.3.10

06 Jun 18:52

Choose a tag to compare

  • Fixed bug for case where, if the database field name for a multiple-choice REDCap field name was set to something different than the REDCap field name, the label field name was being generated using the REDCap field name, instead of the database field name

REDCap-ETL 2.3.9

21 May 14:04

Choose a tag to compare

  • Added error handling for cases where the required PHP extensions are missing for the database system used for loading data extracted from REDCap