Skip to content

Releases: HamletSargsyan/tinylogging

v3.3.0

11 Jan 19:41
Compare
Choose a tag to compare

Fixed

  • Исправлена проблема в LoggingAdapterHandler, из-за которой атрибуты filename, function и line не устанавливались для объекта Record

Changed

  • Реорганизованы импорты

v3.2.0

01 Nov 16:17
Compare
Choose a tag to compare

Fixed

  • Ошибка при обнаружении глубины стека (#3)

v3.1.0

31 Oct 14:57
Compare
Choose a tag to compare

Added

  • Новые атрибуты для класса Record: filename, line, basename, relpath, function

Changed

  • В дефолтном шаблоне (атрибут template) для класса Formatter отображаются относительный путь к файлу и строку

v3.0.0

13 Oct 17:45
Compare
Choose a tag to compare

Added

  • Async support
  • Added new dependency: anyio

Changed

  • Modified the structure and imports of modules for better code organization

Full Changelog: v2.2.0...v3.0.0

v2.2.0

05 Oct 09:12
Compare
Choose a tag to compare

Fixed

  • Issue #2

Full Changelog: v2.1.0...v2.2.0

v2.1.0

05 Oct 07:27
Compare
Choose a tag to compare

Added

  • LoggingAdapterHandler: an adapter for integration with the logging module, allowing the use of custom handlers (BaseHandler, StreamHandler, etc.) with Python's standard loggers.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

04 Oct 18:35
Compare
Choose a tag to compare

Fixed

  • Issue #1

Full Changelog: v1.0.0...v2.0.0

v1.0.0

04 Oct 17:37
Compare
Choose a tag to compare