All Versions
40
Latest Version
Avg Release Cycle
56 days
Latest Release
1252 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 Changes
August 21, 2019๐ Released on August 20th, 2019
- โ Added support for asyncio and contextvars
-
v1.5.0 Changes
August 20, 2019๐ Released on August 20th, 2019
- โ Added support for asyncio and contextvars
-
v1.4.4
August 21, 2019 -
v1.4.3 Changes
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 Changes
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 Changes
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 Changes
May 15, 2018๐ Released on May 15th, 2018
- โ Added support for checking if trace logs have been emitted in TestHandler (thanks @thedrow)