Skip to content

Releases: nipreps/migas-server

Cleanup CI files

20 Nov 16:50
Compare
Choose a tag to compare
0.5.0.post0

Cleanup CI files

REL: 0.5.0

06 Nov 17:48
Compare
Choose a tag to compare

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

03 Apr 14:37
Compare
Choose a tag to compare

Updates dependencies

0.4.1

16 Mar 03:27
Compare
Choose a tag to compare

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

16 Mar 03:29
Compare
Choose a tag to compare

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 query login() 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 via import 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

16 Dec 18:15
Compare
Choose a tag to compare

This release fixes an incompatibility with enum types in more recent strawberry-graphql versions.
Additionally, server information has moved to the /info endpoint, and an HTML landing page can be found at the root endpoint.

0.3.1

02 Dec 21:42
22ea368
Compare
Choose a tag to compare

This release remove geolocation data collection, ensure fully anonymized data.
Additionally, this includes a shift in versioning, moving away from versioneer to flit-scm.

0.3.0

21 Sep 13:41
Compare
Choose a tag to compare

A minor version that reworks status values, as well as adds status_desc, error, and error_desc to each project.

0.2.3

15 Aug 20:26
590f1f4
Compare
Choose a tag to compare

Hot-fix to prioritize REDIS_TLS_URL when establishing redis connection

0.2.2

12 Aug 19:16
Compare
Choose a tag to compare

A hotfix release to ensure projects users tables are properly inserted into.