You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the database session management for websocket endpoints (@vinnybod)
[5.8.0] - 2023-11-06
Warning: You may run into errors installing things such as nim if you are running the install script on a machine that previously ran it. This is due to permissions changes with the install script. In this case it is recommended to use a fresh machine or manually remove the offending directories/files.
Added
Added automatic tasking for sysinfo for stageless agents (@Cx01N)
Changed
Modernized the Python and IronPython agents with new agent and staging code (@Cx01N)
Updated listeners to consistently use port 80 and 443 for HTTP traffic by default (@Cx01N)
Make the installation of donut conditional on architecture since it doesn't work on ARM (@vinnybod)
When donut is invoked but not installed, give a useful warning (@vinnybod)
Allow a config to be loaded from an outside directory and the downloads/logs/etc to be stored in an outside directory (@vinnybod)
Correct more deprecation warnings for SQLAlchemy and invalid escape sequences (@vinnybod)
Updated the ruff minimum Python version to 3.10 and applied fixes to get codebase compliant (@vinnybod)
Remove unneeded condition statement from all listeners (@vinnybod)