Releases: PakitoSec/logurich
Releases · PakitoSec/logurich
v0.9.2
What's Changed
- feat: add user input utilities with timeout support; bump version to 0.9.2 by @PakitoSec in #17
- feat: add force parameter to init_logger for idempotent initialization by @PakitoSec in #18
- refactor(examples,docs): use get_logger instead of logging.getLogger by @PakitoSec in #19
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- feat: update logger initialization to use get_logger; bump version to 0.9.1 by @PakitoSec in #16
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- feat: update examples and documentation to use named loggers; bump version to 0.9.0 by @PakitoSec in #15
Full Changelog: v0.8.3...v0.9.0
v0.8.3
What's Changed
- feat: enhance shutdown handling with threading support and Click integration by @PakitoSec in #14
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- feat: register shutdown_logger with atexit for automatic log flushing on process exit by @PakitoSec in #13
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- feat: introduce contextualize method for scoped logging context and update examples by @PakitoSec in #12
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- refactor(logurich): remove loguru from deps for stdlib logger by @PakitoSec in #11
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- fix: enhance logger.rich with width parameter support and update related tests by @PakitoSec in #10
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- feat: add width parameter to logger.rich and update related functionality by @PakitoSec in #9
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- refactor: move logger initialization to main and update init_logger to enable all modules by default by @PakitoSec in #8
- logger is not longer init at the import time
Full Changelog: v0.5.1...v0.6.0