- Nothing changed yet.
- Fixed Django deprecation
- Fixed FastAPI code
- Fixed tests
- removed support for Python 3.6
- added support for Python 3.7 to 3.11
- changes undocumented
- changes undocumented
- The
check()
method now uses the requests package.
- Added Python 3 support thanks to Emmanuel Leblond.
- Fixed a bug when app hung when there was a lot of stdout.
- The :class:`livenandletdie.GAE` is now more stable.
- Added ssl support for :class:`livenandletdie.Flask`.
- Better error handling.
- Renamed the
enable_logging
parameter of constructors tologging
. - Renamed the
kill
parameter of thedie()
method tokill_port
.
Made compatible with Python 2.6.
Fixed the issue with unsupported ps -C
option in GAE._kill_orphans()
.
Renamed from Test Live Server to Live and Let Die