All Versions
40
Latest Version
Avg Release Cycle
56 days
Latest Release
1647 days ago

Changelog History
Page 3

  • v0.12.0 Changes

    🚀 Released on November 24th 2015

    • ➕ Added logbook.utils.deprecated to automatically emit warnings when certain functions are called (Thanks Ayala Shachar)
    • ➕ Added logbook.utils.suppressed_deprecations context to temporarily suppress deprecations (Thanks Ayala Shachar)
    • Added logbook.utils.logged_if_slow to emit logs when certain operations exceed a time threshold (Thanks Ayala Shachar)
    • 🛠 Many PEP8 fixes and code cleanups (thanks Taranjeet Singh and Frazer McLean)
    • TestHandler constructor now receives an optional force_heavy_init=True, forcing all records to heavy-initialize
  • v0.11.3 Changes

    🚀 Released on November 5th 2015

    • 🏁 Windows-specific fixes and CI configuration (Thanks Frazer McLean)
    • 🛠 Several Unicode-specific fixes (Thanks Frazer McLean)
    • 📚 Documentation cleanups
  • v0.11.2 Changes

    🚀 Released on September 29th 2015

    • 🛠 Fix importing issue with SQLAlchemy ticketing handler
  • v0.11.0 Changes

    🚀 Released on September 29th 2015

    • ➕ Added TRACE log level for enabling logs below DEBUG
    • 👌 Improved SQLAlchemy session management (thanks @fintan)
    • ✂ Removed the bubble argument from NullHandler, preventing many future confusions
  • v0.10.1 Changes

    🚀 Released on August 4th 2015

    • 🛠 Small bugfix supporting exc_info=False without breaking formatting
  • v0.10.0 Changes

    🚀 Released on July 14th 2015

    • Removed the global handler which was installed by default so far. The rationale is to ease adoption for 3rd party libraries who don't want output to go to stderr by default. The old behavior can still be restored by setting the LOGBOOK_INSTALL_DEFAULT_HANDLER environment variable
    • 🛠 Fix small Python 3 compatibility issues
  • v0.9.1 Changes

    🚀 Released on May 4th 2015

    • 🛠 Minor fixes
  • v0.9.0 Changes

    🚀 Released on February 12th 2015

    • ➕ Added frame correction option, to properly mark log record origins (Thanks Roey Darwish)
    • 🛠 Fixed MailHandler infinite recursion bug (Thanks Tal Yalon)
  • v0.8.1 Changes

    🚀 Released on November 30th 2014

    • 🛠 Fix support for gevent, along with various other fixes (Thanks Tal Yalon)
  • v0.8.0 Changes

    Released on November 11th 2014. Codename "improve_some_more"

    • ➕ Added Pushover handler (thanks @owo)
    • 0️⃣ Default logging format now includes seconds and microseconds (#110)
    • 🛠 Several fixes regarding possible deadlocks in log formatting (thanks Guy Rozendorn)
    • 🛠 Fixed packaging so that the speedups module now gets packaged by default (#122)
    • 👍 ThreadedWrapperHandler now supports maxsize (#121) (thanks Ken Jung)
    • 🛠 Fixes in rotating handlers (thanks zhangliyong)
    • ➕ Added Pushover handler (thanks Ossama W. Obeid)
    • 👍 RedisHandler now supports lpush as an option (thanks Bruno Rocha)