Python LSAPI Changelog¶
Note
We do our best to update this changelog in a timely manner. However, if a version is missing, you can always find the release announcement in our LiteSpeed Edge Google Group.
Version 2.1¶
Released: August 31, 2022
- [Bug fix] Addressed compatibility issues with Python 3.10.
Version 2.0¶
Released: December 6, 2021
- [Feature] Added Python 3.9 support.
- [Misc] Cleaned up compiler warnings.
Version 1.9¶
Released: February 23, 2021
- [Bug fix] Properly decoded UTF-8-encoded characters in request headers.
Version 1.8¶
Released: February 3, 2021
- [Improvement] Avoided being detected as interactive mode, which caused environments set in
.envto not be applied for Python applications.
Version 1.7¶
Released: September 1, 2020
- [Tuning] Updated the log message with more information when possible, including the timestamp, UID, and PID.
- [Bug fix] Corrected inaccurate child-process tracking.
Version 1.6¶
Released: May 11, 2020
- [Improvement] Added support for Python 3.8 in Ubuntu 20.04.
Version 1.5¶
Released: August 12, 2019
- [Bug fix] Improved
wsgi-lsapiperformance by recycling child worker processes less aggressively.
Version 1.4¶
Released: February 27, 2018
- [Improvement] Improved standard-error logging with a timestamp.
- [Improvement] Disabled unnecessary debug logging.
Version 1.3¶
Released: January 19, 2018
- [Feature] Standard-error log output is now redirected to the application log directory for easier troubleshooting.
- [Bug fix] Fixed a compatibility issue with the Django framework.
Version 1.2¶
Released: March 10, 2017
- [Improvement] Improved compatibility with Python 3.
Version 1.1¶
Released: January 9, 2017
- [Major Improvement] Added support for Python 3.x versions.
Version 1.0¶
Released: August 6, 2013
- Initial release of Python LSAPI.