Isso v0.3 Release Notes

Release Date: 2013-11-01 // over 10 years ago
    • 👌 improve initial comment loading performance in the client
    • 👀 cache slow REST requests, see #18
    • ➕ add a SQLite trigger that detects and removes stale threads (= threads, with all comments being removed) from the database when a comment is removed.
    • 🚀 PyPi releases now include an uncompressed version of the JavaScript files -- embed.dev.js and count.dev.js -- to track down errors.
    • 🔒 use uWSGI's internal locking instead of a self-made shared memory lock