Skip to content

WebAPI Version 2.5.0

Compare
Choose a tag to compare
@anthonysena anthonysena released this 28 Aug 18:30
· 830 commits to master since this release

Features

Added 'test connection' function for datasource management, exposed in Atlas UI.
Added role management features to import users and roles from AD.
Lazy Loading of Included Concept Set Counts
Added CEM 1.0 services for negative control generation.

Fixes

Better Impala support
Handle issue with null columns in SOURCE table related to username/password storage.
Enhanced AD/LDAP Support

Migration

We've upgraded the Flyway migration library to version 4. It is recommended you backup your WebAPI database prior to deployment. You should see output in your startup logs about a schema migration. Please report any issues you find during upgrade.

Use SqlRender to translate the following SQL for your specific environment and run on all CDM results schemas:

ALTER TABLE @resultsSchema.cohort_inclusion_result ADD mode_id  int NOT NULL DEFAULT 0;
ALTER TABLE @resultsSchema.cohort_inclusion_stats ADD mode_id  int NOT NULL DEFAULT 0;
ALTER TABLE @resultsSchema.cohort_summary_stats ADD mode_id  int NOT NULL DEFAULT 0;