Skip to content

Releases: CanDIG/katsu

v5.0.1: update permissible values

16 Oct 22:36
8371d13
Compare
Choose a tag to compare

What's Changed

  • Missing some requirements for prod by @daisieh in #271
  • Update versioned AJCC to single AJCC in enum and synth data by @mshadbolt in #272
  • Update versioned AJCC to single AJCC in enum and synth data by @SonQBChau in #273

Full Changelog: v5.0.0...v5.0.1

v5.0.0: MoH data model 3.1

04 Oct 22:23
13c81fd
Compare
Choose a tag to compare

MoH data model 3.1, plus small changes to server, logging, auth.

What's Changed

Full Changelog: v4.2.2...v5.0.0

v4.2.2: Stable plus hotfixes

09 May 22:24
c550625
Compare
Choose a tag to compare

What's Changed

  • Hotfix for UHN prod: add "query" to allowed hosts by @daisieh in #203

Full Changelog: v4.2.1...v4.2.2

v4.2.1: caching overview APIs, misc fixes

03 May 00:03
90f545d
Compare
Choose a tag to compare

Highlights

  • Overview stats cached in redis

What's Changed

Full Changelog: v4.0.0...v4.2.1

v4.0.0: Intervals, Explorer API, convert.py, discovery

05 Mar 20:55
252134c
Compare
Choose a tag to compare

Summary of Changes

  • Date intervals change
  • Explorer API
  • Katsu's convert.py script can specify the name for datasets

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0: UUIDs for all entities

01 Feb 03:38
Compare
Choose a tag to compare

Highlights:

  • UUIDs everywhere
  • Better docs
  • Query OpenAPI spec
  • Removed irrelevant bento code

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0: Model updates and Debian change

09 Nov 22:36
ca867ea
Compare
Choose a tag to compare

Summary

Model updates (see here), addition of the service-info endpoint, and an updated ER diagram workflow. This also includes the change from Alpine to Debian.

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1: add tests

15 Aug 14:54
30fe090
Compare
Choose a tag to compare

What's Changed

  • add factory-boy to requirements
  • add trailing slash to ingest API to make it consistent with router
  • update permission and authentication with is_admin mock
  • remove extra id from nested serializer
  • add factories class to generate mock data
  • add tests for the required models and 1 optional model: program, donor, sample registration, specimen, primary diagnoses, treatment, follow up and chemotherapy.
  • add codecov token to github action

Full Changelog: v2.2.0...v2.2.1

katsu stable release 2.2.0

21 Jul 18:12
6d90c60
Compare
Choose a tag to compare

Summary of important changes:

  • Added new MoH models: Radiation, Immunotherapy, Surgery...
  • Add Mockaroo schemas
  • Implemented API views for various models
  • Added permissions class
  • Implemented the discovery API and split the API into MoH and discovery.
  • Added serializers, basic filters, and pagination for MoH models.
  • Removed mCODE and ARGO-related code and tests as they were deprecated and superseded by the MoH model.
  • Added documentation for the API and schema for MoH.
  • Added ingest API and related URLs.
  • Added small, medium, and large synthetic datasets with new relationships.
  • Updated authentication settings
  • Simplified relationships and fixed handling of null values in endpoints.
  • Added uwsgi for production server and whitenoise for static files.
  • Added user and group "candig" for Dockerfile.
  • Created new delete dataset API and fixed the delete API for proper admin access.
  • Added security settings for production.
  • Updated dependencies, settings, and README.

What's Changed

New Contributors

  • @yavyx made their first contribution in #92
  • @jman005 made their first contribution in #123
  • @OrdiNeu made their first contribution in #134

Full Changelog: v1.5.1...v2.2.0

DIG-895: candigv2-authx integration, mohpacket start

25 Nov 01:16
8e214a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1