Skip to content

Version 3.0.0 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@grossmj grossmj released this 20 Nov 04:04
· 7 commits to master since this release
731715f

GUI

  • Remove maximum 64GB RAM limitation for QEMU VMs. Fixes #3658
  • Fix GUI connection to server.
  • Bring to front support for consoles on Linux.
  • Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
  • Do not include tokens in notification logs
  • Python 3.13 support

Server

  • Bundle web-ui v3.0.0rc2
  • Fix error 500 on PUT for cloud, nat, vmware and vpcs nodes. Fixes #2426
  • Add a duplicated project in the same resource pools as the original project if it is in any
  • Upgrade FastAPI to v0.115.5
  • Overwrite user resources when the originals have changed.
  • Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
  • Increase SQLite timeout. Ref #2422
  • Fix test user with wrong creds
  • Upgrade dependencies and fix Pydantic warnings
  • Upgrade aiohttp to v3.10.10. Fixes #2411
  • Replace aiohttp.web.HTTPConflict()
  • Python 3.13 support