From 72d723052637e026b496adff26ead28b081fb22c Mon Sep 17 00:00:00 2001 From: Dan Kolbman Date: Fri, 17 Aug 2018 15:19:19 -0400 Subject: [PATCH] :label: Release 1.3.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09b4c320..0214d9056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index b599f9227..a13f31efd 100644 --- a/setup.py +++ b/setup.py @@ -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()