Skip to content

Releases: IBM/alchemy-logging

py-1.5.0 - Process ID

24 Oct 20:48
8767173
Compare
Choose a tag to compare

What's Changed

Full Changelog: py-1.4.0...py-1.5.0

py-1.4.0 - Metadata in Pretty Formatter

23 Oct 13:15
7826727
Compare
Choose a tag to compare

What's Changed

  • Update Alog Petty Print to prepend Metadata by @HonakerM in #451

Full Changelog: py-1.3.4...py-1.4.0

py-1.3.4 - Monotonic time in context timers

04 Oct 19:46
87e71d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: py-1.3.3...py-1.3.4

py-1.3.3 - Better stacklevel support

24 Jul 17:48
9eff160
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Update pytest-cov requirement from <5,>=4.0.0 to >=4.0.0,<6 in /src/python by @dependabot in #407
  • TorchTraceConflict: by @gabe-l-hart in #434

Full Changelog: py-1.3.2...py-1.3.3

py-1.3.2 - Protocols

11 Mar 20:31
f04f24e
Compare
Choose a tag to compare

What's Changed

Full Changelog: py-1.3.1...py-1.3.2

py-1.3.1 - Type hints

30 Jan 18:07
e61334c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: py-1.3.0...py-1.3.1

Python 1.3.0 - Numeric Levels

13 Dec 21:53
1ca01f9
Compare
Choose a tag to compare

What's Changed

  • NumericLevels: Support getting level values from numeric representations by @gabe-l-hart in #371

Full Changelog: py-1.2.1...py-1.3.0

Python 1.2.1 - Safe scopes

14 Sep 17:44
f10ca2a
Compare
Choose a tag to compare

What's Changed

  • Use version ranges for python test deps by @gabe-l-hart in #314
  • LoggingConfigScopes: Only indent/deindent scopes if g_alog_formatter set by @gabe-l-hart in #330

Full Changelog: py-1.2.0...py-1.2.1

Python 1.2.0 - Duration in json scoped timer

04 Aug 20:11
Compare
Choose a tag to compare

What's Changed

  • Update munch version for python utils by @gabe-l-hart in #289
  • Build(deps): Update munch requirement from <4,>=2.5.0 to >=2.5.0,<5 in /src/python by @dependabot in #303
  • Add duration field to AlogJsonFormatter by @HonakerM in #312

New Contributors

Full Changelog: py-1.1.1...py-1.2.0

Python 1.1.1 - Json formatter interpolation

26 Oct 18:23
f648069
Compare
Choose a tag to compare

Change Log

  • Fix 🐛 when using a log_code with json formatting so that message and args get correctly interpolated (#238)