Skip to content

Releases: PakitoSec/logurich

v0.9.2

06 Apr 05:53
91a774e

Choose a tag to compare

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

05 Apr 16:16
4fa485f

Choose a tag to compare

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

04 Apr 17:43
d1f24da

Choose a tag to compare

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

04 Apr 16:55

Choose a tag to compare

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

04 Apr 16:40

Choose a tag to compare

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

04 Apr 14:20

Choose a tag to compare

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

04 Apr 13:55
c9f8400

Choose a tag to compare

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

06 Jan 11:10

Choose a tag to compare

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

04 Jan 19:48

Choose a tag to compare

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

31 Dec 16:08

Choose a tag to compare

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