Skip to content

Releases: Phalcode/gamevault-backend

Version 12.1.2

15 Jun 13:57
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.10.1.0

Changes

  • Fixed a bug where demo mode was not blocking off malicious requests.

Thanks

Version 12.1.1

22 May 17:20
214580b
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.10.0.0

Changes

  • Fixed a bug where the tables for the query result-cache would not be created.
  • Fixed a bug where the Config parser would still not accept 0 as a value. #286

Thanks

Version 12.1.0

06 May 22:47
7d8e13b
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.10.0.0

Changes

  • Support for Pausing and Resuming Downloads by implementing HTTP Range Header #14
  • Fixed a Bug where deleted bookmarked games would break bookmarking for users who had them bookmarked.
  • Formatted imports in entire codebase and refactored project structure
  • Made Rotating File logger handle TESTING_MOCK_FILES environment variable
  • Fixed a bug where the Config parser would not accept 0 as a value. #286
  • Added support for TLS Encrypted Postgres connections #285
  • Support for Rawg2Steam API (Removed Reliance on Rawg IDs and their API KEY, and implemented support for RawgToSteam Box Images)

Thanks

Version 12.0.0

23 Apr 23:39
5480a18
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.9.2.0

Changes

  • Implemented Bookmarking. Users can now bookmark games and filter by them.
  • Removed Deprecated API Routes.
  • Added some database indexes to improve performance
  • Refactored Logging
    • HTTP Requests now get logged to console in a better format by default
    • Added more context to each log.
  • Bugfix: Duplicate email when creating a user would return extremely unhelpful error messages. #351

Version 11.0.3

14 Apr 00:19
7f12aa8
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0 or v1.9.0.0

Changes

  • Added more verbose logging to RAWG API Calls
  • Fixed a bug where the ORM would convert UTC timestamps to localdate and save them in the database #257
  • Fixed a bug where the Release Year in the filename would be ignored
  • Fixed permissions on container-internal folders, when using PGID and PUID
  • Fixed Boolean Env Variables Parsing and added support for more than just "true" and "false", like "0" and "1" etc.

Thanks

Version 11.0.2

02 Apr 23:04
93b39f5
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0 or v1.9.0.0

Changes

  • Build Image now includes auto-created default folders, due to a permissions bug with the /logs folder now being written to by default.

Version 11.0.1

02 Apr 21:52
a9a83eb
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0 or v1.9.0.0

Changes

  • Fixed a bug where recursive files could not be downloaded. #269
  • Set default value for SERVER_LOG_FILES_ENABLED to true.

Thanks

Version 11.0.0

31 Mar 00:17
fb73d37
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0 or v1.9.0.0

Breaking Changes & Migration

  • Deprecated /api/users/all, Admins should just use /api/users to get a list of all users. (will be removed in v12)

Changes

  • Fixed a bug where updating a users email, which was set to null, would throw an error.
  • Fixed bug where gvbot_ users were showing up in user list
  • Implement SERVER_DEMO_MODE_ENABLED to enable/disable demo mode. You wont need this but it will improve the functionality of our demo server.

Version 10.3.2

29 Mar 14:24
6d62653
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0

Changes

  • Fix Username Validation not allowing underscores in usernames.

Version 10.3.1

28 Mar 17:26
Compare
Choose a tag to compare

Recommended Gamevault App Version: v1.8.2.0

Changes

  • Database Migration Hotfix for older servers that have used the old image deduplication algorithm.