Skip to content

First release of cohort-middleware

Compare
Choose a tag to compare
@m0nhawk m0nhawk released this 07 Apr 17:47
· 373 commits to master since this release
4ede1b6

@@ -0,0 +1,33 @@

Release Notes

For: uc-cdis/cohort-middleware
Notes since tag: 0.0.1
Notes to tag/commit: 0.1.0
Generated: 2022-04-07

New Features

  • new endpoint that returns CSV data at OMOP PERSON level (#5)
  • updated diagram to better reflect current setup (#5)
  • improved / added more details to README.md (#5)
  • Use GitHub Action to build Docker image and push to Quay and ECR (#6)
  • README.md file with instructions (#4)
  • example config file (#4)
  • tests/ folder with SQL scripts to initialize and populate local test DBs
    (#4)
  • getting the cohorts from Atlas (first version) (#1)

Breaking Changes

  • removed a few older endpoints from router.go. I believe they are not used
    anywhere. (#5)
  • Endpoint changes...but they were not yet used, so this doesn't break
    anything. (#4)

Bug Fixes

  • fixed a small typo in one of the method names (#5)
  • cleaned up some old / unused files (#5)