Aggregate Endpoint
johnfrancismccann
released this
16 Aug 16:51
·
142 commits
to master
since this release
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 callsendpoint
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
withpoetry
(#36) - Upgraded to Python 3.9 (Async Flask functionality requires Python >= 3.7)
(#36)
Dependency Updates
- upgrade
Python
to3.9
(#36) - upgrade
Flask
to2.1.3
(#36) - upgrade
pyyaml
to5.4.1
(#36) - Update to
authutils: 5.0.5
(#39)
Bug Fixes
Deployment Changes
- This version of WTS requires a DB migration (in cloud-automation
deployments, the DB should be migrated automatically) (#40)