Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.1.3 #300

Merged
merged 9 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# GameVault Backend Server Changelog

## 12.1.3

Recommended Gamevault App Version: `v1.11.0.0`

### Changes

- Fixed a bug where Range header was not inclusive, like it should be according to its specification #298

### Thanks

- @Toylerr
- mjishnu

## 12.1.2

Recommended Gamevault App Version: `v1.10.1.0`
Expand Down
8 changes: 5 additions & 3 deletions assets/ignored-executables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ bssndrpt
crashpad_handler
crashreportclient
crashreportserver
dotNetFx40_Full_setup
dxdiag
dxsetup
dxwebsetup
Expand Down Expand Up @@ -74,13 +75,14 @@ unitycrashhandler
unitycrashhandler32
unitycrashhandler64
unrealcefsubprocess
vc_redist.x644
vc_redist.x864
vcredist_x64
vcredist_x642
vcredist_x643
vcredist_x86
vcredist_x862
vcredist_x863
vcredist_x86_2008
verify
vc_redist.x644
vc_redist.x864
verify
xnafx40_redist
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamevault-backend",
"version": "12.1.2",
"version": "12.1.3",
"description": "the self-hosted gaming platform for drm-free games",
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
"private": true,
Expand All @@ -27,16 +27,16 @@
"dependencies": {
"@img/sharp-linux-x64": "^0.33.4",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/platform-socket.io": "^10.3.8",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/platform-socket.io": "^10.3.9",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.8",
"@nestjs/websockets": "^10.3.9",
"@types/stream-throttle": "^0.1.4",
"async-g-i-s": "^1.5.2",
"axios": "^1.7.2",
Expand All @@ -51,7 +51,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fastify": "^4.27.0",
"file-type-checker": "^1.0.9",
"file-type-checker": "^1.1.0",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"mime": "^3.0.0",
Expand All @@ -62,7 +62,7 @@
"node-7z": "^3.0.0",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
Expand All @@ -73,15 +73,15 @@
"string-similarity-js": "^2.1.4",
"typeorm": "^0.3.20",
"typeorm-naming-strategies": "^4.1.0",
"unidecode": "^1.0.1",
"unidecode": "^1.1.0",
"winston": "^3.13.0",
"winston-console-format": "^1.0.8",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.3.9",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
Expand All @@ -90,24 +90,24 @@
"@types/mime": "^3.0.4",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/node-7z": "^2.1.8",
"@types/passport-http": "^0.3.11",
"@types/pg": "^8.11.6",
"@types/string-similarity": "^4.0.2",
"@types/unidecode": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"prettier-plugin-jsdoc": "^1.3.0",
"simple-git-hooks": "^2.11.1",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
Loading
Loading