Skip to content

Releases: parallaxinc/Cloud-Session

Release 1.3.2

08 Oct 19:52
@zfi zfi
8853aa8
Compare
Choose a tag to compare

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

11 Apr 17:57
@zfi zfi
5813b8a
Compare
Choose a tag to compare
Pre-release

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.

v1.1.9

05 Apr 21:48
@zfi zfi
b61ba54
Compare
Choose a tag to compare

Originally issues on Oct 10, 2018.

Bug fixes.