Skip to content

0.1.4

Compare
Choose a tag to compare
@m0nhawk m0nhawk released this 12 Apr 19:37
· 350 commits to master since this release
ff1db4a

Release Notes

For: uc-cdis/cohort-middleware
Notes since tag: 0.1.3
Notes to tag/commit: 0.1.4
Generated: 2022-04-12

Bug Fixes

  • fixed issue where code would open a new connection for every(?) new query.
    New code now only opens one connection per DB. The max number of
    connections expected now is = number_of_sources * 2 + 1 (#12)
  • the *2 is = 1 for OMOP, 1 for RESULTS (#12)
  • the +1 is for Atlas DB (#12)
  • removed some code duplication (#12)

Improvements

  • Added Swagger documentation (#13)
  • changed concept-stats endpoint to count the number of persons with data for
    all concepts at once (#11)
  • simplified CSV endpoint by removing concept table from query since none
    of its exclusive fields are used (#11)
  • removed deprecated code (#11)