First release of cohort-middleware
@@ -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)