Skip to content

Aggregate Endpoint

Compare
Choose a tag to compare
@johnfrancismccann johnfrancismccann released this 16 Aug 16:51
· 142 commits to master since this release
47e9c18

Release Notes

For: uc-cdis/workspace-token-service

Notes since tag: 0.3.2

Notes to tag/commit: 0.4.0

Generated: 2022-08-16

New Features

  • Add /aggregate/{endpoint} which calls endpoint on each linked commons
    and returns an aggregated response to the end user (#36)
  • updating base image to update outdated lets encrypt certificates (#37)

Improvements

  • Replaced pipenv with poetry (#36)
  • Upgraded to Python 3.9 (Async Flask functionality requires Python >= 3.7)
    (#36)

Dependency Updates

  • upgrade Python to 3.9 (#36)
  • upgrade Flask to 2.1.3 (#36)
  • upgrade pyyaml to 5.4.1 (#36)
  • Update to authutils: 5.0.5 (#39)

Bug Fixes

  • Docker builds (#43)
  • Fix the encryption of refresh tokens in the DB (#40)

Deployment Changes

  • This version of WTS requires a DB migration (in cloud-automation
    deployments, the DB should be migrated automatically) (#40)