Skip to content

3.2.0

Compare
Choose a tag to compare
@williamhaley williamhaley released this 01 Sep 21:53
· 177 commits to master since this release
6e7e2fc

Release Notes

For: uc-cdis/sheepdog

Notes since tag: 3.1.1

Notes to tag/commit: 3.2.0

Generated: 2021-09-01

New Features

  • Update for PostgreSQL SSL support (#351)

Bug Fixes

Improvements

  • Update uwsgi.ini and Dockerfile to support python dependency installs
    (#351)
  • Update test suite (#351)
  • Add debug log when unable to parse JSON input (#354)
  • Handle TSV/CSV data for program/project creation (#354)
  • Adopt new base img with dd apm (#348)

Dependency Updates

  • Included python dependency updates in requirements.txt for
    datamodelutils==1.0.0, dictionaryutils==3.2.0, gen3authz==0.4.0,
    six>=1.15.0, py2neo, and google-crc32==1.1.2. (#351)
  • Note that dictionaryutils==3.4.0 is the current sheepdog python
    dependency but is not available for download from pypi (at least with a
    wsl / windows release). The lower version 3.2.0 is a workaround.
    (#351)

  • Included python dependency updates in dev-requirements.txt for
    coverage==5.3.0 and codacy-coverage==1.3.11 (#351)
  • Bumps lxml from 4.4.2 to 4.6.3. (#342)