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

v3.7.3 #1538

Merged
merged 61 commits into from
Jan 24, 2025
Merged

v3.7.3 #1538

merged 61 commits into from
Jan 24, 2025

Conversation

gantoine
Copy link
Member

No description provided.

adamantike and others added 30 commits January 11, 2025 23:18
Similar to how `engineio` provides a JSON-compatible module, this change
adds a custom JSON encoder with support for additional types.

Changing SocketIO's JSON module fixes the encoding issue when the
scanning process tried to send a datetime, failing and the frontend not
displaying the scanned game (commonly, when it had sibling games)
misc: Add typehints to safe type conversion functions
fix: SocketIO JSON dumps with sane defaults
[ROMM-1297] Fix loading psx mednafen core
misc: Migrate optional dependencies to standard pyproject format
[HOTFIX] Fix remove from continue playing
With Poetry 2.0, we now need to explicitly tell it to install the `test`
extra.
fix: Poetry dependency installation during pytest job
When a user does not set an email address, we now set it to `NULL` in
the database. That bypasses the unique constraint on the `email` column,
allowing multiple users to have no email address set.

Fixes #1445.
[ROMM-1273] Use platform versions to check if game playable
fix: Set users email to null if empty
[ROMM-1484] Manually set control scheme for sega games
Functions like `JSON_ARRAY` and `JSON_OBJECT` have been introduced in
PostgreSQL 16 [1]. Older PostgreSQL versions were failing to run the
migrations due to the usage of these functions.

This change uses `jsonb_build_array` and `jsonb_build_object` functions
in PostgreSQL, which have been available since PostgreSQL 9.5 [2].

[1]: https://www.postgresql.org/docs/release/16.0/
[2]: https://www.postgresql.org/docs/release/9.5.0/#AEN132010
…res-versions

fix: Improve support for older PostgreSQL versions
fix: English translation value for "collections"
`pyinstrument` for code profiling. `memray` for memory profiling.
gantoine and others added 24 commits January 20, 2025 17:48
[ROMM-1522] Stop trying to set last_played from UI
[ROMM-1482] Display game summary with mdeditor
[ROMM-1517] Use rating for dufficulty
[ROMM-1505] Skip CSRF checks when request has Authorization header
fix: Correctly ignore hashes for Xbox 360 platform
[ROMM-1503] Remember search query when going back to page
[ROMM-1529] Increase lenght of paltform fs fields
Set dependabot to target master branch
Copy link

github-actions bot commented Jan 24, 2025

Test Results

93 tests   93 ✅  26s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit b6638b0.

♻️ This comment has been updated with latest results.

@gantoine gantoine merged commit 1d03b70 into release Jan 24, 2025
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants