Releases: InseeFr/Kraftwerk
Releases · InseeFr/Kraftwerk
2.0.1 - Add functional log
2.0.1 - [2024-02-22]
Added
- Log for functional purpose
Fixed
- Update dependencies, including Trevas (error with nvl())
2.0.0 - Connect Kraftwerk with Genesis (database)
Added
- Look for data in Genesis
Changed
- Migrated to Java 21
Fixed
- Fix issue with null interviewerId
- Fix exception when reporting VTL script not found
1.5.0 - Parquet output and improved reporting data
Added
- New format for output : parquet
- Add new reporting data in output
- Add possibility to calculate variables from reporting data with VTL script
- Export of reporting data variables into a separate table
- Export of last survey validation date from paradata into root
- Functional tests module
- Add Pairwise
1.4.2 - Add VTL between calculated vars and fix
1.4.2 - [2023-09-26]
Changed
- Add VTL user script execution between two variable calculation (VTL from DDI)
Fixed
- Fix issue with rank in loop names
- Fix issue CERTFR-2023-AVI-0763
1.4.1 - Fix issue with Paradata
1.4.1 - [2023-09-12]
Fixed
- Fix issue with empty paradata (missing start session)
1.4.0 - Add service without DDI and fix reporting Data
Added
- Service to read metadata from Lunatic in case no DDI is available
Changed
- Add date for contact-outcome and last attempt from reporting Data, instead of current day, month, year
Fixed
- In case of file by file execution, reportingData without questionnaires were duplicated. Fix with skipping these reportingData
1.3.2 - Change paradata calculation and fix boolean size
1.3.3 - [2023-06-13]
Fixed
- Paradata : fix the method for calculating sessions time
- Exclude boolean variables from length errors
1.3.2 - Update springboot version
1.3.2 - [2023-05-30]
Fixed
- Security issue by updating Springboot
1.3.1 - Change paradata process
Changed
- Read paradata file by file (survey unit by surveyunit based on filename)
- Remove SLF4J and use Log4j2 instead
Fixed
- Security issues
1.3.0 - Improve kraftwerk processing
Added
- Warning when variable length is not compatible with associated metadata (error + SAS script)
- Endpoint to process data file by file
Changed
- Remove XOM to read DDI. DOM is used
Fixed
- Read external variables in subgroups
- Fix format for numeric variables from paradata
- Fix memory error with temporary Json files