Skip to content

Version 2.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 00:28
4636661

2.0.0

Breaking Changes & Migration

  • GameVault Rebranding:
    • Backup your database files. Just to be sure.
    • If your previous DB_DATABASE or DB_USERNAME was set as Crackpipe (default), please adjust the Environment Variables or make the necessary SQL modifications to ensure the app's functionality.
    • Update your docker/ghcr images to "gamevault-backend" as there will be no further updates for crackpipe-backend
    • For SQLITE users, rename your database file to database.sqlite, the new default
    • Please switch off DB_SYNCHRONIZE if you had set it to true manually, because the migrations will take over controlled database changes from now on.

Changes

  • Implemented database migrations for postgresql and sqlite.
  • DB_SYNCHRONIZE is now false by default.
  • New Configuration: SERVER_LOG_FILES_ENABLED is now set to false by default.
  • Games API now supports the contains filter.
  • Non-root global npm packages have been added to the Dockerfile.
  • Introduced a new Log Level: off