Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@cedricbonhomme cedricbonhomme released this 20 Jun 12:27
· 120 commits to master since this release
v0.5.0
9f38db1
  • chg: [documentation] Updated documentation (9f38db1);
  • chg: [API] CLIENT_REGISTRATION_OPEN is now set to True by default (b277436);
  • fix: [security] prevent the creation of new admin users (even by an admin) (257c16f);
  • fix: replaced after_request by before_request for the API (88a276b);
  • small codebase fix for container image (82cdeaa);
  • dockerfile and build pipeline (f8c663b);
  • updated Python dependencies.