Releases: nipreps/migas-server
Releases · nipreps/migas-server
Cleanup CI files
0.5.0.post0 Cleanup CI files
REL: 0.5.0
A new minor release series splits out the add_project()
mutation into
add_breadcrumb()
, a mutation which takes in the same inputs and logs a usage event for the project.check_project()
, a query which checks if a version of a project is flagged.
0.4.1 post release
Updates dependencies
0.4.1
A bug-fix releases that includes:
- Fix for an incorrect path when generating interactive charts
- Fully automates GCP deployment on tag via Github Actions
- Fixes a error when defining a relationship between Project/ProjectUsers tables
- Ensures server is installed and produces correct version information
0.4.0
This new minor release series includes various enhancements and changes.
- Addition of a new endpoint
/viz
to generate interactive usage charts for project developers / stakeholders. To access the charts,
a project token is required. - New
/graphql
querylogin()
to authenticate usage queries by project. - Option to deploy server ala WSGI-mode via Gunicorn.
- Packaging updates: this package will now install as a submodule within the
migas
namespace, and can be imported viaimport migas.server
. - Shift to
hatchling
for the build backend. - Loosen default request body / rate caps.
- Shift to using the GitHub wiki for more nitty-gritty developer information.
0.3.2
0.3.1
0.3.0
A minor version that reworks status
values, as well as adds status_desc
, error
, and error_desc
to each project.
0.2.3
Hot-fix to prioritize REDIS_TLS_URL
when establishing redis connection
0.2.2
A hotfix release to ensure projects users tables are properly inserted into.