Skip to content

Commit

Permalink
Merge pull request #414 from kids-first/release-1.3.0
Browse files Browse the repository at this point in the history
🏷 Release 1.3.0
  • Loading branch information
dankolbman authored Aug 23, 2018
2 parents 50dc4ff + 72d7230 commit a434e08
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Kids First Dataservice Release 1.3.0

## Features

Adds several new fields in the datamodel in #408:

- `family_type` on Family
- `source_text_notes` on FamilyRelationship
- `affected_status` on Participant
- `diagnosis_category` on Participant
- `visible` on all tables

### Summary

Feature Emojis: ✨x4 👷x1 🔧x1 🐛x1
Feature Labels: [data model](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/data%20model) x4 [devops](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/devops) x3 [feature](https://api.github.com/repos/kids-first/kf-api-dataservice/labels/feature) x3

### New features and changes

- (#416) 🐛 Fix biospecimens and diagnoses links by diagnosis_id and biospecimen_id - @parimalak
- (#413) 👷 Load bucket url from vault - @dankolbman
- (#401) ✨ Add biospecimen_diagnosis association table - @parimalak
- (#410) 🔧 Increase nginx proxy_buffer size to stop truncating repsonses - @dankolbman
- (#408) ✨Data model changes - @parimalak
- (#407) ✨ Add visible to base model - @parimalak
- (#394) ✨ Add biospecimen_genomic_file association table and endpoints - @parimalak


# Kids First Dataservice Release 1.2.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="kf-api-dataservice",
version="1.2.0",
version="1.3.0",
description="Data Service API",
license="Apache 2",
packages=find_packages()
Expand Down

0 comments on commit a434e08

Please sign in to comment.