github OHDSI/WebAPI v2.7.3
WebAPI v2.7.3

latest releases: v2.14.0, v2.13.0, v2.12.1...
4 years ago

Fixes

  • Cohort Definition
    • Fix compatibility of /cohortdefinition/{id} endpoint (#1229)
    • Fixed saving of Cohort Definitions when criteria requiring narrower CDM range are added (#1263)
  • Cohort Characterization
    • Fixes characterization analysis failed on Impala (#1270)
  • Cohort Pathways
    • Fixes failed Cohort Pathways on Impala (#1274)
  • Incidence Rates
    • Removed produces annotation + minor improvements (#1232)
  • Estimation/Prediction
    • Fixed negative controls calculation fails in PLE for Impala (#1283)
    • Fixes masquerading of credentials in PLE / PLP results (#1254)
  • Security
    • Removed legacy service which exposed server side request forgery issue (#1236)
    • Added handlers for unexpected errors (#1235)
    • Added client cache directives to response header (#1234)
  • System
    • Automatic invalidation for Execution Engine jobs (#1268)
    • Align required Impala driver version to installed version. Make them consistent with README (#1282)
    • Restored Kerberos auth support (#1240)
    • Updated version of sql render (#1238)
    • Fix grouping problem in BigQuery (#1267)
    • Fixed cycling dependencies (#1264)

Migration Notes

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

ALTER TABLE @results_schema.pathway_analysis_stats
  ALTER COLUMN target_cohort_count BIGINT NOT NULL;
ALTER TABLE @results_schema.pathway_analysis_stats
  ALTER COLUMN pathways_count BIGINT NOT NULL;

Don't miss a new WebAPI release

NewReleases is sending notifications on new releases.