Releases: parallaxinc/Cloud-Session
Releases · parallaxinc/Cloud-Session
Release 1.3.2
This is a minor update to correct an issue in the supervisor package that relied on the old python cgi library. This library has been removed in python 3.8. Supervisor > 4.1.0 addresses this issue.
Also included is a new /health/... API that provides "ping/pong' testing as well as a 'version' endpoint to provide the application version number string.
v1.3.0-b1 Python 3 support
This release is the first beta of cloud session that runs under python 3.x.
Changes:
- The cloudsession.properties file is deprecated and replaced by cloudsession.ini. The only significant change is that there is now an '[application]' tag.
- The packages used by cloud session have all been updated to current versions.
- Failure return codes have been updated to more correctly map the HTTP error class to the type of error being reported.
- The uwsgi daemons are now running within a python virtual environment stored within the application directory.
- Added copyright notice to all source files.