Skip to content

v3.1.35

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 19:52
· 2635 commits to develop since this release

πŸš€ Improvements

  • Merged the serverless and server backends.
    • This means that we now ship one docker image for both the aux server and auth server instead of two.
    • The aux server still runs on port 3000, while the auth server runs on port 3002 (by default).
    • The auth serverless backend has also been merged with the serverless apiary backends, so only one AWS CloudFormation deployment is needed to have a fully functioning deployment.
  • Added the skybox form.

πŸ› Bug Fixes

  • Fixed an issue where roles could not be granted because of a database configuration issue.
  • Fixed an issue where auth sessions could not be renewed because of a database configuration issue.