Skip to content

Releases: uc-cdis/manifestservice

0.5.2

23 Aug 19:50
cb45c00
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/manifestservice

Notes since tag: 0.5.1

Notes to tag/commit: 0.5.2

Generated: 2024-08-23

Bug Fixes

  • Make sure boolean type is taken care of correctly (#55)

Dependency Updates

0.5.1

13 Jun 21:39
af89481
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/manifestservice

Notes since tag: 0.5.0

Notes to tag/commit: 0.5.1

Generated: 2024-06-13

Improvements

  • change exported metadata filenames to metadata-<timestamp>.json (#51)
  • updated README and OpenAPI docs with regards to the new /metadata API
    endpoints (#51)

Dependency Updates

0.5.0 new /metadata endpoints

16 May 18:09
4e44a96
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/manifestservice

Notes since tag: 0.4.0

Notes to tag/commit: 0.5.0

Generated: 2024-05-16

New Features

  • 3 new /metadata endpoints for creating/updating and storing metadata information in s3 buckets

Dependency and docker updates

06 Feb 17:53
e335107
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/manifestservice

Notes since tag: 0.3.0

Notes to tag/commit: e335107

Generated: 2024-02-06

New Features

  • Use EKS IAM service account tied to a role instead of AWS IAM user. (#32)
  • updating docker base image to debian (#26)
  • Project now using Poetry for package management and install (#25)
  • Dockerfile updated pybase (#25)

Bug Fixes

  • update to latest base image to avoid issue with dockerrun (#27)

Improvements

  • Remediate path traversal vulnerability (#36)
  • (#36)
  • Use GH workflow for CI instead of Travis-ci (#34)
  • fix(docs): fix issues with openapi generation, add required deps, push
    updated docs (#33)

Dependency Updates

  • Bump cryptography to 41.0.6 (#40)
  • Use Python 3.9 (#34)
  • Update flask, authutils, cryptography and other dependencies (#34)

Cohorts endpoints

08 Dec 17:32
222e645
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/manifestservice

Notes since tag: 0.2.0

Notes to tag/commit: 0.3.0

Generated: 2020-12-08

Bug Fixes

  • Handle GUIDs with prefixes in cohorts endpoints (#18)

Improvements

  • Separate cohorts unit tests from manifests unit tests and consolidate mocks
    in conftest file (#18)
  • Add pre-commit config (#15)
  • Remove useless access check (#12)

New Features

  • Add cohorts endpoints (#9)

Dependency Updates

  • flask to 1.1.2 (latest) (#15)
  • Pin cryptography to 2.8 to fix dependency issues, base dockerfile to v1.3.0
    (#12)

0.2.0: Merge pull request #5 from uc-cdis/fix/auth

15 Aug 15:03
bc52c7c
Compare
Choose a tag to compare
fix(auth): use internal fence endpoint

0.1.0: Merge pull request #2 from uc-cdis/feat/manifest

18 Apr 21:22
acf799b
Compare
Choose a tag to compare