All Versions
40
Latest Version
Avg Release Cycle
56 days
Latest Release
58 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.3
October 16, 2019 -
v1.5.2
August 21, 2019 -
v1.5.1
August 21, 2019🚀 Released on August 20th, 2019
- âž• Added support for asyncio and contextvars
-
v1.5.0
August 20, 2019🚀 Released on August 20th, 2019
- âž• Added support for asyncio and contextvars
-
v1.4.4
August 21, 2019 -
v1.4.3
January 16, 2019🚀 Released on January 16th, 2019
- 🛠Fixed Pypi release for 1.4.2
-
v1.4.3.post1
August 21, 2019 -
v1.4.2
December 11, 2018🚀 Released on December 11th, 2018
- 👉 Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
- Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
- 🌲 Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
🚀 Here you can see the full list of changes between each Logbook release.
-
v1.4.1
October 14, 2018🚀 Released on October 14th, 2018
- 🛠Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
- 🛠Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)
-
v1.4.0
May 15, 2018🚀 Released on May 15th, 2018
- âž• Added support for checking if trace logs have been emitted in TestHandler (thanks @thedrow)