Skip to content

Releases: I-am-PUID-0/DMB

Release 5.4.5

18 Nov 13:55
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • PR #88 Zilean: Add database connection timeouts πŸ› - Thanks @skeet70 πŸ™

Release 5.4.4

16 Nov 22:05
Compare
Choose a tag to compare

Changed πŸ”„

  • Zilean: Update to dotnet 9 πŸ”„
  • Zilean: Update to support both Zilean.Scraper & Zilean.DmmScraper for older version of Zilean πŸ”„

Notes πŸ“

  • Zilean: Only Zilean v2.1.0 and newer are supported due to dotnet update to version 9 🚨

Release 5.4.3

01 Nov 19:52
Compare
Choose a tag to compare

Changed πŸ”„

  • Riven Frontend: Updated the name and location of the server-config.json file to server.json and to be transferred to the /riven/frontend/config directory on startup πŸ”„
  • Re-enabled reaping of zombie processes πŸ”„

Release 5.4.2

29 Oct 13:09
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • Issue #72 Zilean Permissions Issue πŸ›

Release 5.4.1

28 Oct 23:32
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • Issue #71 PostgreSQL Graceful Shutdown πŸ›

Release 5.4.0

25 Oct 21:04
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • Issue #14 Add Riven build process to Dockerfile ✨
  • Issue #65 Zilean Enabled when ZILEAN_ENABLED=false πŸ›
  • Issue #66 Dockerfile pulls from Riven Frontend main branch vs. latest release πŸ›
  • Issue #67 Future releases for Riven Frontend and Backend will require an API Key πŸ›

Added ✨

  • Riven Backend: Added the Riven backend build process to the Dockerfile πŸ“¦
  • Riven Frontend: Added the server-config.json to the be saved in /config and transferred to the Riven Frontend when using the API key πŸ“¦
  • Zilean: Added the Zilean build process to the Dockerfile πŸ“¦

Changed πŸ”„

  • Riven Backend: Settings are now loaded with or without the API key depending on the version of Riven used πŸ”„
  • Refactor: Refactored the utils and version checks πŸ”„
  • Utils: Added description to reaped processes πŸ”„
  • Logging: Added thread lock to rollover πŸ”„

Notes πŸ“

  • Future releases for Riven Frontend and Backend will require an API Key to be set 🚨
  • With these changes, you can now use the latest development versions of Riven Frontend and Backend πŸŒ™
  • Use the RIVEN_BACKEND_BRANCH=release-please--branches--main and RIVEN_FRONTEND_BRANCH=release-please--branches--main environment variables to test the current development versions of Riven πŸŒ™

Release 5.3.2

18 Oct 21:59
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • Issue #60 Does not correctly handle deleted files in new Riven releases πŸ›
  • Issue #61 Riven Backend v0.16.0 Broke Settings Update πŸ›
  • Issue #62 Riven Frontend v0.14.0 Broke VersionFilePath πŸ›
  • Issue #63 Riven Frontend v0.16.0 Broke Frontend Build πŸ› - This may be a temporary fix...

Release 5.3.1

15 Oct 15:02
Compare
Choose a tag to compare

Fixed πŸ› οΈ

  • Issue #59 Zombie dotnet Processes Accumulating Over Time πŸ›

Release 5.3.0

03 Oct 16:07
Compare
Choose a tag to compare

Added ✨

  • pgAdmin 4: Added system_stats extension to pgAdmin 4 for host system monitoring πŸ“¦
  • pgAdmin 4: Added pgAgent extension to pgAdmin 4 for job scheduling πŸ“¦

Fixed πŸ› οΈ

  • pgAdmin 4: Fixed the pgAdmin 4 config_local.py SSL settings πŸ›

Changed πŸ”„

  • RIVEN_BACKEND_URL: Linked to the Riven backend load_settings function. PR #57 Thanks @FunkeCoder23 πŸ™

Release 5.2.0

01 Oct 22:02
Compare
Choose a tag to compare

Added ✨

  • pgAdmin 4: Added pgAdmin 4 to the DMB image for PostgreSQL management πŸ“¦ - Resolves Issue #49

Notes πŸ“

  • pgAdmin 4 is enabled by setting the PGADMIN_SETUP_EMAIL and PGADMIN_SETUP_PASSWORD environment variables πŸ†”πŸ”
  • The DMB PostgreSQL server is automatically added to pgAdmin4 ServersπŸ—„οΈ
  • On the first access of pgAdmin 4, the DMB PostgreSQL server password will need to be set in pgAdmin 4 πŸ—„οΈ - the default PostgreSQL server password is postgres or set with POSTGRES_PASSWORD πŸ”
  • To access pgAdmin 4, navigate to http://<DMB_IP>:5050 in your browser 🌐
  • The pgAdmin 4 data is stored in the /pgadmin/data directory - though, not required to mounted to the host πŸ“
  • The pgAdmin 4 config_local.py is stored in the /pgadmin/data directory and symlinked at startup πŸ“ - review the pgAdmin 4 documentation for additional configuration options πŸ“š
  • Backups of the PostgreSQL database can be made using pgAdmin 4 and are stored in the /pgadmin/storage directory πŸ—„οΈ
  • The following message can be ignored on initial startup: ERROR - PostgreSQL subprocess: relation "version" does not exist at character 75